
@media only screen and (max-width: 600px) {
    .main-search-form {
        justify-content: center;
        padding: 30px 0 30px 0px;
    }

    #yearlyFields, #dailyFields, #monthlyFields {
        margin-bottom: 15px;
    }

    .mobile {
        width: 100%!important;
        flex: 0 0 auto;
    }
}
