.bc-hero{
    .wp-block-heading{
        font-size:  var(--wp--preset--font-size--2-x-large)
    }
    .bc-carousel{
        border-radius: var(--wp--custom--global-radius);
        .slide__text--category{
            border-radius: var(--wp--custom--global-radius);
        }
        img{
            aspect-ratio: 5 / 4 !important;
        }
        h3{
            font-size: clamp(1.625rem, 0.8173rem + 1.6827vw, 2.5rem);
        }
    }
}

@media (max-width: 768px){
    .bc-hero.bc-hero--b{
        .wp-block-columns{
            .wp-block-column:nth-child(2){
                order: -1;
            }
        }
    }
    .bc-hero{
        .wp-block-button__link-label{
            display: none;
        }
        .bc-carousel{
            img{
                aspect-ratio: 1 !important;
            }
        }
    }
}