.terms-condtions {
  padding-top: 50px;
}

@media (max-width: 767px) {
  .terms-condtions {
    padding-top: 150px;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  .terms-condtions {
    padding-top: 150px;
  }
}

.terms-condtions h2 {
  font-family: "Oswald", sans-serif;
  font-size: 4rem;
  margin-bottom: 25px;
  color: #ff5f1f;
}

.terms-condtions .terms-condtions-text {
  font-family: "Rubik", sans-serif;
  font-size: 1.5rem; /* larger paragraph */
  margin-bottom: 35px;
  color: #555555;
  line-height: 1.6;
}

.terms-condtions .text {
  margin: 10px 0 22px;
  font-size: 15px;
  line-height: 1.7;
  color: #000000;
}
