.main_nav{
    background-color: transparent;
}

.main_nav a{
    font-weight: bold;
}

.span_name{
    font-family:'Segoe UI';
    font-size: 20pt;
    font-weight: bold;
}


.bar_1{
    width: 100%;
    height: 0.5em;
    background-color: #9c9c9c;
}


.whatsapp{
    position: sticky;
    bottom: 5%;
    padding-top: 10px;
    padding-right: 2%;
    display: flex;
    justify-content: end;
    align-items: center; 
}

.whatsapp a{
    box-shadow: 0px -4px 3px rgb(27 27 24 / 75%);
}

img{
    width: 50%;
}

.exp-desc{
    background-color: rgb(133, 131, 131);
    border-radius: 0.5%;
    box-shadow: -4px -3px 3px rgba(0, 0, 0, 0.288);
}

.prof-desc{
    background-color: rgb(206, 233, 245);
    border-radius: 0.5%;
    box-shadow: -4px -3px 3px rgba(0, 0, 0, 0.288);
    padding: 5%;
}


.section-header h3 {
    font-size: 36px;
    color: #283d50;
    text-align: center;
    font-weight: 500;
    position: relative
}

.section-header p {
    text-align: center;
    margin: auto;
    font-size: 15px;
    padding-bottom: 60px;
    color: #556877;
    width: 50%
}

#clients {
    padding: 60px 0
}

#clients .clients-wrap {
    border-top: 1px solid #d6eaff;
    border-left: 1px solid #d6eaff;
    margin-bottom: 30px
}

#clients .client-logo {
    padding: 64px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-right: 1px solid #d6eaff;
    border-bottom: 1px solid #d6eaff;
    overflow: hidden;
    background: #fff;
    height: 160px
}

#clients img {
    transition: all 0.4s ease-in-out
}

.logo-2{
   width: 60%;
}

@media (max-width: 600px) { 
    .span_name{
        font-size: 15pt;
    }
    .span_job{
        font-size: 10pt;
    }
    .img_desc h6 {
        font-size: 10pt;
    }
    .img_desc p{
        font-size: 10pt;
    }
}

@media (max-width: 1200px) and (min-width:600px) { 

    .img_desc h6 {
        font-size: 12pt;
    }
    .img_desc p{
        font-size: 12pt;
    }
}

