.a_layout .a_title h2{
    font-family: "Viga", sans-serif;
}
.a_layout .a_row2 .a_txt h4,
.a_layout .a_row3 .a_txt h4 {
    font-family: "Viga", sans-serif;
}
.contact-editor ul{
    font-family: "Viga", sans-serif;
}
.s_col .st_box h3 {
    display: none;
}
.a_layout .a_row2 .a_txt h4,
.a_layout .a_row3 .a_txt h4 {
    letter-spacing: 0.06em;
    line-height: 1.5;
}
.a_layout .a_title h2{
    display: none;
} 
.contact-editor ul li h5 {
    width: auto;
    margin-right: 10px;
}
.contact-editor ul li:nth-child(2) > h5 {
    letter-spacing: 0.12em;
}
@media screen and (max-width: 1000px){
    .contact-editor ul li {
        position: relative;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
}