.site_button {
    display: flex;
    justify-content: center;
    align-items: center;
    background: transparent;
    width: 230px;
    height: 45px;
    border: 2px solid #fff;
    color: #fff;
    border-radius: 50px;
    font-size: 18px !important;
    font-weight: 700;
    line-height: normal;
}

.foy_btn .site_button:hover {
    border-color: #002e5e;
    color: #002e5e;
}

.txt_btn .site_button {
    border-color: #00bdf2;
    color: #463939;
    font-size: 15px !important;
    text-transform: uppercase;
    font-weight: 600;
}

.txt_btn .site_button:hover {
    color: #00bdf2;
}

.serv_btn .site_button {
    border-color: #002e5e;
    color: #463939;
    width: fit-content;
    padding: 0px 20px;
}

.serv_btn .site_button:hover {
    border-color: #fff;
    color: #fff;
}

.ct_btn .site_button {
    border-color: #00bdf2;
    color: #463939;
    width: fit-content;
    padding: 0px 20px;
}

.ct_btn .site_button:hover {
    color: #00bdf2;
}

@media all and (min-width: 320px) and (max-width: 767px) {

    .site_button {
        height: 40px;
        font-size: 14px !important;
    }

}

@media all and (min-width: 768px) and (max-width: 980px) {

    .site_button {
        height: 40px;
        font-size: 14px !important;
    }

}

@media only screen and (min-width: 981px) and (max-width: 1140px) {

    .site_button {
        height: 40px;
        font-size: 14px !important;
    }

}

@media all and (min-width: 1141px) and (max-width: 1440px) {

    .site_button {
        height: 40px;
        font-size: 14px !important;
    }

}

@media all and (min-width: 1441px) and (max-width: 1880px) {

    .site_button {
        height: 40px;
        font-size: 14px !important;
    }

}