.container-aboutpage {
  max-width: 1250px;
  width: 100%;
  height: auto;
  margin: 40px auto;
  padding: 25px;
  height: auto;

  /* z-index: 1; */
}


.about {
    /* padding: 100px 0; */
    margin-bottom: 20px;
}

.about .heading h2 {
    font-size: 30px;
    font-weight: 700;
    margin: 0;
    padding: 0;

}

.about .heading h2 span {
    color: #F24259;
}

.about .heading p {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.7;
    color: #999999;
    margin: 20px 0 60px;
    padding: 0;
}

.about h3 {
    font-size: 25px;
    font-weight: 600;
    margin: 0;
    padding: 0;
    color:#001345;
}

.about p {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.7;
    color: #999999;
    margin: 20px 0 15px;
    padding: 0;
}

.about h4 {
    font-size: 20px;
    font-weight: 600;
    color: #001345;
    margin: 20px 0px;
    margin-bottom: 1rem;
}

.about h4 i {
   
  margin-right: 14px;
}

 #leftheding h6{
    font-weight: 400;
    font-size: 16px;
    line-height: 29px;
    /* identical to box height, or 181% */
    color: #001345;
text-align: left;
margin: 0;
    padding: 0;
}




ul {
    margin: 0;
    padding: 0;
    list-style: none;
  }
  img {
    max-width: 100%;
    height: auto;
  }
  span,
  a,
  a:hover {
    display: inline-block;
    text-decoration: none;
    color: inherit;
  }
  .section-head {
    margin-bottom: 20px;
    padding-top: 50px;
  }
  .section-head h4 {
    position: relative;
    padding: 0;
    color: #f91942;
    line-height: 1;
    letter-spacing: 0.3px;
    font-size: 34px;
    font-weight: 700;
    text-align: center;
    text-transform: none;
    margin-bottom: 20px;
  }
  .section-head h4:before {
    content: "";
    width: 60px;
    height: 3px;
  
    position: absolute;
    left: 0px;
    bottom: -10px;
    right: 0;
    margin: 0 auto;
  }
  .section-head h4 span {
    font-weight: 700;
    padding-bottom: 5px;
    color: #001345;;
  }
  p.service_text {
      font-style: normal;
      font-weight: 400;
      font-size: 16px;
      line-height: 31px;
      /* or 194% */
      
      text-align: center;
      
      color: #001345;
  }
  .section-head p,
  p.awesome_line {
      font-style: normal;
      font-weight: 400;
      font-size: 16px;
      line-height: 31px;
      /* or 194% */
      
      text-align: center;
      
      color: #001345;
   
  }
  
  /*  */
  .item {
    background: #fff;
    text-align: center;
    padding: 30px 25px;
  
    /* margin-bottom: 30px; */
  }
  
  .item .icon {
    margin-bottom: 25px;
    font-weight: 600;
    font-size: 68px;
    line-height: 100px;
    /* identical to box height */
    text-align: center;
    letter-spacing: 0.02em;
    /* font-family: 'Quicksand'; */
    color: #001345;
  }
  
  .item p {
    font-size: 15px;
    line-height: 6px;
  }
  .item h6 {
    /* margin-bottom: 20px; */
    font-weight: 500;
    font-size: 18px;
    text-align: center;
    color: #001345;
  }
  .mission p {
    margin-bottom: 10px;
    font-size: 15px;
    line-height: 28px;
    font-weight: 500;
  }
  .mission i {
    display: inline-block;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background: #f91942;
    border-radius: 50%;
    color: #fff;
    font-size: 25px;
  }
  .mission .small-text {
    margin-left: 10px;
    font-size: 13px;
    color: #666;
  }
  
  
  @media(max-width: 767px) {
   
      .desktopview-about{
        display: none;
      }
  }
    
  @media(min-width: 767px) {
    .mobileview-about{
      display: none;
    }
  }

  .industriesInnerContainer {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
  .about .industriesHeader{
    font-size: 2rem;
    margin-bottom: 2.5rem;
  }
  .industriesTextContainer{
    margin-bottom: 2.5rem;
  }
  .industriesTextContainer h6 {
    line-height: 1.75rem;
  }
  .section-head h4{
    margin-bottom: 2rem;
    margin-top: 3rem;
  }
  @media(max-width:992px){
    .industriesInnerContainer {
      display: grid;
      grid-template-columns: 1fr ;
    }
    .industriesImgContainer{
        grid-row-start: 1;
    }
    .section-head h4 {
      margin-bottom: 2rem;
      margin-top: 1rem;
    }
  }
  @media(max-width:450px){
    .about .industriesHeader {
      font-size: 1.5rem;
      margin-bottom: 2rem;
    }
  }