.section.is-header {
    padding-top: 160px;
    background-color: #f0f0f0;
    background-image: url('../images/innerbanner.jpg');
    /* background-position: 30% 50%;
    background-size: 2530px; */
    background-size: cover;
    background-repeat: no-repeat;
}
.section.is-header img {
  position: absolute;
  left: 0;
  right: 0;
  margin: -10px auto auto;
  width: 90px;
}
.section.is-header h1 {
    font-size: 40px;
    line-height: 1.15;
    font-weight: 700;
    font-family: 'NotoSans-Bold';
    padding-bottom: 0px;
    letter-spacing: 1.5px;
    color: #fff;
    padding-top: 80px;
}
.about-section p {
    text-align: center;
    font-size: 16px !important;
    line-height: 29px;
    color: #000;
}
.pb-48 {
    padding-bottom: 48px;
}
.flex-container {
    display: flex;
    flex-wrap: nowrap;
}
  
.flex-container img {
    background-color: #f1f1f1;
    width: 100px;
    margin: 21px;
    text-align: center;
    line-height: 75px;
    font-size: 30px;
}
.clientBottomBorder {
    border-bottom: 1px solid #CFCFCF;
}
.clientImages {
    height: 100px !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-size: 57% !important;
}


@media (max-width: 600px) {
    .section.is-header {
      padding-top: 15px;
      padding-bottom: 30px;
    }
    .section.is-header img {
      width: 63px;
    }
    .pb-48 {
      padding-bottom: 0px;
    }
    .section.is-header h1 {
      padding-bottom: 0px;
      font-size: 31px;
    }
    .section-align-title-area p {
      font-size: 15px;
    }
    .clientImages {
        background-size: 75% !important;
    }
    
  }

  .section.is-header.client-banner-img{
  padding-top: 160px;
    background-color: #f0f0f0;
    background-image: url('../images/banners/CLIENTS.jpg') !important; 
    background-size: cover;
    background-repeat: no-repeat;
}