#contacts a {
    display: flex;
    align-items: center;
    font-size: 20px;
    line-height: 1.5;
    text-decoration: none;
}

#contacts a i {
    margin-right: 20px;
    font-size: 35px;
}

#contacts .button-style1 {
    background: #ffc310;
    font-family: 'Roboto Slab', Sans-serif;
}
/*
#contact-yellow .vc_column-inner {
    background: url('../img/yellow.png') no-repeat center center;
    background-size: contain;
}
*/
@media all and (min-width: 1199px) {
    #form-col .wpb_wrapper {
        max-width: 600px;
        margin-left: auto;
    }
}