.medicine-index__intro {
    background: url(/img/medicine/intro.png) right top no-repeat;
    background-size: auto 100%;
    height: 436px;
    margin-bottom: 100px;
}

.medicine-index__intro__info {
    display: flex;
    flex-direction: column;
    width: 50%;
    height: 100%;
}

.medicine-index__intro__description {
    background-color: white;
    margin-top: auto;
    padding: 37px 50px 37px 0;
    font-size: 18px;
}

.medicine-index__intro__description p {
    margin-bottom: 30px;
    line-height: 26px;
}

.medicine-index__intro__description a {
    font-size: 12px;
    text-transform: uppercase;
    color: #C0BDA2;
    text-decoration: none;
}

.medicine-index__intro__description a:hover {
    text-decoration: underline;
}

.page__medicine-index h1 {
    text-align: center;
}

.medicine-index__block {
    padding: 70px 0;
}

.medicine-index__block-announce {
    width: 70%;
    text-align: center;
    margin: 0 auto 30px;
}

.medicine-index__our-services {
    background: #F6F7FA;
}

.medicine-index__our-services__items {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px;
}

.medicine-index__our-services__item {
    width: 300px;
    max-width: 100%;
    border: 1px solid #E1E5EE;
    padding: 30px;
}

.medicine-index__our-services__item-title {
    font-size: 24px;
    line-height: 28px;
    height: 56px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    font-weight: 600;
    text-align: center;
    margin-bottom: 20px;
}

.medicine-index__our-services__item-services {
    border-top: 1px solid #E1E5EE;
    margin: 0;
    padding: 20px 0 0;
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.medicine-index__our-services__item-services a {
    text-decoration: none;
}

.medicine-index__our-services__item-services a:hover {
    text-decoration: underline;
}

@media (max-width: 1199px) {
    .medicine-index__intro__info {
        background-color: white;
        width: 45%;
    }
}

@media (max-width: 767px) {
    .medicine-index__intro {
        background: none;
        height: auto;
    }
    .medicine-index__intro__info {
        width: 100%;
        align-items: center;
    }
    .medicine-index__intro__description {
        padding: 0;
        display: flex;
        flex-direction: column;
    }
}