.site_button {
    height: 50px;
    width: 174px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: linear-gradient(34deg, #0C87D5 14.76%, #05B0F8 86.58%);
    font-size: 16px;
    color: #fff;
    font-weight: 400;
    border-radius: 70px 0 0 70px;
    cursor: pointer;
    border: 1px solid transparent;
}

.site_tw_btn {
    display: flex;
}

.site_tw_btn a:nth-child(2n) {
    margin-left: 10px;
    border-radius: 0 70px 70px 0;
    background: linear-gradient(293.74deg, #0C87D5 14.76%, #05B0F8 86.58%);
}

.site_btn_one .site_button {
    border-radius: 0 70px 70px 0;
}


.site_button:hover::after {
    background: #fff;
    width: 100%;
}

.site_button:hover {
    color: #000;
}

.site_button {
    position: relative;
    overflow: hidden;
    z-index: 1;
    transition: 0.6s !important;
}

.site_button:after {
    position: absolute;
    content: "";
    height: 100%;
    width: 0;
    /* background: rebeccapurple; */
    z-index: -1;
    transition: 0.6s !important;
    left: 0;
}

.site_button:nth-child(2n):after {
    left: auto;
    right: 0;
}

.fl_btn .site_button {
    border-radius: 50px;
}

@media all and (min-width: 320px) and (max-width: 767px) {
    .site_button {
        height: 40px;
        width: 140px;
        font-size: 14px;
    }

    .site_tw_btn a:nth-child(2n) {
        margin-left: 5px;
    }
}

@media all and (min-width: 768px) and (max-width: 980px) {
    .site_button {
        height: 42px;
        width: 147px;
        font-size: 14px;
    }
}

@media only screen and (min-width: 981px) and (max-width: 1024px) {
    .site_button {
        height: 42px;
        width: 147px;
        font-size: 14px;
    }
}

@media all and (min-width: 1025px) and (max-width: 1140px) {
    .site_button {
        height: 45px;
        width: 150px;
        font-size: 15px;
    }
}

@media all and (min-width: 1141px) and (max-width: 1280px) {
    .site_button {
        height: 45px;
        width: 150px;
        font-size: 15px;
    }
}

@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) {}