.plain-wysiwyg-section {
    width: 100%;
    display: flex;
    flex-flow: column nowrap;
    align-items: center;
}
.plain-wysiwyg-section .wrap {
    width: 100%;
    max-width: 1240px;
    padding: 80px 20px;
}
.plain-wysiwyg-section .wrap .columns {
    display: flex;
    flex-flow: column nowrap;
    align-items: center;
}
.plain-wysiwyg-section .wrap .columns .column {
    width: 100%;
    display: flex;
    flex-flow: column nowrap;
    align-items: center;
    gap: 40px;
}
.plain-wysiwyg-section .wrap .columns .column .title {
	font-family: 'Times New Roman';
    font-size: 44px;
    font-weight: 400;
    line-height: 54px;
	margin:0;
	margin-bottom:24px;
	color: #000;
}
.plain-wysiwyg-section .wrap .columns .column .wysiwyg-content {
  width: 100%;
}

.plain-wysiwyg-section .wysiwyg-content * {
  font-family: inter;
  margin: 0;
  color: #525252;
}

.plain-wysiwyg-section .wysiwyg-content > * {
  margin-top: 12px;
} 

.plain-wysiwyg-section .wysiwyg-content > *:first-child {
  margin-top: 0;
}

.plain-wysiwyg-section .wysiwyg-content h2,
.plain-wysiwyg-section .wysiwyg-content h3,
.plain-wysiwyg-section .wysiwyg-content h4,
.plain-wysiwyg-section .wysiwyg-content h5,
.plain-wysiwyg-section .wysiwyg-content h6 {
  font-family: 'Times New Roman';
  margin-top: 32px;
  color: #000;
}

.plain-wysiwyg-section .wysiwyg-content ul, 
.plain-wysiwyg-section .wysiwyg-content ol {
  margin-left: 0;
  padding-left: 32px;
  margin-top: 12px;
  margin-bottom: 0;
}

.plain-wysiwyg-section .wysiwyg-content h2 {
  font-size: 42px;
  font-weight: 400;
  line-height: 50px;
}

.plain-wysiwyg-section .wysiwyg-content h3 {
  font-size: 34px;
  font-weight: 400;
  line-height: 42px;
}

.plain-wysiwyg-section .wysiwyg-content h4 {
  font-size: 28px;
  font-weight: 400;
  line-height: 36px;
}

.plain-wysiwyg-section .wysiwyg-content h5 {
  font-size: 22px;
  font-weight: 400;
  line-height: 30px;
}

.plain-wysiwyg-section .wysiwyg-content h6 {
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
}

.plain-wysiwyg-section .wysiwyg-content p {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}
.plain-wysiwyg-section .wysiwyg-content a {
  color: inherit;
  word-break: break-all;
}

.plain-wysiwyg-section .wysiwyg-content blockquote {
  background: #EBF2F8;
  padding: 12px 16px;
  padding-left: 36px;
  position: relative;
  margin-top: 12px;
  border-radius: 2px;
  margin-left: 0;
  margin-right: 0;
}

.plain-wysiwyg-section .wysiwyg-content blockquote * {
  margin-top: 0 !important;
}

.plain-wysiwyg-section .wysiwyg-content blockquote:before {
  content: '';
  position: absolute;
  top: 12px;
  bottom: 12px;
  left: 16px;
  width: 4px;
  background: #0E4C84;
}

/* WYSIWYG data tables */
.plain-wysiwyg-section .wysiwyg-content .table-scroll-wrap,
.plain-wysiwyg-section .wysiwyg-content figure.wp-block-table {
  width: 100%;
  max-width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  margin-top: 12px;
}

.plain-wysiwyg-section .wysiwyg-content figure.wp-block-table > table,
.plain-wysiwyg-section .wysiwyg-content .table-scroll-wrap > table,
.plain-wysiwyg-section .wysiwyg-content > table {
  width: 100%;
  min-width: 640px;
  border-collapse: collapse;
  border-spacing: 0;
  table-layout: auto;
  margin: 0;
}

.plain-wysiwyg-section .wysiwyg-content table th,
.plain-wysiwyg-section .wysiwyg-content table td {
  font-family: Inter, sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  padding: 16px;
  vertical-align: top;
  border: none;
  border-right: 1px solid #EBEBEE;
  text-align: left;
}

.plain-wysiwyg-section .wysiwyg-content table th:last-child,
.plain-wysiwyg-section .wysiwyg-content table td:last-child {
  border-right: none;
}

.plain-wysiwyg-section .wysiwyg-content table thead th,
.plain-wysiwyg-section .wysiwyg-content table tr:first-child th {
  background: #0E4C84;
  color: #fff !important;
  font-weight: 600;
  text-align: center;
  vertical-align: middle;
  border-right-color: rgba(255, 255, 255, 0.35);
}

.plain-wysiwyg-section .wysiwyg-content table thead th:last-child,
.plain-wysiwyg-section .wysiwyg-content table tr:first-child th:last-child {
  border-right: none;
  text-align: left;
}

.plain-wysiwyg-section .wysiwyg-content table tbody td {
  color: #3A3A3B;
  background: #fff;
}

.plain-wysiwyg-section .wysiwyg-content table tbody tr:nth-child(odd) td {
  background: #F2F2F2;
}

.plain-wysiwyg-section .wysiwyg-content table tbody tr:nth-child(even) td {
  background: #fff;
}

.plain-wysiwyg-section .wysiwyg-content table tbody td:first-child {
  color: #000;
  font-weight: 600;
  width: 25%;
  min-width: 160px;
}

.plain-wysiwyg-section .wysiwyg-content table tbody td:nth-child(2) {
  text-align: center;
  color: #000;
  width: 20%;
  min-width: 140px;
}

.plain-wysiwyg-section .wysiwyg-content table thead th:nth-child(2),
.plain-wysiwyg-section .wysiwyg-content table tr:first-child th:nth-child(2) {
  text-align: center;
}

.plain-wysiwyg-section .wysiwyg-content table tbody td:nth-child(n+3) {
  color: #3A3A3B;
  font-weight: 400;
}

.plain-wysiwyg-section .wysiwyg-content table strong {
  font-weight: 600;
  color: inherit;
}

@media screen and (min-width: 768px) {
  .plain-wysiwyg-section .wysiwyg-content table th,
  .plain-wysiwyg-section .wysiwyg-content table td {
    font-size: 18px;
    line-height: 28px;
    padding: 16px 20px;
  }

  .plain-wysiwyg-section .wysiwyg-content figure.wp-block-table > table,
  .plain-wysiwyg-section .wysiwyg-content .table-scroll-wrap > table,
  .plain-wysiwyg-section .wysiwyg-content > table {
    min-width: 720px;
  }
}

@media screen and (min-width: 1024px) {
  .plain-wysiwyg-section .wysiwyg-content figure.wp-block-table > table,
  .plain-wysiwyg-section .wysiwyg-content .table-scroll-wrap > table,
  .plain-wysiwyg-section .wysiwyg-content > table {
    min-width: 0;
  }

  .plain-wysiwyg-section .wysiwyg-content table tbody td:first-child {
    width: 210px;
    min-width: 210px;
  }

  .plain-wysiwyg-section .wysiwyg-content table tbody td:nth-child(2) {
    width: 170px;
    min-width: 170px;
  }
}

@media only screen and (max-width: 767px) {
    .plain-wysiwyg-section .wrap {
        padding: 40px 20px;
    }
    .plain-wysiwyg-section .wrap .columns .column {
        gap: 32px;
    }
    .plain-wysiwyg-section .wrap .columns .column .title {
        font-size: 36px;
        line-height: 44px;
        text-align: center;
    }
     .plain-wysiwyg-section .wysiwyg-content h2 {
      font-size: 36px;
      line-height: 42px;
    }
  
     .plain-wysiwyg-section .wysiwyg-content h3 {
      font-size: 26px;
      line-height: 34px;
    }
  
     .plain-wysiwyg-section .wysiwyg-content h4 {
      font-size: 22px;
      line-height: 30px;
    }
  
     .plain-wysiwyg-section .wysiwyg-content h5 {
      font-size: 20px;
      line-height: 28px;
    }
  
     .plain-wysiwyg-section .wysiwyg-content h6 {
      font-size: 18px;
      line-height: 26px;
    }

    .plain-wysiwyg-section .wysiwyg-content .table-scroll-wrap,
    .plain-wysiwyg-section .wysiwyg-content figure.wp-block-table {
      overflow-x: auto;
    }
}