@media screen and (min-width: 1024px) and (max-width: 1199px) {
  /*********** how to buy******** */
  .img-how-to-buy {
    height: 42px;
    width: 42px;
  }
  .main-heading-how-to-buy {
    font-size: 20px !important;
  }
  .sub-heading-how-to-buy {
    font-size: 18px !important;
    line-height: 26px !important;
  }
  .list-how-to-buy > li {
    font-size: 18px !important;
    line-height: 26px !important;
  }
  /*********** how to buy end******** */
}
@media screen and (min-width: 992px) and (max-width: 1023px) {
  /*********** how to buy******** */
  .img-how-to-buy {
    height: 42px;
    width: 42px;
  }
  .main-heading-how-to-buy {
    font-size: 20px !important;
  }
  .sub-heading-how-to-buy {
    font-size: 18px !important;
    line-height: 26px !important;
  }
  .list-how-to-buy > li {
    font-size: 18px !important;
    line-height: 26px !important;
  }
  /*********** how to buy end******** */
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  /*********** how to buy******** */
  .img-how-to-buy {
    height: 42px;
    width: 42px;
  }
  .img-how-to-buy-section {
    height: 305px !important;
    object-fit: cover;
    border-radius: 5px;
  }
  .main-heading-how-to-buy {
    font-size: 20px !important;
  }
  .sub-heading-how-to-buy {
    font-size: 18px !important;
    line-height: 26px !important;
  }
  .list-how-to-buy > li {
    font-size: 18px !important;
    line-height: 26px !important;
  }
  /*********** how to buy end******** */
}
/********************************************* How to buy *********************************************/
/* ********************************************************************************************************* */
.main-heading-how-to-buy {
  font-size: clamp(20px, 5vw, var(--font-size-24s));
  font-weight: 700;
  line-height: clamp(24px, 2vw, 36px);
  letter-spacing: -0.018em;
}
.sub-heading-how-to-buy {
  font-family: var(--font-family-Lato);
  font-size: clamp(18px, 5vw, var(--font-size-20s));
  font-weight: 500;
  line-height: clamp(20px, 7vw, 32px);
  letter-spacing: -0.016em;
  color: var(--color-black-40);
}
.list-how-to-buy > li {
  font-family: var(--font-family-Lato);
  font-size: clamp(18px, 5vw, var(--font-size-20s));
  font-weight: 500;
  line-height: clamp(20px, 7vw, 32px);
  letter-spacing: -0.016em;
  color: var(--color-black-40);
}
/********************************************* How to buy end *********************************************/
/* ********************************************************************************************************* */
