.Cancelation_Policy_content {
  margin-top: -64px;
  margin-bottom: 50px;
}

.Cancelation_Policy_content .content_holder .main_text_holder {
    background: #eba43f 0% 0% no-repeat padding-box;
    border-radius: 17px;
    padding: 20px 10px;
    margin-bottom: 50px;
    text-align: center;
}

.Cancelation_Policy_content .content_holder .main_text_holder .text_holder p {
  font-size: 20px;
  font-weight: 400;
  color: #000000;
}

.Cancelation_Policy_content .content_holder .main_text_holder .text_holder h4 {
  position: relative;
  width: fit-content;
  margin: 13px auto;
  padding: 7px 0px;
}

.Cancelation_Policy_content
  .content_holder
  .main_text_holder
  .text_holder
  h4:after {
  content: "";
  position: absolute;
  border-bottom: 2px solid #f30201;
  width: 80%;
  margin: 0px auto;
  left: 0px;
  right: 0px;
  bottom: 0px;
}

.Cancelation_Policy_content .content_holder .text_holder h4 {
  font-size: 20px;
  font-weight: 800;
  color: #000000;
}

.Cancelation_Policy_content .content_holder .text_holder p {
  font-size: 18px;
  font-weight: 400;
  color: #000000;
}

.Cancelation_Policy_content .content_holder .heading_holder {
  width: fit-content;
  position: relative;
  padding-left: 5px;
}

.Cancelation_Policy_content .content_holder .heading_holder:before {
  content: "";
  position: absolute;
  background: #f30201;
  width: 20px;
  height: 114%;
  left: 0px;
  z-index: -1;
  border-radius: 13px 0px 0px 0px;
}

.Cancelation_Policy_content .content_holder .heading_holder h4 {
  background: #000000 0% 0% no-repeat padding-box;
  text-align: left;
  font-size: 20px;
  font-weight: 900;
  color: #ffffff;
  padding: 15px 15px;
  border-radius: 13px 13px 0px 0px;
  margin-bottom: 0px;
}

.Cancelation_Policy_content .content_holder .policy_holder {
  background: #ffffff 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 6px #00000029;
  border-radius: 8px;
  padding: 30px 30px;
}

.Cancelation_Policy_content .content_holder .policy_holder ul {
  list-style: square;
  color: #f30201;
  font-size: 25px;
}

.Cancelation_Policy_content .content_holder .policy_holder ul li {
  margin-bottom: 50px;
}

@media (min-width: 0px) and (max-width: 991px) {
  .Cancelation_Policy_content {
    margin-top: 50px;
  }

  .Cancelation_Policy_content .content_holder .text_holder h4 {
    font-size: 18px;
  }

  .Cancelation_Policy_content .content_holder .main_text_holder .text_holder p {
    font-size: 13px;
  }

  .Cancelation_Policy_content .content_holder .text_holder p {
    font-size: 16px;
  }

  .Cancelation_Policy_content .content_holder .text_holder h4 {
    font-size: 16px;
  }

  .Cancelation_Policy_content .content_holder .heading_holder h4 {
    font-size: 17px;
  }

  .Cancelation_Policy_content .content_holder .policy_holder {
    padding: 7px;
}
}
