#usa_section {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-image: url('/images/backgrounds/USA_Header_2000x1100.png');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    position: relative;
    height: 500px;
    font-size: 16px;
}

.usa_img {
    padding: 0 15px;
}

.usa_img img {
    opacity: .5;
    filter: drop-shadow(3px 5px 2px rgb(255 255 255 / 0.4)) invert(96%) sepia(100%) saturate(0%) hue-rotate(96deg) brightness(104%) contrast(106%);
    width: 75%;
    margin: 0 auto;
    display: block;
}

.usa_section_content {
    width: 90%;
}

.usa_content {
    margin: 48px 15px 0px 15px;
}

.usa_content p {
    font-family: open-sans, sans-serif;
    color: white;
    font-size: 13px;
    font-weight: 300;
    line-height: 26px;
}

.usa_content .subview_header {
    font-family: montserrat, sans-serif;
    font-size: 31px;
    font-weight: 400;
    letter-spacing: 2px;
    line-height: 36px;
    color: white;
    text-transform: uppercase;
    text-align: Center;
}

/*------------------------------------------------------------------------------------------------*\
|
|
|
|
|
|
| xxs breakpoint
|
|
|
|
|
|
\*------------------------------------------------------------------------------------------------*/
@media (max-width: 349px) {
    #usa_section {
        height: 900px;
    }

    .usa_content .subview_header {
        font-size: .98em;
        line-height: 30px;
    }

    .usa_content p {
        font-size: .90em;
    }

}

/*------------------------------------------------------------------------------------------------*\
|
|
|
|
|
|
| xs breakpoint
|
|
|
|
|
|
\*------------------------------------------------------------------------------------------------*/
@media (min-width: 350px) and (max-width: 575px) {
    #usa_section {
        height: 900px;
    }

    .usa_content .subview_header {
        font-size: .98em;
        line-height: 30px;
    }

    .usa_content p {
        font-size: .90em;
    }
    .usa_img{
        max-width: 80%;
        margin: auto;
    }
}

/*------------------------------------------------------------------------------------------------*\
|
|
|
|
|
|
| sm breakpoint
|
|
|
|
|
|
\*------------------------------------------------------------------------------------------------*/
@media (min-width: 576px) and (max-width: 767px) {
    #usa_section {
        height: 970px;
    }

    .usa_content .subview_header {
        font-size: 1.2em;
        line-height: 30px;
    }

    .usa_content p {
        font-size: 1em;
    }
    .usa_img{
        max-width: 50%;
        margin: auto;
    }
}

/*------------------------------------------------------------------------------------------------*\
|
|
|
|
|
|
| md breakpoint
|
|
|
|
|
|
\*------------------------------------------------------------------------------------------------*/
@media (min-width: 768px) and (max-width: 991px) {
    #usa_section {
        height: 1010px;
    }

    .usa_content .subview_header {
        font-size: 1.5em;
    }

    .usa_content p {
        font-size: .95em;
    }

    .usa_content {
        margin-top: 5px;
    }

    .usa_img{
        max-width: 50%;
        margin: auto;
    }

}

/*------------------------------------------------------------------------------------------------*\
|
|
|
|
|
|
| lg breakpoint
|
|
|
|
|
|
\*------------------------------------------------------------------------------------------------*/
@media (min-width: 992px) and (max-width: 1199px) {
    .usa_section_content {
        display: flex;
        flex-direction: row;
    }

    .usa_content .subview_header {
        font-size: 1.5em;
    }

    .usa_content p {
        font-size: .95em;
    }

    .usa_content {
        width: 380px;
        margin: unset;
    }

    p {
        width : 100%
    }

}

/*------------------------------------------------------------------------------------------------*\
|
|
|
|
|
|
| xl breakpoint
|
|
|
|
|
|
\*------------------------------------------------------------------------------------------------*/
@media (min-width: 1200px) and (max-width: 1559px) {
    .usa_section_content {
        display: flex;
        flex-direction: row;
    }

    .usa_content .subview_header {
        font-size: 1.5em;
    }

    .usa_content p {
        font-size: .95em;
    }

    .usa_content {
        width: 380px;
        margin: unset;
    }

    p {
        width : 100%
    }

}

/*------------------------------------------------------------------------------------------------*\
|
|
|
|
|
|
| xxl breakpoint
|
|
|
|
|
|
\*------------------------------------------------------------------------------------------------*/
@media (min-width: 1560px) {
    .usa_section_content {
        display: flex;
        flex-direction: row;
        justify-content: center;
    }

    .usa_content .subview_header {
        font-size: 1.5em;
    }

    .usa_content p {
        font-size: .95em;
    }

    .usa_content {
        width: 550px;
        margin-top: 0;
        margin-right: 375px;
    }

    p {
        width : 100%
    }
}