@media (max-width: 768px) {
    .pattern-hero {
        min-height: 700px !important;
    }

    .pattern-hero.pattern-hero--small {
        min-height: 480px !important;
        padding-bottom: var(--wp--preset--spacing--70) !important;
    }

    .pattern-hero.pattern-hero--alternative {
        min-height: 450px !important;
    }
}

.pattern-hero-usps {
    max-width: 100%;
    gap: var(--wp--preset--spacing--50);
    overflow-x: auto;
    scrollbar-width: none; /* Firefox */
    -ms-overflow-style: none; /* IE/Edge */
}
.pattern-hero-usps::-webkit-scrollbar {
  display: none; /* Chrome, Safari, Opera */
}
.pattern-hero-usps .pattern-hero-usp {
    width: 100%;
    min-width: max-content;
    backdrop-filter: blur(16px);
}

.pattern-hero.pattern-hero--alternative .wp-block-cover__background:after {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    background-image: url('../../../assets/decorations/hero-small-decoration.svg');
    background-position: bottom right;
    background-size: contain;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    max-width: 75%;
}

@media (min-width: 768px) {
    .pattern-hero.pattern-hero--alternative .wp-block-cover__background:after {
        max-width: 50%;
    }
}