.site_desc_btn_inner {
    display: flex;
}

.site_button {
    width: 178px;
    height: 50px;
    display: flex;
    border: 2px solid #A01010;
    border-radius: 10px;
    font-size: 18px;
    color: #000000;
    background: #FFFFFF;
}

.site_button span {
    margin: auto;
}

.site_button {
    background: #fff;
    color: #000;
}

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

.site_button:after,
.site_button:before {
    content: "";
    width: 50%;
    position: absolute;
    background: #2d3188;
    height: 5px;
    transition: 0.6s !important;
}

.site_button:before {
    right: 0;
    bottom: -6px;
}

.site_button:after {
    top: -7px;
}

.site_button:hover:after,
.site_button:hover:before {
    height: 131%;
}

.site_button span {
    position: relative;
    z-index: 9;
}

.site_button:hover span {
    color: white;
}

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

    .site_button:after,
    .site_button:before {
        display: none;
    }

    .site_button {
        width: 149px;
        height: 42px;
        font-size: 16px;
    }
}

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

@media all and (min-width: 768px) and (max-width: 980px) {
    .site_button {
        width: 135px;
        height: 42px;
        font-size: 16px;
    }
}

@media only screen and (min-width: 981px) and (max-width: 1024px) {
    .site_button {
        width: 135px;
        height: 42px;
        font-size: 16px;
    }
}

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

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

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

@media all and (min-width: 1441px) and (max-width: 1680px) {}

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

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