.wysiwyg-text {
  font-size: 18px;
}

.wysiwyg-text p {
  font-size: 18px;
  list-style: disc
}

.wysiwyg-text a {
  color: #0c7799;
  color: var(--Primary-color-1, #0c7799);
  text-decoration: underline !important;
  text-transform: initial;
}
.wysiwyg-text a:hover, .wysiwyg-text a:focus {
  text-decoration: none !important;
}
.wysiwyg-text .h2, .wysiwyg-text h2,
.wysiwyg-text .h3, .wysiwyg-text h3,
.wysiwyg-text .h4, .wysiwyg-text h4,
.wysiwyg-text .h5, .wysiwyg-text h5,
.wysiwyg-text .h6, .wysiwyg-text h6 {
  margin-bottom: 15px
}

@media(min-width:768px) {
  .wysiwyg-text .h2, .wysiwyg-text h2,
  .wysiwyg-text .h3, .wysiwyg-text h3,
  .wysiwyg-text .h4, .wysiwyg-text h4,
  .wysiwyg-text .h5, .wysiwyg-text h5,
  .wysiwyg-text .h6, .wysiwyg-text h6 {
    margin-bottom: 15px
  }
}

.wysiwyg-text ul li, .wysiwyg-text ol li {
  font-size: 18px;
  list-style: disc
}

.wysiwyg-text ol li {
  list-style: decimal
}

.dept-contact-block .right .wysiwyg-text, .dept-contact-block .right ul li, .dept-contact-block .right ol li, .dept-contact-block .right .wysiwyg-text a, .dept-contact-block .right a {
  font-size: 16px;
}

.dept-contact-block .container .wrapper .right .wysiwyg-text p {
  margin-bottom: 1rem;
}

.dept-contact-block .container .wrapper .right span + ul, .dept-contact-block .container .wrapper .right span + ol {
  padding-top: 1rem;
}
