.s_layout .a_txt h3 {
    display: none;
}
.s_layout .a_txt span {
    font-size: 24px;
}
.a_layout h3 {
    letter-spacing: 0.5px;
    margin: 2px;
    font-size: 20px;
}
@media screen and (max-width: 1000px) {
    .a_layout h3 {
        font-size: 18px;
    }
}
@media screen and (max-width: 767px) {
    .a_layout h3 {
        line-height: 1;
        font-size: 15px;
    }
}