.site_button {
    width: 180px;
    height: 50px;
    display: flex;
    font-size: 16px;
    border-radius: 5px;
    background: #292929;
    color: white;
    border: 1px solid transparent;
}

.site_button span {
    margin: auto;
}

.orange_htn .site_button {
    background: black;
    color: white;
}

.site_button:hover {
    background: white;
    color: black;
    border-color: black;
}

.site_button {
    transition: 1s !important;
}

.site_button:after {
    transition: 1s !important;
    width: 0%;
    height: 9px;
    content: "";
    position: absolute;
    background: black;
    bottom: -2px;
    left: 0;
}

.site_button:before {
    transition: 1s !important;
    width: 0%;
    height: 9px;
    content: "";
    position: absolute;
    background: black;
    bottom: 0px;
    left: auto;
    top: 0;
    right: 0;
}

.site_button {
    position: relative;
    overflow: hidden;
}

.site_button:hover:after,
.site_button:hover:before {
    width: 80%;
}

@media all and (min-width: 320px) and (max-width: 767px) {
    .site_button {
        height: 40px;
        object-fit: contain;
        width: 134px;
        font-size: 13px;
    }
}

@media all and (min-width: 481px) and (max-width: 767px) {}

@media all and (min-width: 768px) and (max-width: 980px) {
    .site_button {
        height: 40px;
        object-fit: contain;
        width: 146px;
        font-size: 14px;
    }
}

@media only screen and (min-width: 981px) and (max-width: 1024px) {
    .site_button {
        height: 40px;
        object-fit: contain;
        width: 146px;
        font-size: 14px;
    }
}

@media all and (min-width: 1025px) and (max-width: 1140px) {
    .site_button {
        width: 149px;
        height: 42px;
        font-size: 15px;
    }
}

@media all and (min-width: 1141px) and (max-width: 1280px) {
    .site_button {
        width: 149px;
        height: 42px;
        font-size: 15px;
    }
}

@media all and (min-width: 1281px) and (max-width: 1440px) {
    .site_button {
        width: 149px;
        height: 42px;
        font-size: 15px;
    }
}

@media all and (min-width: 1441px) and (max-width: 1680px) {
    .site_button {
        width: 162px;
        height: 50px;
    }
}

@media all and (min-width: 1681px) and (max-width: 1880px) {}

@media all and (min-width: 981px) and (max-width: 3000px) {}