.site-footer__inner h3 a{
    font-size: 16px;
    color: #fff;
    font-weight: 400;
}
.site-footer__inner h3 a:hover{
    opacity: 0.7;
}
.site-footer__inner h3 a+a{
    margin-left: 30px;
}
@media only screen and (min-width: 768px){
    .site-footer__inner h3 a{
        font-size: 16px;
    }    
}
@media only screen and (max-width: 767px) {
    .site-footer__inner{
        flex-direction: row;
    }
    .site-footer__inner h3{
        width: 100%;
    }
    .site-footer__inner h3 a{
        font-size: 12px;
    }    
}