 @media screen and (min-width: 1200px) { .t-btn_md {
    height: 60px;
    font-size: 13px;
    padding-left: 514px;
    padding-right: 514px;
}}

 @media screen and (min-width: 960px) and (max-width: 1200px) { .t-btn_md {
    height: 60px;
    font-size: 13px;
    padding-left: 404px;
    padding-right: 404px;
}}

@media screen and (min-width: 640px) and (max-width: 960px) { .t-btn_md {
    height: 60px;
    font-size: 13px;
    padding-left: 244px;
    padding-right: 244px;
}}

@media screen and (min-width: 481px) and (max-width: 640px) { .t-btn_md {
    height: 60px;
    font-size: 13px;
    padding-left: 164px;
    padding-right: 164px;
}}

@media screen and (max-width: 480px) { .t-btn_md {
    height: 60px;
    font-size: 13px;
    width: 90%;
}}

.t-btn_md {
    text-transform: uppercase;
    letter-spacing: 0.3px;
}



@media screen and (min-width: 961px) { ::-webkit-scrollbar-thumb { border-radius: 5px; background-color: #EA5153; } ::-webkit-scrollbar-track { background-color: #F4F4F4; } ::-webkit-scrollbar { width: 12px; } ::-webkit-scrollbar-thumb:hover { background-color: ; }}