.findStrip{height: 164px; background-color: #fbb903;}
.findStrip .centeredContent{display: flex; height: 100%; align-items: center; justify-content: center;}
.findStrip strong{font-size: 36px;}
.findStrip ul{display: flex; padding-right: 20px; width: 500px;}
.findStrip li{width: 50%; padding-right: 15px;}
.findStrip a{display: flex; align-items: center; justify-content: center; text-align: center; height: 46px; font-weight: 700; font-size: 24px; border: 1px solid #1e2b51; color: #1e2b51;}
.findStrip a:hover, .findStrip a:focus{background-color: #1e2b51; color: white;}

@media screen and (max-width: 1024px) {
    .findStrip{height: 128px;}
    .findStrip strong{font-size: 30px;}
    .findStrip a{font-size: 20px;}
    .findStrip ul{width: 420px;}
}

@media screen and (max-width: 767px) {
    .findStrip{height: auto; padding: 42px 0px 50px;}
    .findStrip strong{display: block; padding-bottom: 14px;}
    .findStrip .centeredContent{flex-direction: column;}
}

@media screen and (max-width: 480px) {
    .findStrip strong{font-size: 24px; padding-bottom: 8px;}
    .findStrip ul{display: block; padding-right: 0; width: 100%; max-width: 220px; margin: 0 auto;}
    .findStrip li{width: auto; padding-top: 10px; padding-right: 0;}
    .findStrip a{height: 40px; font-size: 18px;}
}