.section-padding {
  padding-top: 60px;
  padding-bottom: 60px;
}

.section-title span {
  color: #008b9f;
  font-size: 18px;
}
.section-title h1 {
  margin-top: 5px;
  font-size: 32px;
}
.section-title p {
  line-height: 35px;
}

#privacy_policy h3 {
  font-size: 18px;
}
#privacy_policy p {
  line-height: 36px;
}
#privacy_policy ol li {
  line-height: 36px !important;
  list-style-type: decimal !important;
  font-size: 18px;
  font-family: "Inter-Regular";
}

@media only screen and (max-width: 1600px) {
  #privacy_policy ol li {
    font-size: 16px;
    line-height: 27px !important;
  }
}
@media only screen and (max-width: 1240px) {
  #privacy_policy ol li {
    font-size: 15px;
    line-height: 26px !important;
  }
}
@media only screen and (max-width: 991px) {
  #privacy_policy ol li {
    font-size: 14px;
    line-height: 25px !important;
  }
}
@media only screen and (max-width: 767px) {
  #privacy_policy p {
    line-height: 25px;
  }
}
