@font-face {
    font-family: 'proxima_novabold';
    src: url('proxima_nova_bold-webfont.woff2') format('woff2'),
         url('proxima_nova_bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'proxima_novaregular';
    src: url('proximanova-regular-webfont.woff2') format('woff2'),
         url('proximanova-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

.body_content{
    padding: 20px 0 50px 0;
}
.logo_company img{
    width: 90%;
    transition: transform 1s, filter 1.5s ease-in-out;
    transform-origin: center center;
    
}
.header_section .about_head .h1{
    margin: 0 0 29px 0;
}
.customize_logo .logo_company{
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 22px 16px;
    box-shadow: 2px 0px 7px 2px grey;
    border-radius: 50%;
    padding: 12px;
    height: 208px;
    width: 208px;
    overflow: hidden;
}
.customize_logo .logo_company:hover img{
    /* filter: brightness(100%); */
    transform: scale(1.3);
}
.about_head{
    padding-top: 70px;
    color: grey;
    padding-left: 30px;
}
.clients_logo{
    display: flex;
    justify-content: center;
    padding: 26px 0;
}
.clients_head{
    color: gray;
    text-transform: capitalize;
    font-family: 'proxima_novabold';
    margin: 15px 0;
}

@media (max-width: 319px){
    .header_section .about_head .h1{    
        font-size: 24px;
    }
    .about_head{
        padding-left: 0;
    }
    .header_section .about_head .h1 {
        margin: 0 0 2px 0;
    }
    .customize_logo{
        display: flex;
        justify-content: center;
    }
    .clients_head .h1{
        font-size: 19px;
    }
    .customize_logo .logo_company{
        height: 189px;
    }
}
@media (min-width: 320px) and (max-width: 410px){
    .header_section .about_head .h1{    
        font-size: 25px;
    }
    .about_head{
        padding-left: 0;
    }
    .header_section .about_head .h1 {
        margin: 0 0 2px 0;
    }
    .customize_logo{
        display: flex;
        justify-content: center;
    }
    .clients_head .h1{
        font-size: 23px;
    }
}
@media (min-width: 411px) and (max-width: 576px){
    .header_section .about_head .h1{    
        font-size: 29px;
    }
    .about_head{
        padding-left: 0;
    }
    .header_section .about_head .h1 {
        margin: 0 0 2px 0;
    }
    .customize_logo{
        display: flex;
        justify-content: center;
    }
    .clients_head .h1{
        font-size: 30px;
    }
}
@media (min-width: 577px) and (max-width: 767.98px){
    
}
@media (min-width: 768px) and (max-width: 991.98px){
    
}
@media (min-width: 992px) and (max-width: 1199.98px){

}
@media (min-width: 1200px) and (max-width: 1326px){
   
}