.t-text_md {font-size: 16px;}
@media screen and (max-width: 1200px) {
.t-text_md {font-size: 16px;}
}
@media screen and (max-width: 640px) {
.t-text_md {font-size: 14px;}
}
.t-descr_xxs {font-size: 16px;}
@media screen and (max-width: 1200px) {
.t-descr_xxs {font-size: 16px;}
}
@media screen and (max-width: 640px) {
.t-descr_xxs {font-size: 14px;}
}
.t-name_md {font-size: 36px;}
@media screen and (max-width: 1200px) {
.t-name_md {font-size: 36px;}
}
@media screen and (max-width: 640px) {
.t-name_md {font-size: 20px;}
}