section {
    margin: 120px 5% !important;
    margin-bottom: 30px !important;
}

.section-title {
    font-size: 40px;
    font-weight: 500;
    margin-bottom: 40px;
    color: #003543;
}

.gospit-types__cards {
    display: flex;
    gap: 20px;
    margin-bottom: 20px;
}

.gospit-types__item {
   background: #F7FBFC;
    padding: 24px;
    border-radius: 10px;
}

.gospit-types__image {
    max-height: 210px;
    border-radius: 8px;
    margin-bottom: 20px;
    object-fit: cover;
    width: 100%;
}

.gospit-types__title {
    font-size: 24px;
    font-weight: 500;
    color: #0196BB;
    margin-bottom: 15px;
}

.gospit-types__desc {
    font-size: 16px;
    color: #00566B;
    margin-bottom: 0px !important;
}

@media screen and (max-width: 768px) {
    .section-title {
        font-size: 23px;
    }

    .gospit-types__cards {
        flex-direction: column;
        gap: 10px;
        margin-bottom: 10px;
    }

    .gospit-types__image {
        max-height: 180px;
    }

    .gospit-types__title {
        font-size: 20px;
        margin-bottom: 10px;
    }

    .gospit-types__desc {
        font-size: 14px;
    }
}

@media screen and (max-width: 768px) {
    section {
        margin: 80px 5% !important;
    }
}