.wysiwyg-viewer h1 {
  margin-top: 15px;
  font-weight: 600;
  font-size: 28px !important;
  line-height: 36px;
  letter-spacing: -0.28px;
  color: #23559b;
  margin-bottom: 15px;
}

.wysiwyg-viewer h2 {
  margin-top: 15px;
  font-weight: 600;
  font-size: 24px !important;
  line-height: 32px;
  letter-spacing: -0.28px;
  color: #23559b;
  margin-bottom: 15px;
}
.wysiwyg-viewer img {
  width: 50%;
  height: auto;
  border-radius: 20px;
  object-position: top;
  display: block;
  margin-bottom: 15px;
}
.wysiwyg-viewer h3 {
  margin-top: 15px;
  font-weight: 600;
  font-size: 20px !important;
  line-height: 28px;
  letter-spacing: -0.28px;
  color: #23559b;
  margin-bottom: 15px;
}
  .wysiwyg-viewer h4 {
    margin-top: 15px;
    font-weight: 600;
    font-size: 16px !important;
    line-height: 24px;
    letter-spacing: -0.28px;
    color: #23559b;
    margin-bottom: 15px;
  }
.wysiwyg-viewer p {
  font-size: 16px !important;
  line-height: 24px;
  letter-spacing: -0.28px;
  color: #000000;
  margin-bottom: 15px;
  margin-top: 15px;
}
.wysiwyg-viewer table{
  width: 100%;
  background: #fff;
  /* border-radius: 12px; */
  text-align: center;
  border-collapse: separate;
  border-spacing: 0;
  border: 1px solid #ddd;
  /* border-top-left-radius: 12px; */
  /* border-top-right-radius: 12px; */
}
.wysiwyg-viewer table tr {
  border-bottom: 1px solid #cfcfcf;
}
.wysiwyg-viewer table tr:last-child {
  border-bottom: none;
}
.wysiwyg-viewer table tr:nth-child(even) {
  background-color: #fafafa !important;
}
.wysiwyg-viewer table tr th {
  border :1px solid #ddd;
  padding: 20px 15px;
  background-color: #4a4a4a3b;
  color: #4a4a4a;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: -0.28px;
  font-weight: 600;
  text-align: left;
}

.wysiwyg-viewer table tr td {
  border :1px solid #ddd;
  padding: 20px 15px;
  color: #000000;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: -0.28px;
  text-align: left;
}
.wysiwyg-viewer ul li {
  font-size: 16px;
  line-height: 24px;
  letter-spacing: -0.28px;
  list-style-position: inside;
  color: #000000;
}
.wysiwyg-viewer ol li {
  font-size: 16px;
  line-height: 24px;
  letter-spacing: -0.28px;
  list-style-position: inside;
  color: #000000;
}
.wysiwyg-viewer a {
  color: #23559b;
  text-underline-offset: 3px;
  text-decoration: underline 2px rgba(42, 46, 109, 0.12);
}
.wysiwyg-viewer a:hover {
  text-decoration: underline rgb(35, 85, 155) !important;
}
.wysiwyg-viewer iframe {
  width: 100%;
  height: 600px;
  margin-top: 15px;
  margin-bottom: 15px;
}
@media (max-width:767px) {
  figure{
    overflow-x: auto;
  }
  .wysiwyg-viewer img{
    width: 100%;
  }
  .wysiwyg-viewer table {
    table-layout: fixed !important;
    width: 100%;
  }
  .wysiwyg-viewer table tr td{
    width: 180px !important;
  }
}
