@media only screen and (max-width: 540px) {
.heroCTA a:nth-of-type(2) {
   margin-left: 0px !important;
}

.heroCTA a:nth-of-type(1), .heroCTA a:nth-of-type(2)  {
   margin-right: 24px !important;
   margin-left: 24px !important;
   margin-bottom: 20px;
}
}

@media only screen and (min-width: 1084px) {
    .infoBar .tabCustomPad {
        padding-top: 0px !important;
    }
}