.our-core-values {
    background: #F5FAFF;
  }
  
  .our-core-values .section-header p {
    width: 75%;
    margin: auto;
  }
  
  .our-core-values .single-box {
    text-align: center;
  }
  
  .our-core-values .single-box .icon {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
    width: 100px;
    height: 100px;
    background: #03aac7;
    border-radius: 50px;
  }
  
  .our-core-values .single-box .text-area h5 {
    margin: 31px 0 13px;
  }

  .section-header {
    margin-bottom: 55px;
  }
  .sub-title {
    color: #03aac7;
    margin-bottom: 30px;
  }
  .title {
    font-weight: 700;
    margin-bottom: 16px;
  }

  @media (max-width: 991px) {
    .our-core-values .single-box .icon {
        width: 80px;
        height: 80px;
      }
      .title {
        margin-bottom: 20px;
      }
      .our-core-values .single-box .icon img {
        width: 50%;
      }
      .our-core-values .cus-mar {
        margin-bottom: -20px;
      }
      .our-core-values .single-box {
        margin-bottom: 20px;
      }
      .section-header {
        margin-top: -8px;
        margin-bottom: 40px;
      }
  }

  @media (max-width: 575px) {
    .section-header {
        margin-top: -5px;
        margin-bottom: 30px;
      }
      .title {
        margin-bottom: 15px;
      }
  }