/*
 * bedura_about_type_one & bedura_about_type_two — yellow two-column rows inside about_yellow_section.
 * Type one: image | text  ·  Type two: text | image
 * Depends on bedura-about-yellow-shared.css for .about_yellow_* classes.
 */

.bedura_about_type_one,
.bedura_about_type_two {
    margin: 0;
    padding: 0 0 clamp(2rem, 5vw, 3.25rem);
    background: var(--bedura-page-bg, #fffbf3);
}

.bedura_about_type_one__container,
.bedura_about_type_two__container {
    max-width: 1320px;
}

.bedura_about_type_one__col--media,
.bedura_about_type_one__col--text,
.bedura_about_type_two__col--media,
.bedura_about_type_two__col--text {
    box-sizing: border-box;
}

.bedura_about_type_one__figure,
.bedura_about_type_two__figure {
    margin: 0;
    padding: 0;
    overflow: hidden;
    border-radius: 12px;
    line-height: 0;
    background: rgba(74, 44, 42, 0.04);
}

.bedura_about_type_one__img,
.bedura_about_type_two__img {
    display: block;
    width: 100%;
    height: auto;
    vertical-align: top;
    object-fit: cover;
}

@media (max-width: 991.98px) {
    .about_yellow_section {
        border-radius: 18px;
    }

    .bedura_about_type_one__figure,
    .bedura_about_type_two__figure {
        border-radius: 11px;
    }
}
