/* INDEX FILE */
@import url("index.css");

.terms-and-condition {
  text-align: left;
  padding: 20px 40px;
}
.terms-and-condition h3 {
  margin-top: 30px;
  color: #3adac7;
  font-size: 25px;
  font-weight: 600;
}

.terms-and-condition p {
  font-size: 15px;
  margin-top: 10px;
  color: #7e7c94;
  width: 95%;
  font-weight: 400;
}

@media screen and (max-width: 763px) {
  .terms-and-condition {
    padding: 20px;
  }
  .terms-and-condition h3 {
    font-size: 20px;
  }
  .terms-and-condition p {
    font-size: 14px;
  }
}
