/*Cancellation & Refund Policy*/
.policy-content .container {
  max-width: 800px !important;
}

.policy-content h3 {
  font-family: "Instrument Sans", sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 108%;
  color: rgb(6, 41, 43);
  margin-bottom: 30px;
}

.policy-content p {
  font-size: 16px;
  line-height: 26px;
  color: rgb(112, 112, 112);
  font-family: "Inter";
  margin-bottom: 30px !important;
}

.policy-content ul li {
  font-size: 16px;
  line-height: 26px;
  color: rgb(112, 112, 112);
  font-family: "Inter";
  margin-bottom: 10px;
}

.policy-content {
  padding: 60px 0px 160px 0px;
}

/*Mobile View*/
@media (max-width: 767px) {
  /*Cancellation & Refund Policy*/
  .policy-content {
    padding: 50px 10px 80px;
  }
}
