.inner-title-sec{
    display: flex;
    align-items: center;
    gap: 15px;
}
.inner-title-sec .inner-title-icon{
    width: 87px;
    height: 83px;
    background: #D0BB68;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.innerpage-title-box{
    padding: 40px 0px;
    background: #23559B;
}
.inner-main-title h1{
    font-size: 28px;
    font-weight: 600;
    margin: 0;
    color: #fff;
}

.news-events-announce-listing{
    padding: 40px 0;
}
.news-events-announce-card{
    background-color: #ffff;
    box-shadow: 2px 4px 12px 0px #00000014;
    border-radius: 20px;
    padding: 10px;
    margin-bottom: 25px;
    display: flex;
    position: relative;
    gap: 20px;
}
.news-events-announce-img{
    width: 350px;
    height: 244px;
    border-radius: 20px;
    overflow: hidden;
    flex-shrink: 0;
}
.news-events-announce-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.date {
    font-size: 14px;
    color: #23569b;
    padding: 10px 0px;
    font-weight: 700;
}
.news-events-announce-text h2{
    font-size: 20px;
    font-weight: 600;
    color: #2D2525;
    padding: 0;
    line-height: 24px;
    margin: 0 0 20px 0;
}
.news-events-announce-text{
    padding: 20px;
}
.news-events-announce-text p {
    font-size: 16px;
    color: #2D2525;
    line-height: 1.6;
    font-weight: 400;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.news-events-announce-text a{
    position: absolute;
    bottom: 20px;
    right: 40px;
    font-size: 16px;
    color: #23559B;
    font-weight: 600;
    text-decoration: underline;
    
}
.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: 100%;
  height: 496px;
  border-radius: 20px;
  object-fit: cover;
  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: collapse;
  /* box-shadow: 0 4px 12px rgba(0, 0, 0, 0.12); */
}
.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 {
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  /* overflow: hidden; */
}

.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;
}
figure.table{
      border: 1px solid #ddd;
    overflow: hidden;
    border-radius: 12px;
    margin-top: 25px;
    margin-bottom: 25px;
}
@media(max-width:1199px){
    .news-events-announce-text{
        padding-bottom: 50px;
    }
    
}
@media(max-width:991px){
.news-events-announce-img{
        width: 300px;
        height: auto;
    }
}
@media(max-width:767px){
    .news-events-announce-card{
        flex-direction: column;
    }
    .news-events-announce-img{
        width: 100%;
    }
}



