.single .wp-block-table table {
  width: 100%;
}
.single main h1 {
  font-size: 45px;
  font-weight: 800;
  color: #424b8e;
}
@media screen and (max-width: 430px) {
  .single main h1 {
    line-height: 1.5;
    padding-right: 0;
    padding-left: 0;
  }
}
.single main h2 {
  font-size: 40px;
  font-weight: 600;
  color: #424b8e;
  margin: 80px auto 0 auto;
}
@media screen and (max-width: 430px) {
  .single main h2 {
    font-size: 25px;
    line-height: 1.4;
    padding-top: 7px;
  }
}
.single main h3 {
  font-size: 25px;
  font-weight: 600;
  margin: 50px auto 50px auto;
  padding-bottom: 10px;
  border-bottom: solid thin #547bcd;
}
@media screen and (max-width: 1220px) {
  .single main h3 {
    font-size: 23px;
  }
}
@media screen and (max-width: 430px) {
  .single main h3 {
    font-size: 18px;
    line-height: 1.5;
    margin-top: 60px;
  }
}
.single main h4 {
  font-size: 22px;
  font-weight: 600;
  color: #547bcd;
  display: block;
  position: relative;
  margin: 50px auto 20px;
}
@media screen and (max-width: 520px) {
  .single main h4 {
    font-size: 18px;
  }
}
.single main h5 {
  font-size: 20px;
  font-weight: 600;
  margin: 50px auto 0 auto;
}
.single main h6 {
  font-size: 18px;
  font-weight: 600;
  margin: 50px auto 0 auto;
}
.single main a {
  padding-bottom: 5px;
  border-bottom: solid thin rgba(66, 75, 142, 0);
}
.single main a:hover {
  color: #424b8e;
  border-bottom: solid thin #424b8e;
}
.single main .breadcrumb {
  font-weight: 300 !important;
  width: 90%;
  margin: 30px auto 0 auto;
}
@media screen and (max-width: 430px) {
  .single main .breadcrumb {
    margin-top: 10px;
  }
}
.single main .breadcrumb div span {
  font-size: 15px;
}
@media screen and (max-width: 430px) {
  .single main .breadcrumb div span {
    font-size: 13px;
  }
}
.single main article {
  width: 80%;
  margin: 90px auto 0 auto;
}
@media screen and (max-width: 430px) {
  .single main article {
    width: 95%;
    margin-top: 50px;
  }
}
.single main article header.article-header {
  width: 90%;
  margin: 100px auto 0 auto;
}
.single main article header.article-header h1 {
  line-height: 1.4;
  position: relative;
}
@media screen and (max-width: 430px) {
  .single main article header.article-header h1 {
    font-size: 25px;
    margin-top: 50px;
  }
}
.single main article header.article-header h1::before {
  content: "News";
  color: #547bcd;
  font-size: 30px;
  font-weight: 400;
  letter-spacing: 0.5rem;
  position: absolute;
  top: -40px;
  left: 0;
}
@media screen and (max-width: 430px) {
  .single main article header.article-header h1::before {
    font-size: 20px;
    top: -10px;
    left: 0;
  }
}
.single main article header.article-header .date-tags {
  width: 100%;
}
.single main article header.article-header .date-tags span, .single main article header.article-header .date-tags time {
  font-size: 14px;
  letter-spacing: 2px;
  opacity: 0.7;
}
.single main article .eye-catch-wrap figure.eye-catch {
  display: none;
}
.single main .entry-content {
  width: 70%;
  margin: 70px auto;
}
@media screen and (max-width: 430px) {
  .single main .entry-content {
    width: 90%;
  }
}
.single main .under-entry-content {
  width: 80%;
  margin: 70px auto;
}
@media screen and (max-width: 430px) {
  .single main .under-entry-content {
    width: 95%;
  }
}
.single main .under-entry-content aside h2 span {
  font-size: 25px;
  font-weight: 500;
}
.single main .under-entry-content aside h3 {
  line-height: 1.5;
  margin: 20px auto;
}
@media screen and (max-width: 430px) {
  .single main .under-entry-content aside h3 {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
.single main .under-entry-content aside article {
  margin-top: 30px;
}