#expectation-list-section {
  max-width: 1640px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 40px;
}

.expect-info {
    padding: 0 40px 40px;
    border-top: solid #f6f6f6 1px;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  background: #fff;
  padding-top: 25px;
}
.center-content {
display: flex;
justify-content: center;
  position: relative;
  top: -65px;
}
.expect-info h4 {
    background: #fff;
    padding: 15px;
    font-weight: bold;
    font-size: 18px;
    text-transform: uppercase;
  text-align: center;
  border-bottom: solid #35c7bc 3px;
  margin-bottom: 38px;
}

.expect-info h4:after {
  border-color: #10cfc9 transparent transparent;
    border-style: solid;
    border-width: 6px 6px 0;
    content: "";
    left: 50%;
    margin-left: -5px;
    position: absolute;
}

.expect-info ul {
    padding: 0 15px;
}
.expect-info ul li {
    list-style: none;
    margin-bottom: 25px;
    font-size: 18px;
    position: relative;
}

.expect-info ul li:before {
    content: "";
    background: url('https://318836.fs1.hubspotusercontent-na1.net/hubfs/318836/check-icon.png');
    height: 20px;
    width: 20px;
    display: block;
    position: absolute;
    left: -28px;
    background-repeat: no-repeat;
    top: 5px;
}
.list-wrapper {
    padding: 0 40px;
}
.list-wrapper .listing-area {
    display: grid;
    grid-template-columns: .5fr .34fr;
  padding: 0 40px;
  justify-content: center;
  gap: 20px;
}

@media (max-width: 1482px) {
  .list-wrapper .listing-area {
    grid-template-columns: .5fr .40fr;
  }
}
@media (max-width: 1175px) {
  .list-wrapper .listing-area {
    grid-template-columns: 1fr 1fr;
    gap: 100px;
    padding: 0;
  }
  /*@media (max-width: 1158px) {
    .expect-info h4 {
    width: 29%;
    }
}*/
    @media (max-width: 950px) {
  .list-wrapper .listing-area {
  gap: 20px;

  }
      /*.expect-info h4 {
    width: 49%;
    }*/
}
  @media (max-width: 767px) {
    .list-wrapper .listing-area {
      grid-template-columns: 1fr;
      gap: 0;
    }
    #expectation-list-section {
      padding: 0 20px;
    }
  }
  @media (max-width: 520px) {
     /*.expect-info h4 {
    width: 80%;
    }*/
    .expect-info {
    padding-left: 10px;
      padding-right: 10px;
    }
  }