.info__wrapper h2 {
    font-family: "Roboto Slab", sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 28px;
    line-height: 1.2;
    color: #1D1D20;
}

@media (min-width: 1200px) {
    .info__wrapper h2 {
        font-size: 40px;
        line-height: 1.2;
    }
}

.info__wrapper h3 {
    font-family: "Roboto Slab", sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 25px;
    color: #1D1D20;
}

@media (min-width: 992px) {
    .info__wrapper h3 {
        font-size: 40px;
        line-height: 1.2;
    }
}

.info__wrapper img {
    display: block;
    max-width: 100%;
}

.info__wrapper .info {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.info__wrapper h3 {
    margin-bottom: 40px;
}

.info__wrapper .info__item {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.info__wrapper .info__item:not(:last-child) {
    margin-bottom: 40px;
}

.info__wrapper .info__item_image {
    width: 100%;
    max-width: 461px;
    margin: 0 auto 16px auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.info__wrapper .info__item_image img {
    height: auto;
    max-height: 100%;
}

.info__wrapper .info__item_right_container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 10px;
    margin-top: 25px;
}

@media (min-width: 1200px) {
    .info__wrapper .info__item_image.activated img {
        height: 100%;
    }
}

.info__wrapper .info__item_heading {
    margin-top: auto;
    font-family: "Roboto Slab", sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 25px;
    color: #1D1D20;
    margin-bottom: 8px;
}

.info__wrapper .info__item_description {
    font-family: "Roboto", sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 20px;
    color: #1D1D20;
}

.info__wrapper .info__item_description a {
    text-decoration-line: underline;
    color: #40944A;
}

@media (max-width: 768px) {
    .info__wrapper .info__wrapper h3 {
        margin-bottom: 12px;
    }

    .info__wrapper .info__item_right_container {
        margin-top: 10px;
    }
}

@media (min-width: 768px) {
    .info__wrapper .info {
        flex-direction: row;
        justify-content: space-between;
        text-align: center;
    }

    .info__wrapper .info__item {
        padding: 0 16px;
        max-width: 50%;
    }

    .info__wrapper .info__item:not(:last-child) {
        margin-bottom: 0;
    }

    .info__wrapper .info__item_image {
        width: auto;
        max-width: unset;
        margin-bottom: 24px;
    }

    .info__wrapper .info__item_image img {
        width: auto;
        margin: 0 auto;
    }

    .info__wrapper .info__item_description {
        height: 120px;
    }
}

@media (min-width: 992px) {
    .info__wrapper .info__item_image {
        height: 454px;
    }
}

@media (min-width: 1200px) {
    .info__wrapper .info__item {
        max-width: 570px;
    }

    .info__wrapper .info__item_heading {
        font-size: 28px;
        line-height: 39px;
        margin-bottom: 8px;
    }

    .info__wrapper .info__item_description {
        font-size: 18px;
        line-height: 25px;
    }
}
