  @media (min-width: 56.25rem){
    .highlight-parent {
        display: grid;
        grid-template-columns: 2fr 1fr;
        grid-template-rows: 1fr;
        grid-column-gap: 0px;
        grid-row-gap: 0px;
    }
    
    .highlight-div1 { grid-area: 1 / 1 / 2 / 2; }
    .highlight-div2 { grid-area: 1 / 2 / 2 / 3; }
}
.faces {
    padding-bottom:0px !important;
}
