/** Shopify CDN: Minification failed

Line 166:0 Unexpected "<"
Line 170:0 Unexpected "<"

**/
.hero-banner-secondary {
    position: relative;
    /*padding: 0;*/
    padding-top: 0;
    padding-bottom: 0;
}

.hero-banner-secondary__container {
    position: relative;
}

.hero-banner-secondary__image::before {
    padding-top: 106.66%;
}
.hero-banner-secondary__image_fullwidth.hero-banner-secondary__image::before{
    padding-top: 106.66%;
}
.hero-banner-secondary__overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block !important;
    background: rgba(255, 255, 255, .5);
    z-index: 1;
}

.hero-banner-secondary__content {
    position: absolute;
    padding: 15px;
    max-width: 480px;
    z-index: 2;
}

.hero-banner-secondary__content.top-left {
    top: 0;
    left: 0;
}

.hero-banner-secondary__content.top-center {
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}

.hero-banner-secondary__content.top-right {
    top: 0;
    right: 0;
}

.hero-banner-secondary__content.center-left {
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

.hero-banner-secondary__content.center {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    max-width: 100%;
}

.hero-banner-secondary__content.center-right {
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}

.hero-banner-secondary__content.bottom-left {
    bottom: 0;
    left: 0;
}

.hero-banner-secondary__content.bottom-center {
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}

.hero-banner-secondary__content.bottom-right {
    bottom: 0;
    right: 0;
}

.hero-banner-secondary__title {
    font-family: var(--font-body-family);
    font-style: normal;
    font-weight: 500;
    font-size: 30px;
    line-height: 150%;
    align-items: center;
    /*text-transform: capitalize;*/
    color: var(--color-text-primary);
    margin: 0 0 30px;
}

.hero-banner-secondary__button {
    padding: 15px 45px;
}

@media screen and (min-width:769px) {
    .hero-banner-secondary {
        /*padding: 0 50px;*/
    }

    .hero-banner-secondary__image::before {
        padding-top: 52.42%;
    }
    .hero-banner-secondary__image_fullwidth.hero-banner-secondary__image::before{
        padding-top: 45.13%;
    }
    .hero-banner-secondary__content {
        padding: 50px;
        max-width: 700px;
    }

    .hero-banner-secondary__content.center {
        padding: 50px;
    }

    .hero-banner-secondary__title {
        font-size: 45px;
        line-height: 60px;
        margin-bottom: 40px;
    }

    .hero-banner-secondary__content.center .hero-banner-secondary__title {
        margin: 0 0 50px;
    }
}

@media screen and (min-width:1025px) {
    .hero-banner-secondary {
        /*padding: 0 100px;*/
    }

    .hero-banner-secondary__title {
        font-size: 60px;
        line-height: 72px;
        margin-bottom: 40px;
    }

    .hero-banner-secondary__content.center {
        padding: 100px;
    }

    .hero-banner-secondary__content.center .hero-banner-secondary__title {
        margin: 0 0 72px;
    }
}

@media screen and (max-width: 749px){
    .hero-banner-secondary{
        
    }
}
<style>
.btn {
  border-radius: 5% !important;
}
</style>
