#strada_teaser {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-image: url("/images/main/0522_MesPro_575x625.webp");
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 500px;
}

.strada-btn {
    border-radius: 26px;
    min-width: 190px;
    padding: 10px 1.5rem;
    background-color: #EA7600;
    color: white;
    font-weight: 300;
    font-size: 13px;
    font-family: montserrat, sans-serif;
    line-height: 16px;
    text-transform: uppercase;
    text-align: center;
    text-shadow: #000000BF 3px 3px 10px;
    letter-spacing: 0px;
    display: inline-block;
    white-space: nowrap;
    margin-top: 48px;
    text-align: center;
}

.strada-btn:hover {
    color: white;
    background: linear-gradient(to bottom, #EA7600, #FBB038 80%);
    text-decoration: none;
}

#strada_teaser p {
    color: white;
    font-weight: 300;
    font-size: 18px;
    letter-spacing: 2px;
    line-height: 22px;
    text-shadow: #000000BF 3px 3px 10px;
    width: 90%;
    text-align: center;
    max-width: 350px;
    margin-bottom: 30px;
}

#strada_teaser .subview_header {
    font-family: DaxOT, sans-serif;
    font-size: 48px;
    font-weight: 500;
    color: white;
    opacity: .8;
    text-shadow: 3px 3px 10px #000000BF;
    margin-top: 10px;
    text-align: center;
}

/*------------------------------------------------------------------------------------------------*\
|
|
|
|
|
|
| xxs breakpoint
|
|
|
|
|
|
\*------------------------------------------------------------------------------------------------*/
@media (max-width: 349px) {
    .strada-btn {
        margin-top: 20px;
    }

    #strada_teaser .subview_header {
        margin-top: 50px;
    }
}

/*------------------------------------------------------------------------------------------------*\
|
|
|
|
|
|
| xs breakpoint
|
|
|
|
|
|
\*------------------------------------------------------------------------------------------------*/
@media (min-width: 350px) and (max-width: 575px) {
    .strada-btn {
        margin-top: 20px;
    }

    #strada_teaser .subview_header {
        margin-top: 50px;
        padding: 0 15px;
    }

    #strada_teaser p {
        padding: 0 15px;
    }
}

/*------------------------------------------------------------------------------------------------*\
|
|
|
|
|
|
| sm breakpoint
|
|
|
|
|
|
\*------------------------------------------------------------------------------------------------*/
@media (min-width: 576px) and (max-width: 767px) {
    #strada_teaser {
        background-image: url("/images/main/0522_MesPro_775x625.webp");
    }
}

/*------------------------------------------------------------------------------------------------*\
|
|
|
|
|
|
| md breakpoint
|
|
|
|
|
|
\*------------------------------------------------------------------------------------------------*/
@media (min-width: 768px) and (max-width: 991px) {
    #strada_teaser {
        background-image: url("/images/main/0522_MesaPro_Header_1920x1080.webp");
    }

    #strada_teaser .subview_header {
        margin-top: 125px;
    }
}

/*------------------------------------------------------------------------------------------------*\
|
|
|
|
|
|
| lg breakpoint
|
|
|
|
|
|
\*------------------------------------------------------------------------------------------------*/
@media (min-width: 992px) and (max-width: 1199px) {
    #strada_teaser {
        background-image: url("/images/main/0522_MesaPro_Header_1920x1080.webp");
    }

    #strada_teaser .subview_header {
        margin-top: 175px;
    }

    .strada-btn {
        margin-top: 20px;
    }

    #strada_teaser .carousel-content p {
        font-size: 1.25em;
        font-weight: 350;
        width: 400px;
        max-width: none;
    }
}

/*------------------------------------------------------------------------------------------------*\
|
|
|
|
|
|
| xl breakpoint
|
|
|
|
|
|
\*------------------------------------------------------------------------------------------------*/
@media (min-width: 1200px) and (max-width: 1559px) {
    #strada_teaser {
        background-image: url("/images/main/0522_MesaPro_Header_1920x1080.webp");
    }

    #strada_teaser .subview_header {
        margin-top: 175px;
    }

    .strada-btn {
        margin-top: 20px;
    }

    #strada_teaser .carousel-content p {
        font-size: 1.25em;
        font-weight: 350;
        width: 400px;
        max-width: none;
    }
}

/*------------------------------------------------------------------------------------------------*\
|
|
|
|
|
|
| xxl breakpoint
|
|
|
|
|
|
\*------------------------------------------------------------------------------------------------*/
@media (min-width: 1560px) {
    #strada_teaser {
        background-image: url("/images/main/0522_MesaPro_Header_1920x1080.webp");
    }

    #strada_teaser .subview_header {
        margin-top: 175px;
    }

    .strada-btn {
        margin-top: 20px;
    }

    #strada_teaser .carousel-content p {
        font-size: 1.25em;
        font-weight: 350;
        width: 400px;
        max-width: none;
    }
}