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

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

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

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

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

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

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