.site_button {
    width: 170px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 50px;
    background: #005087;
    border-radius: 30px;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    border: none;
    transition: 0.6s;
    cursor: pointer;
    position: relative;
}

.pdr {
    padding-right: 7px;
}


.site_button:hover {
    background: #E6001D;
}


.wt_btn .site_button {
    background: #fff;
    color: #005087;
}

.bg_btn .site_button {
    width: 208px;
}


.rd_btn .site_button {
    background: #E6001D;
}

.rd_btn .site_button:hover {
    background: #005087;
}

.wt_btn .site_button:hover {
    background: #E6001D;
    color: #fff;
}

@media all and (min-width: 320px) and (max-width: 767px) {
    .site_button {
        width: 130px;
        height: 36px;
        font-size: 14px;
    }

    .pdr {
        padding-right: 5px;
    }
}

@media all and (min-width: 768px) and (max-width: 980px) {
    .site_button {
        width: 130px;
        height: 36px;
        font-size: 14px;
    }

    .pdr {
        padding-right: 5px;
    }
}

@media only screen and (min-width: 981px) and (max-width: 1024px) {
     .site_button {
        width: 145px;
        height: 40px;
        font-size: 14px;
    }
    .pdr {
        padding-right: 5px;
    }
}

@media all and (min-width: 1025px) and (max-width: 1140px) {
     .site_button {
        width: 145px;
        height: 40px;
        font-size: 14px;
    }

    .pdr {
        padding-right: 4px;
    }
}

@media all and (min-width: 1141px) and (max-width: 1280px) {
    .site_button {
        width: 155px;
        height: 45px;
    }

    .pdr {
        padding-right: 4px;
    }
}

@media all and (min-width: 1281px) and (max-width: 1440px) {
    .site_button {
        width: 165px;
    }



}

@media all and (min-width: 1441px) and (max-width: 1680px) {}

@media all and (min-width: 1681px) and (max-width: 1880px) {}