.common-para{
  text-align: left;
}
  .about-us-section-header{
    padding: 30px 0px;
    background-color: #d2d4d5;
    opacity: 0.8;
    /* background-image: radial-gradient(#3476a5 0.5px, #d2d4d5 0.8px); */
    background-size: 10px 10px;
  }
  /* .about-us-content {
    max-width: 575px;
  } */
  .about-us-content  h1{
    font-weight: 700;
    margin-bottom: 20px;

  }
  .about-us-content  p, .about-us-content ul{
    font-weight: 600;
    line-height: 23px;
    color: #000;
  }
  .about-us-content ul{
    font-weight: 600;
    line-height: 23px;
    color: #000;
    flex-wrap: wrap;
    gap: 0px 30px;
    min-width: 300px;
}
  .about-us-content li{
    flex-basis: 30%;
    padding: 6px;
  }
  .about-us-content h1 span{
    color: #3476a5;
  }

  .common-heading{
  font-size: 3.5rem;
  font-weight: 800;
  line-height: 3.2rem;
  margin-bottom: 3.3rem;
  padding-top: 5.3rem;
  color: #3476a5;
  }
.common-sub-heading{
  font-size: 1.5rem;
  font-weight: 800;
  line-height: 1.8rem;
  margin-bottom: 1.3rem;
  margin-top: 1.3rem;
  color: #3476a5;
  text-align: center;
  text-transform: capitalize;
}
.img-service{
  height:250px;
}
.ser-t-cent{
  display: flex;
  align-items: center;
}

.blue-service-bg{
  background-color: #e1ebf3;
  padding: 30px;
}
@media screen and (max-width: 970px) {
  .common-heading{
      font-size: 2.5rem;
      margin-bottom: 1.3rem;
      padding-top: 4.5rem;
  }
  .common-sub-heading{
    margin-bottom: 0px;
  }
  .common-para{
    text-align: center;
    padding-top: 20px;
  }
  .img-service {
    height: 200px;
  }
  /* header.main-header-container{
      position: relative;
  }
  .about-us-section-header{
      z-index: -1;
  } */
}
