.gform_next_button,
.site_button {
    width: 170px !important;
    height: 50px !important;
    border: 1px solid #6BCD4C;
    display: flex;
    justify-content: center;
    font-size: 16px;
    color: black;
    background: #fff;
    border-radius: 10px !important;
}

.home_banner_button .site_button {
    background: #fff;
    color: #000;
}

.site_button:hover {
    background: #6BCD4C;
    color: white;
}

@media all and (min-width: 320px) and (max-width: 767px) {
    .gform_next_button,
    .site_button {
        width: 122px !important;
        height: 39px !important;
        font-size: 13px !important;
    }
}

@media all and (min-width: 481px) and (max-width: 767px) {}

@media all and (min-width: 768px) and (max-width: 980px) {
    .gform_next_button,
    .site_button {
        width: 122px !important;
        height: 39px !important;
        font-size: 13px !important;
    }
}

@media only screen and (min-width: 981px) and (max-width: 1024px) {
    .gform_next_button,
    .site_button {
        width: 122px !important;
        height: 39px !important;
        font-size: 13px !important;
    }
}

@media all and (min-width: 1025px) and (max-width: 1140px) {
    .gform_next_button,
    .site_button {
        width: 122px !important;
        height: 39px !important;
        font-size: 13px !important;
    }
}

@media all and (min-width: 1141px) and (max-width: 1280px) {
    .gform_next_button,
    .site_button {
        width: 136px !important;
        height: 39px !important;
        font-size: 13px !important;
    }
}

@media all and (min-width: 1281px) and (max-width: 1440px) {
    .gform_next_button,
    .site_button {
        width: 150px !important;
        height: 45px !important;
        font-size: 14px !important;
    }
}

@media all and (min-width: 1441px) and (max-width: 1680px) {
    .gform_next_button,
    .site_button {
        width: 150px !important;
        height: 45px !important;
        font-size: 14px !important;
    }
}

@media all and (min-width: 1681px) and (max-width: 1880px) {}

@media all and (min-width: 981px) and (max-width: 3000px) {}