.two-columns-image-first .two-column-container {
    display: flex;
    justify-content: flex-end;
}

.two-columns-image-last .two-column-container {
    justify-content: flex-start;
}

.two-column-container {
    width: 100%;
    max-width: 100%;
}

#hpsec3 {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: left center;
    width: 100%;
    padding: 0px 0 175px 0;
    position: relative;
}

.sec3-content {
    padding: 0 20px;
    width: 100%;
    position: relative;
    text-align: center;
}

.sec3-content h2 {
    font-size: 40px;
    line-height: 45px;
}

.sec3-btn-wrapper {
    margin-top: 20px;
    text-align: center;
    position: relative;
}

.awards {
    margin-top: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: auto;
    flex-wrap: wrap;
}

.two-col-content strong {
    text-transform: uppercase;
    /* padding: 212px 0; */
}

.two-columns-image-last {
    background-image: none;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.two-col-content {
    padding: 0 20px;
}

@media screen and (min-width: 768px) {
    .awards {
        position: absolute;
        bottom: 0;
        left: -130px;
    }

    #hpsec3 {
        background-position: -353px -100px;
    }

    .sec3-content {
        text-align: left;
        width: 450px;
    }

    .sec3-btn-wrapper {
        margin-top: 20px;
        text-align: left;
    }

    .two-col-content {
        width: 375px;
        padding: 0 0 0 20px;
    }

    .two-columns-image-last {
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
    }
}

@media screen and (min-width: 992px) {
    #hpsec3 {
        padding: 80px 0 175px 0;
        background-size: cover;
        background-position: -248px -90px;
        /* background-position: -170px 40px; */
    }

    .two-col-content {
        padding: 0 0 0 5%;
    }

    .sec3-content {
        width: 389px;
    }

    .two-columns-image-last {
        background-position: right center;
    }
}

@media screen and (min-width: 1120px) {
    #hpsec3 {
        background-position: center -90px;
    }

    .sec3-content {
        width: 450px;
    }

    .two-col-content {
        width: 425px;
        padding: 212px 80px;
    }

    .two-columns-image-last {
        background-size: auto;
    }

    .two-columns-image-first .two-column-container {
        padding-right: 10%;
    }

    .two-columns-image-last .two-column-container {
        padding-left: 2%;
    }
}

@media screen and (min-width: 1420px) {
    .two-columns-image-last .two-column-container {
        padding-left: 10%;
    }
}
