#customer-vision-section > div:first-child {
    background-image: url("/static/img/our-customer/compartimos_fondo.19acb841c0e6.jpg");
    background-size: 100%;
    background-position-y: -100px;
    height: 440px;
}
#main-our-customer{
    height: 700px;
}

#customer-vision-section > div:last-child {
    height: 242px;
}
section#our-customers-section h2{
    padding-top: 0;
}
section#our-customers-section h3 {
    font-size: 48px;
}
#customer-vision-section img {
    position: relative;
    bottom: 254px;
}
.aling-flex-center{
    display: flex;
    justify-content: center;
    align-items: center;
}
#customer-vision-section > div:first-child h2 {
    color: #212e4f;
    padding-top: 100px;
}

#solutions-section img{
    position: relative;
    bottom: 74px;
}

#solutions-header-section {
    height: 200px;
}

#solutions-section h2{
    font-size: 60px;
}

#our-customers-section .logo {
    padding: 100px 0px 50px 0px;
}

.bg {
    padding-top: 200px;
    /* height: 60%!important; */
}

#customer-text-1 {
    height: 200px;
}

#customer-text-1 p{
    margin-top: 10%;
    border-left: white solid 2px;
    padding-left: 15px;
}

@media (max-width: 576px) { 
    #customer-text-1 p {
        margin-top: 10%;
        border-left:none;
        padding-left: 5px;
    }
}

@media (max-width: 776px) { 
    #customer-vision-section > div:first-child{
        background-image: url("/static/img/our-customer/compartimos_fondo.19acb841c0e6.jpg");
        background-size: cover;
        background-position-y: 35px;
        height: 205px!important;
        background-repeat: no-repeat;
        padding-top: 35px;
    }
    h1 {
        font-size: 2.5rem!important;
    }
    #main-our-customer{
        background-position-x: right;
    }

    
    h2 {
        font-size: 2rem!important;
    }
    section#our-customers-section h3{
        font-size:37px ;
    }

    .col-md-3 {
        padding: 25px 0px;
        margin-left: 40%;
    }

    .col-md-12 {
        padding-top: 100px;
    }

    .col-xs-3 img{
        width: 60%;
    }

    #solutions-section img{
        bottom: 0px!important;
    }

    #customer-vision-section img {
        bottom: 175px;
    }
    #customer-vision-section > div:last-child{
        height: 320px;
    }
    #solutions-header-section{
        height: 150px;
    }
}
@media (min-width: 768px) and (max-width: 991px){
     section#our-customers-section h3 {
        font-size: 30px;
    }
    .white-background h2{
        font-size: 40px;
    }
    #customer-vision-header p,
    #customer-vision-section p ,
    #solutions-section p {
        font-size: 20px
    }
    
}

@media (min-width: 1024px) { 

    #customer-vision-section img {
        bottom: 175px;
    }
    #main-our-customer h1{
        font-size: 2rem!important;
    }

}

