.site_button {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 190px;
    height: 50px;
    font-size: 16px;
    font-weight: 400;
    background: #000;
    color: #fff;
    clip-path: polygon(96.825% 10%, 96.825% 10%, 96.846% 10.973%, 96.906% 11.896%, 97.003% 12.757%, 97.132% 13.544%, 97.29% 14.243%, 97.475% 14.842%, 97.683% 15.33%, 97.911% 15.694%, 98.155% 15.921%, 98.413% 16%, 98.413% 16%, 98.67% 16.079%, 98.914% 16.306%, 99.142% 16.67%, 99.35% 17.158%, 99.535% 17.757%, 99.694% 18.456%, 99.823% 19.243%, 99.919% 20.104%, 99.979% 21.027%, 100% 22%, 100% 78%, 100% 78%, 99.979% 78.973%, 99.919% 79.896%, 99.823% 80.757%, 99.694% 81.544%, 99.535% 82.243%, 99.35% 82.842%, 99.142% 83.33%, 98.914% 83.694%, 98.67% 83.921%, 98.413% 84%, 98.413% 84%, 98.155% 84.079%, 97.911% 84.306%, 97.683% 84.67%, 97.475% 85.158%, 97.29% 85.757%, 97.132% 86.456%, 97.003% 87.243%, 96.906% 88.104%, 96.846% 89.027%, 96.825% 90%, 96.825% 92%, 96.825% 92%, 96.798% 93.298%, 96.717% 94.529%, 96.589% 95.676%, 96.417% 96.725%, 96.205% 97.657%, 95.959% 98.456%, 95.682% 99.107%, 95.378% 99.592%, 95.052% 99.895%, 94.709% 100%, 5.291% 100%, 5.291% 100%, 4.948% 99.895%, 4.622% 99.592%, 4.318% 99.107%, 4.041% 98.456%, 3.794% 97.657%, 3.583% 96.725%, 3.411% 95.676%, 3.282% 94.529%, 3.202% 93.298%, 3.175% 92%, 3.175% 90%, 3.175% 90%, 3.154% 89.027%, 3.094% 88.104%, 2.997% 87.243%, 2.868% 86.456%, 2.71% 85.757%, 2.525% 85.158%, 2.317% 84.67%, 2.089% 84.306%, 1.845% 84.079%, 1.587% 84%, 1.587% 84%, 1.33% 83.921%, 1.086% 83.694%, 0.858% 83.33%, 0.65% 82.842%, 0.465% 82.243%, 0.306% 81.544%, 0.177% 80.757%, 0.081% 79.896%, 0.021% 78.973%, 0% 78%, 0% 22%, 0% 22%, 0.021% 21.027%, 0.081% 20.104%, 0.177% 19.243%, 0.306% 18.456%, 0.465% 17.757%, 0.65% 17.158%, 0.858% 16.67%, 1.086% 16.306%, 1.33% 16.079%, 1.587% 16%, 1.587% 16%, 1.845% 15.921%, 2.089% 15.694%, 2.317% 15.33%, 2.525% 14.842%, 2.71% 14.243%, 2.868% 13.544%, 2.997% 12.757%, 3.094% 11.896%, 3.154% 10.973%, 3.175% 10%, 3.175% 8%, 3.175% 8%, 3.202% 6.702%, 3.282% 5.471%, 3.411% 4.324%, 3.583% 3.275%, 3.794% 2.343%, 4.041% 1.544%, 4.318% 0.893%, 4.622% 0.408%, 4.948% 0.105%, 5.291% 0%, 94.709% 0%, 94.709% 0%, 95.052% 0.105%, 95.378% 0.408%, 95.682% 0.893%, 95.959% 1.544%, 96.205% 2.343%, 96.417% 3.275%, 96.589% 4.324%, 96.717% 5.471%, 96.798% 6.702%, 96.825% 8%, 96.825% 10%);
    border: none;
    cursor: pointer;
    position: relative;
}

.white_btn .site_button {
    background: #fff;
    color: #000;
}

@media all and (min-width: 320px) and (max-width: 767px) {

    .site_button {
        width: 140px;
        height: 40px;
        font-size: 14px;
    }

}

@media all and (min-width: 768px) and (max-width: 980px) {

    .site_button {
        width: 140px;
        height: 40px;
        font-size: 14px;
    }

}

@media only screen and (min-width: 981px) and (max-width: 1140px) {

    .site_button {
        width: 140px;
        height: 40px;
        font-size: 14px;
    }

}

@media all and (min-width: 1141px) and (max-width: 1440px) {

    .site_button {
        width: 140px;
        height: 40px;
        font-size: 14px;
    }

}

@media all and (min-width: 1441px) and (max-width: 1880px) {

    .site_button {
        width: 140px;
        height: 40px;
        font-size: 14px;
    }

}