@media screen and (max-width: 1920px) {
.t-name_xl {
font-size: 36px!important;
}}



@media screen and (max-width: 640px) {
.t-name_xl {
font-size: 24px!important;
}}

@media screen and (max-width: 800px) {
.t-name_xs {
font-size: 18px!important;
}}