.delivery-and-payment__header{
  display: flex;
  flex-direction: column;
  gap: 24px;
  .heading{
    font-weight: 700;
    font-size: 56px;
    line-height: 120%;
    letter-spacing: 0em;
    color: #222222;
    margin: 0;
  }
  .description{
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    letter-spacing: 0em;
    color: #222222;
    margin: 0;
  }
}
@media (max-width: 991px) {
  .delivery-and-payment__header{
    gap: 20px;
    .heading{
      font-size: 32px;
      font-weight: 600;
    }
    .description{
    }
  }
}