.terms-conditions {
  background: #000;
}

.terms-conditions .content-box .content_block .head {
  font-size: 18px;
  background: linear-gradient(96deg, #f6d007 0%, #f98419 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
  font-weight: 600;
}

.terms-conditions .content-box .content_block .head_title {
  color: #fff;
  margin-bottom: 0;
  margin-top: 20px;
  font-size: 24px;
  font-weight: 700;
  font-family: Futura PT;
}
.terms-conditions .content-box .content_block .text {
  font-size: 18px;
  color: #fff;
  margin-top: 10px;
  margin-bottom: 10;
  font-family: Futura PT;
}

.terms-conditions .content-box .content_block .bottom-text {
  margin-bottom: 0 !important;
}



@media (min-width: 0px) and (max-width: 767.98px) {
  .terms-conditions .content-box .content_block .head {
    font-size: 15px;
  }
  .terms-conditions .content-box .content_block .text {
    font-size: 15px;
    text-align: justify;
  }
  .terms-conditions .content-box .content_block .head_title {
    font-size: 18px;
    
}
}


@media (min-width: 767.98px) and (max-width: 991px) {
  .terms-conditions .content-box .content_block .head {
    font-size: 16px;
  }
  .terms-conditions .content-box .content_block .text {
    font-size: 16px;
    text-align: justify;
  }
  .terms-conditions .content-box .content_block .head_title {
    font-size: 19px;
    
}
}

