.process-checkout-section {
  padding: 30px 0px;
}
.process-checkout-section .heading {
  margin: 0;
  color: #09558f;
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 20px;
}
.process-checkout-section .your-order {
  color: #000;
  font-size: 20px;
  font-weight: 500;
}
@media (min-width: 0px) and (max-width: 1199px) {
  .process-checkout-section .heading {
    font-size: 22px;
  }
  .process-checkout-section .your-order {
    font-size: 18px;
    margin-bottom: 10px;
  }
}
@media (min-width: 0px) and (max-width: 991.98px) {
  .process-checkout-section {
    padding: 20px 0px;
  }
  .process-checkout-section .heading {
    margin-bottom: 15px;
  }
  .process-checkout-section .your-order {
    margin-top: 20px;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .process-checkout-section .heading {
    font-size: 21px;
    margin-bottom: 15px;
  }
  .process-checkout-section .your-order {
    font-size: 17px;
    margin-bottom: 10px;
  }
}
@media (min-width: 0px) and (max-width: 575.98px) {
  .process-checkout-section .heading {
    font-size: 19px;
    margin-bottom: 10px;
  }
  .process-checkout-section .your-order {
    margin-top: 10px;
    font-size: 16px;
  }
}
