#refundpolicy .imageText-component p,
#termsofservice .imageText-component p {
  font-size: 1rem;
  line-height: 1.5rem;
  margin-top: 20px;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  #refundpolicy .imageText-component p strong,
#termsofservice .imageText-component p strong {
    font-size: 24px;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  #refundpolicy .imageText-component p strong,
#termsofservice .imageText-component p strong {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}

#termsofservice .faq-item .answer-container {
  max-height: unset;
  border-top-width: 0;
}
#termsofservice .faq-item .answer-container .answer {
  border-radius: 0 30px;
}
#termsofservice .faq-item .question {
  cursor: default;
  font-size: 18px;
  font-weight: 600;
}
#termsofservice .faq-item .question .toggle-icon {
  display: none;
}
#termsofservice .imageText-component li {
  font-size: 1rem;
  line-height: 1.5rem;
  list-style: disc;
  margin-left: 1em;
}
#termsofservice .imageText-component a {
  color: #003ad0;
  text-decoration: underline;
}
