.uc-mystext {
    line-height: 1.55;
}
.uc-mystext h2 {
    font-size: 20px;
    font-family: Georgia;
    font-weight: 400;
    margin-bottom: 20px;
}
.uc-mystext h3 {
    font-size: 18px;
    font-family: Georgia;
    font-weight: 400;
    margin-bottom: 5px;
    margin-top: 10px;
}
.uc-mystext strong {
    font-weight: 400!important;
}
.uc-mystext table {
  width: 100%;
  border-collapse: collapse;
  margin: 25px 0;
  font-size: inherit;
  line-height: inherit;
  color: inherit;
}

.uc-mystext th {
  text-align: left;
  font-weight: 600;
  padding: 12px 15px;
  border-bottom: 2px solid #e5e5e5;
}

.uc-mystext td {
  padding: 12px 15px;
  border-bottom: 1px solid #eee;
}

.uc-mystext tr:last-child td {
  border-bottom: none;
}

@media (max-width: 768px) {
  .uc-mystext th,
  .uc-mystext td {
    padding: 10px;
  }
}

.uc-mystext blockquote {
  margin: 25px 0;
  padding-left: 20px;
  border-left: 3px solid #e5e5e5;
  color: #555;
  font-style: italic;
}

.uc-mystext blockquote::before {
  display: none;
}

.uc-mystext blockquote p {
  margin: 0;
}

.uc-mystext blockquote strong,
.uc-mystext blockquote cite {
  display: block;
  margin-top: 10px;
  font-style: normal;
  font-size: 14px;
  color: #777;
}