.multiplayer section.contactex h3{
   /* font-size: 20px;*/
    /*margin-top: 3px;*/
}
a.connects {
    background-color: #f79430;
    padding: 15px 15px 15px 15px;
    border-radius: 23px;
    color: #fff;
    font-weight: 600;
    letter-spacing: normal;
    font-family: "Open Sans", sans-serif;
}

a.connect {
    background-color: #f79430;
    padding: 15px 15px 15px 15px;
    border-radius: 23px;
    color: #fff;
    font-weight: 600;
    letter-spacing: normal;
    font-family: "Open Sans", sans-serif;
}
section.experts h3, section.experts h2, section.experts h5 {
    text-align: center;
    font-family: "Open Sans Bold", sans-serif;
    font-size: 24px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #fff;
    padding-bottom: 10px;
    margin: 0;
}
section.experts h5 {
    font-size: 20px;
}
@media (max-width: 767px) {
    .experts .col-md-4 {
        text-align: center;
    }
}
@media (min-width: 768px) and (max-width: 1024px) {
    .contactex a.connect {
        padding: 15px 15px 15px 15px;
       /* margin-inline: -118px;*/  
    }
    }
    /*
    .contactex a.connects {
        padding: 10px 5px 10px 4px;
    }
    */
     .contactex a.connect {
        padding: 15px 15px 15px 15px;
       /* margin-inline: -118px;*/  
    }
    section.contactex h3 {
       /* text-align: left;*/
       /* font-size: 20px; */
    }
    section.contactex h5 {
        font-size: 16px;
    }
    section.talk-to-us h5 {
        font-size: 14px;
    }
@media (min-width: 992px) and (max-width: 1199px) {
    section.experts h5 {
        font-size: 19px;
    }
    a.connects {
    background-color: #f79430;
    padding: 13px 5px 13px 7px !important;
}
}
@media (min-width: 767px) {
    section.experts .col-md-4 {
        margin-top: 0px;
    }
    section.contactex .col-md-4{
        /*margin-top: 14px;*/
        margin-top: 16px;
    }
    
    .contact-top {
    /* margin-top: 14px; */
    margin-top: 5px!important;
}
    
 .connect-expert {
    margin-top: 30px!important;
}
    
     .col-md-4 .connectwithexpert {
        margin-top: 130px;
     }
     
    section.contactex .col-md-8{
        margin-top: 9px;
    }
    .talk-to-us{
       /* padding: 37px 0 !important; */
    }
    .talk-to-us .col-md-8{
     /*   margin-top: 9px;*/
    }
    .talk-to-us .col-md-4 p{
        margin-top: revert;
    }
}

