.seo__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 20px
}

@media (min-width: 760px) {
    .seo__wrapper {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }
}

.seo__content {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    width: 100%;
    max-width: 692px
}

.seo__label {
    color: var(--primary)
}

.seo__title {
    color: var(--black)
}

.seo__text {
    color: var(--gray-500);
    font-size: var(--text-size-13);
    line-height: var(--lh-default);
    max-height: 180px;
    padding-right: 10px
}

.seo__text-wrapper {
    margin-top: 20px
}

@media (min-width: 1200px) {
    .seo__wrapper {
        gap: 40px
    }

    .seo__text {
        font-size: var(--text-size-20);
        line-height: var(--lh-sm);
        max-height: 234px
    }

    .seo__text-wrapper {
        margin-top: 40px;
        padding-right: 32px;
        max-width: 658px
    }
}

.seo__image {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0
}

.seo__image-col {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    width: 100%;
    max-width: 868px
}

.seo__image-wrapper {
    position: relative;
    padding-bottom: 54.148%;
    min-height: 239px;
    border-radius: 12px;
    overflow: hidden
}

@media (min-width: 1200px) {
    .seo__image-wrapper {
        border-radius: 28px
    }
}
