
.why-ch-hdr {
    font-family: var(--font-family-Lato);
    font-size: 20px;
    font-weight: 700;
    text-align: left;
    color: #5d6370;
  }
  
  .why-ch-paragraph {
    font-family: var(--font-family-Lato);
    font-size: clamp(14px, 4vw, 20px);
    font-weight: 400;
    line-height: clamp(25px, 8vw, 40px);
    text-align: left;
    color: #5d6370;
  }
  
  @media screen and (max-width: 992px) and (min-width: 576px) {
    .why-chose-texture-para {
      margin-top: 1rem !important;
    }
  }
  
  @media screen and (min-width: 320px) and (max-width: 767px) {

  }
  @media screen and (max-width: 320px) {
    .why-ch-paragraph {
      font-size: 14px;
      line-height: 25px;
    }
  }