@charset "UTF-8";
.order-cancellation .main-heading {
  background-color: rgb(57, 84, 131);
}
.order-cancellation .bordered-heading {
  display: flex;
  gap: 0.5rem;
  align-items: center;
}
.order-cancellation .bordered-heading .heading {
  line-height: 1;
  font-size: 1.5rem;
  margin-bottom: 0;
  font-weight: 400;
}
.order-cancellation .bordered-heading hr {
  border-color: rgb(160, 160, 160);
  flex-grow: 1;
}
.order-cancellation .par-heading {
  font-size: 1.25rem;
  padding-left: 0.5rem;
}
.order-cancellation .par-heading::before {
  content: "•";
  padding-right: 0.75rem;
}
.order-cancellation .info-box {
  padding: 1.25rem;
  background-color: rgb(250, 250, 250);
  border: 1px solid rgb(165, 165, 165);
  border-radius: 7px;
}
.order-cancellation .policies {
  font-size: 1.25rem;
  line-height: 1.25 !important;
  font-weight: 300;
}
.order-cancellation .policies > *:not(:last-child) {
  margin-bottom: 1rem;
}
