.site_button {
    padding: 10px 25px;
    color: rgb(255 255 255);
    font-size: 12px;
    background: rgb(221 0 63);
    border-radius: 20px;
    display: flex;
    font-weight: 600;
    cursor: pointer;
    border: none !important;
    font-family: "Nunito Sans", sans-serif;
}

.site_button2 {
    display: flex;
    justify-content: center;
    padding: 12px 40px;
    background: rgb(220 248 54);
    border-radius: 60px;
    color: #000;
    font-weight: 700;
    cursor: pointer;
    transition: 0.6s !important;
}

.site_button2:hover {
    background: rgb(185 28 28);
    color: #fff;
    transform: translateY(-8px);
}

@media all and (min-width: 320px) and (max-width: 767px) {
    .site_button {
        padding: 8px 15px;
    }

    .site_button2 {
        padding: 8px 20px;
        font-size: 14px;
    }
}

@media all and (min-width: 768px) and (max-width: 980px) {
    .site_button {
        padding: 8px 15px;
    }

    .site_button2 {
        padding: 10px 20px;
        font-size: 15px;
    }
}

@media only screen and (min-width: 981px) and (max-width: 1024px) {
    .site_button {
        padding: 8px 15px;
    }

    .site_button2 {
        padding: 12px 30px;
    }
}

@media all and (min-width: 1025px) and (max-width: 1140px) {
    .site_button2 {
        padding: 12px 30px;
    }
}

@media all and (min-width: 1141px) and (max-width: 1280px) {
    .site_button2 {
        padding: 12px 30px;
    }
}

@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) {}