.section-article .section_heading-block {
    display: block;
    font-size: 32px;
    font-weight: 700;
    line-height: 90%;
}

.section-article .section_heading-block span {
    display: block;
}

.section-article .section_heading-block > :not(:last-child) {
    margin-bottom: 14px;
}

.section-article .section_heading-block .section_heading-block_masked {
    font-size: 96px;
    line-height: 0.8;
    font-weight: 700;
    font-family: "Inter", sans-serif;
    color: transparent;
    background: url("assets/images/content/corp-tours/masked.webp");
    background-size: cover;
    -webkit-background-clip: text;
    background-clip: text;
    --webkit-background-clip: text;
    text-transform: uppercase;
}

.section-article .section__info-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 24px;
    margin-top: 16px;
}

.section-article .section__info-wrapper figure {
    margin: 0;
    gap: 20px;
}

.section-article .section__info-wrapper figure img {
    -o-object-fit: cover;
    object-fit: cover;
    margin-bottom: 20px;
}

.section-article .section__info-wrapper p {
    font-family: Inter, sans-serif;
    padding: 32px;
    border-radius: 32px;
    border: 1px solid #D6DCE9;
    height: -moz-fit-content;
    height: -webkit-fit-content;
    height: fit-content;
    margin: 0;
    line-height: 160%;
}

.section-article .section__info-wrapper figcaption {
    text-align: center;
    font-size: 14px;
}

.section-article .section__info-wrapper figcaption strong {
    font-size: 20px;
}

@media (max-width: 815px) {
    .section-article .section__info-wrapper {
        display: block;
    }
    .section-article .section__info-wrapper p {
        padding: 16px;
        line-height: 140%;
    }
    .section-article .section__info-wrapper figure {
        margin: 16px 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        gap: 16px;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .section-article .section__info-wrapper figure img {
        border-radius: 20px;
        width: 100%;
        max-width: 250px;
        max-height: 200px;
        -o-object-position: 0 20%;
        object-position: 0 20%;
        margin-bottom: 0;
    }
    .section-article .section__info-wrapper figure figcaption {
        white-space: nowrap;
    }
}
@media (max-width: 500px) {
    .section-article .section__info-wrapper figure img {
        max-width: 200px;
        max-height: 160px;
    }
}
