.featuredSection {
    display: flex;
    justify-content: space-between;
}
.featuredSection_double {}
    .featuredSection_double > div {
        flex-basis: 46%;
    }
    @media (max-width: 1023px) {
        .featuredSection_double > div {
            flex-basis: 48%;
        }
    }
    @media (max-width: 756px) {
       .featuredSection {
           display: block;
       }
   }

.newsHighlights {
    padding: 1.7rem 0 1.5rem;
    border-bottom: #FFCC00 .3809rem solid;
}

.testSection {
    display: flex;
    justify-content: center;
    align-items: center;
}

.testItem {
    height: 100px;
    width: 10%;
    background-color: #73C7FF;
}