
.evo-banner-hero-wrapper {
    font-family: 'Gordita', sans-serif;
    .btn-primary {
        display: flex ;
        background: black;
        color: #fff;
        padding: 16px 24px;
        font-size: 16px;
        font-weight: 400;
        line-height: 1.2;
        text-align: center;
        text-decoration: none;
        border-radius: 50px;
        transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
        align-items: center;
        svg {
            margin-left: 8px;
            width: 16px;
            height: 16px;
        }
    }
}

.row {
    --bs-gutter-x: 3rem;
    --bs-gutter-y: 3rem;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}

.row > * {
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-right: calc(var(--bs-gutter-x) * .5);
    padding-left: calc(var(--bs-gutter-x) * .5);

}

.text-center {
    text-align: center !important
}


.d-flex {
    display: flex !important
}

.flex-wrap {
    flex-wrap: wrap !important
}

.col-md-5 {
    flex: 0 0 auto;
    width: 100%
}

.col-md-6 {
    flex: 0 0 auto;
    width: 50%;
}
.col-md-7 {
    flex: 0 0 auto;
    width: 100%
}

.container-xxl {
    width: 100%;
}

.evo-banner-hero-wrapper {
    display: flex;
    flex-direction: column;
    position: relative
}


.evo-banner-hero-wrapper .block-slider-title {
    font-size: 16px;
    line-height: 1.4;
    font-weight: bold ;
    position: relative;
    color: white ;
    margin-top: 32px;
}

.evo-banner-hero-wrapper .block-slider-big {
    font-size: 44px !important;
    line-height: 1;
    color: white;
    font-weight: 600;

}

.evo-banner-hero-wrapper .block-slider-cta {
    margin-top: 2rem;
    gap: 1rem
}

.evo-banner-hero-wrapper .container-xxl::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
    background-color: black;
    opacity: .25;
    border-radius: 24px;
}



.evo-banner-hero-wrapper .content {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    z-index: 2;

    padding: 48px;

    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: 100vw auto;


    h2 {
        font-size: 32px;
    }
}


@media (max-width: 767px) {
    .evo-banner-hero-wrapper .content {

        padding: 1rem;
        background-repeat: no-repeat;
        background-position: 0 0;
        background-size: 100%;
    }
    .evo-banner-hero-wrapper .content {
        h2 {
            font-size: 2rem !important;
        }
    }
}
