.text {
@media screen and (max-width: 1500px) {
font-size: 16px;
}
@media screen and (max-width: 1320px) {
font-size: 13px;
}
}
.text {
@media screen and (max-width: 1500px) {
font-size: 16px;
@media screen and (max-width: 1320px) {
font-size: 13px;
}
}
}