.nav{
    background: #fff !important;
}
.nav a{
    color: #333333 !important;
}
body{
    padding-top:100px !important;
}
.serv h3 {
    height: auto;
    font-size: 56px !important;
}
.title{
    color: #323232;
    font-family: NimbusSanL-Bol, serif;
}
.wd100{
    opacity: 1 !important;
}

.serv h4 {
    max-width: 800px;
}
.serv h3 {
    margin-top: 3px;
}
.serv {
    align-items: center;
    justify-content: space-between;
}
.serv .title{
    margin-top: -.3em;
}
.mt{
    padding-right: 10vw;
}
.gl{
    width: 400px;
    margin-bottom: 20px;
}
@media (max-width: 1000px) {
    .mt{
        padding-right: 0;
        text-align: center ;
        align-items: center;
    }
}
@media (max-width: 1600px) {
    .gl{
        width: 300px;
    }
    .serv h4{
        max-width: 500px;
    }
}