#juniper_rugged {
    display: flex;
    flex-direction: column;
    background-image: url("/images/backgrounds/Rugged_Header_XL.png");
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 545px;
    align-items: center;
}

.text-white {
    color: white;
}

.rugged_div {
    width: 17rem;
    margin-top: 45px;
}

.rugged_div p {
    font-family: open-sans, sans-serif;
    color: white;
    font-size: 13px;
    font-weight: 300;
    line-height: 26px;
}

.rugged_div .subview_header {
    font-family: montserrat, sans-serif;
    font-size: 21px;
    font-weight: 400;
    letter-spacing: 2px;
    line-height: 42px;
    color: white;
    text-transform: uppercase;
    text-align: center;
}


/*------------------------------------------------------------------------------------------------*\
|
|
|
|
|
|
| xxs breakpoint
|
|
|
|
|
|
\*------------------------------------------------------------------------------------------------*/
@media (max-width: 349px) {}

/*------------------------------------------------------------------------------------------------*\
|
|
|
|
|
|
| xs breakpoint
|
|
|
|
|
|
\*------------------------------------------------------------------------------------------------*/
@media (min-width: 350px) and (max-width: 575px) {}

/*------------------------------------------------------------------------------------------------*\
|
|
|
|
|
|
| sm breakpoint
|
|
|
|
|
|
\*------------------------------------------------------------------------------------------------*/
@media (min-width: 576px) and (max-width: 767px) {
    .rugged_div {
        width: 30.5rem;
    }
}

/*------------------------------------------------------------------------------------------------*\
|
|
|
|
|
|
| md breakpoint
|
|
|
|
|
|
\*------------------------------------------------------------------------------------------------*/
@media (min-width: 768px) and (max-width: 991px) {
    .rugged_div {
        width: 38rem;
    }

    #juniper_rugged {
        height: 500px;
    }
}

/*------------------------------------------------------------------------------------------------*\
|
|
|
|
|
|
| lg breakpoint
|
|
|
|
|
|
\*------------------------------------------------------------------------------------------------*/
@media (min-width: 992px) and (max-width: 1199px) {
    .rugged_div {
        width: 53.75rem;
    }

    #juniper_rugged {
        height: 500px;
    }
}

/*------------------------------------------------------------------------------------------------*\
|
|
|
|
|
|
| xl breakpoint
|
|
|
|
|
|
\*------------------------------------------------------------------------------------------------*/
@media (min-width: 1200px) and (max-width: 1559px) {
    .rugged_div {
        width: 60rem;
    }

    #juniper_rugged {
        height: 500px;
    }
}

/*------------------------------------------------------------------------------------------------*\
|
|
|
|
|
|
| xxl breakpoint
|
|
|
|
|
|
\*------------------------------------------------------------------------------------------------*/
@media (min-width: 1560px) {
    .rugged_div {
        width: 60rem;
    }

    #juniper_rugged {
        height: 500px;
    }
}