


.about-banner-wrap{
  background: url(../../images/about-banner.jpg) no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  padding: 90px 0px;
  border-bottom: 10px solid #3a3a3a;
}

.about-banner-wrap h1{
      font-size: 2.625rem;
      line-height: 1.2;
      color: #ffffff;
      font-weight: 600;
      padding: 0px;
      margin: 0px;
      text-align: center;
  }


.services-body-wrap{
  background-color: #ffffff;
  padding: 25px 0px 50px;
}


.services-body{
  background-color: #ffffff;
    padding: 70px 50px;

}


/*accordion*/

.card-header{

}

.sc-header{
      font-family: 'Poppins', sans-serif;
  color: #ffffff;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 600;
  outline:none;
}

.sc-header:hover{
outline:none;
    color: #ffffff;
  text-decoration: none;
}


