/* Start custom CSS for text-editor, class: .elementor-element-2f1aa290 */#terms-page p {
    color: #757575 !important;
    font-size: 18px;
    line-height: 30px;
}

#terms-page ul li {
    color: #757575 !important;
    font-size: 18px;
    line-height: 30px;
}

#terms-page p strong {
    color: #212529 !important;
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
}

#terms-page h2,
#terms-page h3 {
    color: #212529 !important;
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 20px;
}

#terms-page hr {
  margin-top: 50px;
}

#terms-page h2 {
   font-weight: 700;
}

@media (max-width: 768px) {
    #terms-page h2, #terms-page h3 {
      font-size: 20px;
    }
}/* End custom CSS */