.site_button {
    width: 203px;
    height: 50px;
    background: linear-gradient(90deg, #37AE9C 0%, #29AACE 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff !important;
    text-transform: capitalize;
    font-size: 16px;
    line-height: 50px !important;
    font-weight: 500;
    transition: 1s ease;
    position: relative;
    border-radius: 25px;
    cursor: pointer;
    overflow: hidden;
    opacity: 1;
    padding-bottom: 0 !important;
    padding: 0 !important;
}

.site_button:hover {
    background: #29aacd !important;
    color: #fff !important;
}

@media all and (min-width: 320px) and (max-width: 767px) {
    .site_button {
        width: 175px;
        height: 45px;
        font-size: 14px;
        margin: 0 auto;
    }
}

@media all and (min-width: 380px) and (max-width: 767px) {
    .site_button {
        width: 175px;
        height: 45px;
        font-size: 14px;
    }
}

@media all and (min-width: 481px) and (max-width: 767px) {
    .site_button {
        width: 175px;
        height: 45px;
        font-size: 14px;
        margin: 0;
    }
}

@media all and (min-width: 768px) and (max-width: 980px) {
    .site_button {
        width: 175px;
        height: 45px;
        font-size: 14px;
    }
}

@media only screen and (min-width: 981px) and (max-width: 1024px) {
    .site_button {
        width: 175px;
        height: 45px;
        font-size: 14px;
    }
    .menu-item-40 a {
        width: 152px;
        height: 40px;
        font-size: 14px;
    }
    ul#menu-header_menu>li>a,
    ul#menu-landing_menu>li>a {
        font-size: 15px;
    }
}

@media all and (min-width: 1025px) and (max-width: 1140px) {
    .site_button {
        width: 175px;
        height: 45px;
        font-size: 14px;
    }
    .menu-item-40 a {
        width: 152px;
        height: 40px;
        font-size: 14px;
    }
    ul#menu-header_menu>li>a,
    ul#menu-landing_menu>li>a {
        font-size: 15px;
    }
}

@media all and (min-width: 1141px) and (max-width: 1280px) {
    .site_button {
        width: 175px;
        height: 45px;
        font-size: 13px;
    }
    .menu-item-40 a {
        width: 162px;
        height: 45px;
    }
}

@media all and (min-width: 1281px) and (max-width: 1440px) {
    .site_button {
        width: 190px;
        height: 45px;
        font-size: 14px;
    }
    .menu-item-40 a {
        width: 172px;
        height: 45px;
    }
}

@media all and (min-width: 1441px) and (max-width: 1680px) {
    .site_button {
        width: 182px;
        height: 50px;
        font-size: 14px;
    }
}

@media all and (min-width: 1681px) and (max-width: 1880px) {}