.callback-message {
    font-weight: bold;
    color: green;
}

.field-validation-error {
    font-weight: bold;
    color: red;
}

textarea.search_input {
    height: 411px;
    padding-top: 15px;
}

.search_input {
    max-width: 100%;
    width: 100%;
}

.search_button {
    width: 100%;
    height: 52px;
}

.mobile {
    display: none !important;
}

@media screen and (max-width: 420px) {
    .desktop {
        display: none !important;
    }

    .mobile {
        display: block !important;
    }

    textarea.search_input {
        height: 300px;
        padding-top: 15px;
    }

    .home {
        display: none;
    }

    .search {
        padding-top: 225px;
    }

    .search_title {
        width: 100%;
        font-size: 20px;
        text-align: center;
    }

    .search_input {
        max-width: 100%;
    }

    .search_button {
        margin-top: 0;
        height: 45px;
        width: 100%;
    }
}
