@media screen and (min-width: 783px) {
.site-logo img {
zoom: 1;
}
.site-title {
font-size: 54px;
}
.block_help h5 {
font-size: 1.725rem;
}
}
@media screen and (max-width: 383px) {
.block_help h5 {
font-size: 1.525rem;
}
}