#whygeolocs .copy, .plc-logo {
    Width:100%;
}
h1 {
    color:#2944A1;
}
ul {
    list-style: disc;
}
.hidden {
    display:none;
}
#keyThree {
    background: rgb(227,180,183);
    background: linear-gradient(0deg, rgba(221,197,231,1) 0%, rgba(221,197,231,1) 50%, rgba(217,189,227,1) 50%, rgba(217,189,227,1) 50%);
}
@media (min-width: 768px){
    #whygeolocs .copy {
        Width:48%;
    }
    .plc-logo .clientLogo {
        width: 10%;
    }
    #faqs .container,#clients .container {
        position:relative;
    }
    #faqs, #clients {
        height:inherit;
    }
    #faqs, #clients {
        min-height:inherit;
    }
    .heroImg {
        width: 48%;
    }
    #keyThree {
        min-height: 800px;
    }
}