.site_button {
    width: 150px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #129DC4;
    color: #fff;
    border-radius: 30px;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 700;
    border: none !important;
    position: relative;
}

.white_btn .site_button {
    background: #fff;
    color: #129DC4;
}

.pdr {
    padding-right: 10px;
}

@media all and (min-width: 320px) and (max-width: 767px) {
    .site_button {
        width: 120px;
        height: 40px;
        font-size: 12px;
    }
}

@media all and (min-width: 768px) and (max-width: 980px) {
    .site_button {
        width: 130px;
        height: 45px;
        font-size: 13px;
    }
}

@media only screen and (min-width: 981px) and (max-width: 1024px) {
    .site_button {
        width: 140px;
        height: 48px;
        font-size: 13px;
    }
}

@media all and (min-width: 1025px) and (max-width: 1140px) {
    .site_button {
        width: 140px;
        height: 48px;
        font-size: 13px;
    }
}

@media all and (min-width: 1141px) and (max-width: 1280px) {
    .site_button {
        width: 140px;
        height: 48px;
    }
}

@media all and (min-width: 1281px) and (max-width: 1440px) {}

@media all and (min-width: 1441px) and (max-width: 1680px) {}

@media all and (min-width: 1681px) and (max-width: 1880px) {}