@media only screen and (min-width: 1024px) {
.entry-content {
       margin-top: 243px !important;
}
.select-box {
    margin-top: -50px !important;
}
}
@media only screen and (min-width: 1200px) {
.entry-content {
    margin-top: 222px !important;
}
}
.site-main .entry-content h2 {
    font-size: 24px !important;
}