.about-clinic {
    overflow: hidden;
}

.about-clinic__top, .about-clinic__bottom {
    display: flex;
    gap: 10px;
    overflow: hidden;
    flex-wrap: nowrap;
    align-items: stretch;
    align-content: stretch;
}

.about-clinic__top {
    margin-bottom: 10px;
}

.about-clinic__card, .about-clinic__photo {
    width: 575px;
    /* height: 490px; */
    border-radius: 8px;
    /* width: 100%; */
}

.about-clinic__card {
    background: #E8E6D4;
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.about-clinic__title {
    width: 515px;
    height: 48px;
    margin: 40px 30px 0;
    font: 500 40px/1 'Inter', sans-serif;
    color: var(--color-text-green);
}

.about-clinic__text {
    margin: 0 30px;
    display: flex;
    flex-direction: column;
    font: 500 16px 'Inter', sans-serif;
    color: #18383C;
}

.about-clinic__text p {
    margin: 0 0 30px 0;
}

.about-clinic__photo {
    object-fit: cover;
}

.about-clinic__left-photos {
    display: flex;
    flex-direction: column;
    gap: 10px;
    width: calc(25% - 10px);
}

.about-clinic__small-photo, .about-clinic__tall-photo {
    object-fit: cover;
    border-radius: 4px;
}

.about-clinic__small-photo {
    width: 100%;
    height: 50%;
    border-radius: 8px;
}

.about-clinic__left-photos,
.about-clinic__tall-photo {
    width: calc( 25% - 8px );
    border-radius: 8px;
}

.about-clinic__info-card {
    /* width: 575px; */
    /* height: 410px; */
    background: #E8E6D4;
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
    padding: 30px;
}

.about-clinic__info-content {
    width: 100%;
    height: 100%;
    /* padding: 80px 30px 0; */
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
}

.about-clinic__info-text {
    /* width: 515px; */
    /* height: 160px; */
    margin-bottom: 30px;
    font: 500 16px/1.5 'Inter', sans-serif;
    color: #18383C;
}

.about-clinic__info-text p {
    margin: 0 0 13px;
}

.about-clinic__info-text p:last-child {
    margin-bottom: 0;
}

.about-clinic__info-text .highlight {
    color: var(--color-orange);
}

.about-clinic__btn {
    width: 100%;
}

    .about-clinic__photo, .about-clinic__card,.about-clinic__info-card {
        width: calc( 50% - 5px );
    }

@media screen and (max-width: 1199px) {

    .about-clinic__left-photos, .about-clinic__bottom img {
        flex: 1;
        width: auto;
    }

    .about-clinic__info-card {
        height: auto;
        padding: 30px;
    }

    .about-clinic__info-content {
        padding: 0;
    }

    .about-clinic__tall-photo {
        height: auto;
        width: auto;
    }
}

@media screen and (max-width: 1023px) {
    .about-clinic__info-card, .about-clinic__left-photos, .about-clinic__bottom .about-clinic__tall-photo {
        flex: auto;
        width: calc(33% - 5px );
    }

    .about-clinic__info-card {
        padding: 15px;
    }
}

@media screen and (max-width: 768px) {
    .about-clinic {
        width: 100%;
        padding: 0;
        gap: 10px;
    }

    .about-clinic__top, .about-clinic__bottom {
        flex-direction: column;
        max-width: 100%;
        gap: 10px;
        width: 100%;
    }

    .about-clinic__card {
        /* width: 100%; */
        /* height: 609px; */
        padding: 30px 20px;
        background: #E8E6D4;
        border-radius: 8px;
        gap: 20px;
        width: 100%;
        box-sizing: border-box;
    }

    .about-clinic__title {
        width: 260px;
        height: 29px;
        margin: 0;
        font: 500 24px/1 'Inter', sans-serif;
    }

    .about-clinic__text {
        width: 100%;
        /* height: 560px; */
        margin: 0;
        display: flex;
        flex-direction: column;
        box-sizing: border-box;
        font: 500 16px/1.25 'Inter', sans-serif;
        color: #18383C;
        overflow: hidden;
    }

    .about-clinic__text p {
        margin: 0 0 13px 0;
    }

    .about-clinic__text p.last {
        margin-bottom: 0;
    }

    .about-clinic__photo {
        width: 100%;
        height: auto;
        border-radius: 8px;
        object-fit: cover;
    }

    .about-clinic__left-photos {
        flex-direction: row;
        width: 100%;
        height: 100%;
        gap: 10px;
    }

    .about-clinic__small-photo {
        width: 100%;
        min-width: 145px;
        min-height: 200px;
        height: auto;
        border-radius: 4px;
        object-fit: cover;
    }

    .about-clinic__tall-photo {
        width: 100%;
        height: auto;
        border-radius: 4px;
        object-fit: cover;
    }

    .about-clinic__info-card {
        width: auto;
        height: auto;
        padding: 30px 20px;
        gap: 30px;
    }

    .about-clinic__info-content {
        padding: 0;
        display: flex;
        flex-direction: column;
        height: 100%;
        box-sizing: border-box;
    }

    .about-clinic__info-text {
        /* width: 260px; */
        /* height: 320px; */
        display: flex;
        flex-direction: column;
        overflow: hidden;
        font: 500 16px/1.25 'Inter', sans-serif;
        color: #18383C;
    }

    .about-clinic__info-text .highlight {
        color: var(--color-orange);
        font: 500 16px/1.25 'Inter', sans-serif;
    }

    .about-clinic__bottom .about-clinic__tall-photo {
        width: 100%;
    }
}
