.termsConditions {
  margin-bottom: 133px;
}
.termsConditions .container {
  max-width: 1258px !important;
}
.termsConditions h1 {
  color: #a56664;
  font-weight: 700;
  margin-top: 136px;
  margin-bottom: 38px;
}
.termsConditions ol {
  padding-left: 0;
}
.termsConditions li {
  background-color: transparent;
  border: none;
  padding-left: 0;
  padding-right: 0;
  color: #707070;
}
.termsConditions li u {
  text-underline-offset: 2px;
  text-decoration-thickness: 1px;
}
.termsConditions li a {
  color: #707070;
}
.termsConditions .list-group-numbered > .list-group-item::before {
  font-weight: 700;
}
.termsConditions .marginList {
  margin-left: -25px;
}
.termsConditions div {
  text-align: justify;
  text-justify: inter-word;
  color: #707070;
}

@media (max-width: 1280px) {
  .termsConditions {
    margin-bottom: 63px;
  }
  .termsConditions h1 {
    margin-top: 66px;
  }
}
@media (max-width: 500px) {
  .termsConditions {
    margin-bottom: 33px;
  }
  .termsConditions h1 {
    margin-top: 36px;
    font-size: 17px;
  }
}
@media (max-width: 360px) {
  .termsConditions {
    margin-bottom: 23px;
  }
  .termsConditions h1 {
    margin-top: 26px;
    font-size: 15px;
  }
}
@media (max-width: 360px) {
  .termsConditions h1 {
    font-size: 14px;
  }
}