.cont_button {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #AA9C8A;
    border: 1.29px solid #FFFFFF;
    width: 220px;
    height: 50px;
    border-radius: 90.56px;
    color: #FFFFFF;
    font-family: var(--font_montserrat);
    font-weight: 500;
    font-size: 20px !important;
    line-height: normal;
    cursor: pointer;
    margin: auto;
    position: relative;
    transition: 0.5s !important;
}

.cont_button:hover {
    background: #fff;
    color: #000;
}

.site_button {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 210px;
    height: 50px;
    font-family: var(--font_mondia);
    font-size: 18px !important;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
    border-radius: 5px;
    cursor: pointer;
    position: relative;
    transition: 0.5s !important;
}

.btn_col_left .site_button {
    color: #6E573F;
    background: #E5DAC7;
}

.btn_col_right .site_button {
    color: #fff;
    background: #AA9C8A;
}

.site_button:hover {
    color: #000;
    background: #fff;
    border: 1px dashed #6E573F;
}

@media all and (min-width: 320px) and (max-width: 767px) {

    .cont_button {
        width: 140px;
        height: 40px;
        font-size: 14px !important;
    }

    .site_button {
        width: 140px;
        height: 40px;
        font-size: 13px !important;
    }

}

@media all and (min-width: 768px) and (max-width: 980px) {

    .cont_button {
        width: 140px;
        height: 40px;
        font-size: 14px !important;
    }

    .site_button {
        width: 140px;
        height: 40px;
        font-size: 13px !important;
    }

}

@media only screen and (min-width: 981px) and (max-width: 1140px) {

    .cont_button {
        width: 140px;
        height: 40px;
        font-size: 14px !important;
    }

    .site_button {
        width: 140px;
        height: 40px;
        font-size: 13px !important;
    }

}

@media all and (min-width: 1141px) and (max-width: 1440px) {

    .cont_button {
        width: 150px;
        height: 40px;
        font-size: 15px !important;
    }

    .site_button {
        width: 160px;
        height: 40px;
        font-size: 14px !important;
    }

}

@media all and (min-width: 1441px) and (max-width: 1880px) {

    .cont_button {
        width: 200px;
        height: 40px;
        font-size: 17px !important;
    }

    .site_button {
        width: 160px;
        height: 40px;
        font-size: 14px !important;
    }

}