.chq-title-with-right-features {
  display: flex;
  /*   align-items: center; */
  padding-top: 64px;
  padding-bottom: 0;
}
.chq-left-title {
  width: 40%;
  /*   margin-right: 50px; */
}
.chq-right-features{
  width: 60%; 
}
@media (min-width: 1440px){
  .chq-right-features{  
    padding-left: 32px;
  }
}
.chq-right-features {
  display: flex;
  flex-wrap: wrap;
}
.chq-feature-img img {
  margin-bottom: 15px;
  width: 60px;
  height: 60px;
}
.chq-feature-in {
  width: 50%;
  padding: 0 10px;
}
.chq-left-title h2 {
  font-size: 30px;
  line-height: 40px;
  font-family: 'Lato';
  font-style: normal; 
  color: #043464;
  margin: 0px;
}
.chq-left-title h2 a {
  color: #23D2C4;
  text-decoration: none;
  font-weight: 900;
}
.chq-feature-in h5 {
  font-family: 'Lato';
  font-style: normal; 
  font-size: 24px;
  line-height: 32px;
  margin: 0px;
  display: flex;
  align-items: flex-end;
  color: #1C2527;
}
.chq-feature-in p {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 32px;
  color: #1C2527;
  margin: 0px;
  margin-bottom: 48px;
}

@media (max-width: 1620px) {
  .chq-left-title {
    margin-right: 100px;
  }
}

@media (max-width: 1440px) {
  .chq-left-title {
    margin-right: 50px;
  }
}

@media (max-width: 1024px) { 
  .chq-left-title {
    margin-right: 0px;
    margin-bottom: 50px;
    width: 100%;
  }
  .chq-title-with-right-features {
    flex-direction: column;
  }
  .chq-right-features {
    width: 100%;
  }
  /*   .chq-left-title h2 {
  font-size: 28px;
  line-height: 38px;
}
  .chq-feature-in h5 {
  font-size: 24px;
} */
  .chq-feature-in p {
    margin: 0 0 50px;
    /*     font-size: 18px;
    line-height: 28px; */
  }
}
@media (max-width: 767px) { 
  /*   .chq-left-title h2 {
  font-size: 26px;
  line-height: 36px;
}
  .chq-feature-in h5 {
  font-size: 20px;
}
} */
  @media (max-width: 576px) {
    .chq-right-features {
      width: 100%;
      display: block;
    }
    .chq-feature-in {
      width:100%;
      display:flex;
      column-gap:20px;
    }
    .chq-feature-img img {
      width: 47px;
      height: 47px;
    }
  }