.page-section .top-page-section {
  padding: 40px 0;
}

.page-section .top-page-section h5 {
  font-family: var(--open-sb);
  color: var(--dark-color);
  margin: 0 0 40px 0;
  font-size: 39px;
  line-height: 1.15em;
  text-transform: capitalize;
}

@media (max-width: 991px) {
  .page-section .top-page-section h5 {
    font-size: 20px;
    margin: 0 0 20px 0;
  }
}

.page-section .top-page-section h2 {
  font-size: 24px;
  text-transform: uppercase;
}

.page-section .top-page-section p {
  color: #003366;
  font-size: 14px;
  line-height: 26px;
  margin: 10px 0 0;
  font-family: var(--open-r);
}

@media (max-width: 991px) {
  .page-section .top-page-section p {
    font-size: 14px;
  }
}

.page-section .top-page-section .page-image {
  position: relative;
  width: 100%;
  float: left;
  overflow: hidden;
  text-align: center;
  max-height: 350px;
  margin-bottom: 40px;
}

@media (max-width: 991px) {
  .page-section .top-page-section .page-image {
    margin-bottom: 20px;
  }
}

.page-section .top-page-section .page-image img {
  box-shadow: 6px 10px 20px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 6px 10px 20px rgba(0, 0, 0, 0.15);
  -o-object-fit: cover;
     object-fit: cover;
}

.page-section .top-page-section .page-image strong {
  background-color: var(--bg-blue);
  position: absolute;
  left: -5px;
  top: 20px;
  color: var(--white-color);
  font-family: var(--main-b);
  font-size: 14px;
  text-transform: uppercase;
  line-height: 26px;
  padding: 0 15px;
  letter-spacing: 2px;
  border-radius: 3px;
}

@media (max-width: 991px) {
  .page-section .top-page-section .page-image {
    margin-top: 30px;
    box-shadow: unset;
    text-align: center;
  }
}

.page-section .page {
  width: 100%;
  overflow-x: auto;
}

.page-section .page::-webkit-scrollbar {
  height: 2px;
}

.page-section .page .table-wrap {
  width: 100%;
  overflow-x: auto;
  margin-bottom: 20px;
}

.page-section .page table {
  max-width: 100%;
  width: 100% !important;
}

.page-section .page table th,
.page-section .page table td {
  border: 1px solid var(--border-color-400);
  padding: 10px;
  font-size: 14px;
  line-height: 26px;
  min-width: 200px;
}

.page-section .page table th {
  background: var(--red-color);
  color: var(--white-color);
  font-family: var(--main-sb);
}

.page-section .page iframe {
  max-width: 100%;
}

.page-section .page p {
  font-size: 14px;
  line-height: 26px;
  margin: 10px 0 0;
  font-family: var(--open-r);
  word-wrap: break-word;
}

.page-section .page p:last-child {
  margin-bottom: 0;
}

.page-section .page p:first-child {
  color: #800080;
  font-size: 14px;
  line-height: 26px;
  margin: 10px 0 0;
  font-family: var(--open-r);
}

.page-section .page strong,
.page-section .page b {
  font-family: var(--open-b);
}

.page-section .page a {
  color: var(--dark-color);
  transition: all 350ms ease-out;
  font-size: 14px;
  line-height: 1.5;
  font-family: var(--open-sb);
  word-wrap: break-word;
}

.page-section .page a:hover {
  color: var(--blue-color);
  text-decoration: initial;
}

.page-section .page h2,
.page-section .page h3,
.page-section .page h4,
.page-section .page h1 {
  font-family: var(--open-b);
  margin: 40px 0;
}

.page-section .page h1 {
  font-size: 30px;
  line-height: 35px;
}

.page-section .page h2 {
  font-size: 25px;
  line-height: 1.15em;
  text-transform: uppercase;
  font-family: var(--open-sb) !important;
}

.page-section .page h3 {
  font-size: 23px;
  line-height: 30px;
}

.page-section .page h4 {
  font-size: 20px;
  line-height: 28px;
}

.page-section .page h5 {
  font-size: 18px;
  line-height: 28px;
  font-family: var(--open-m);
}

.page-section .page h5 strong {
  color: var(--pink-color-300);
}

.page-section .page img {
  max-width: 100%;
}

.page-section .page ul {
  padding-left: 20px;
  margin-bottom: 20px;
  max-height: 100%;
}

.page-section .page ul li {
  list-style-type: disc;
  font-size: 14px;
  line-height: 28px;
  font-family: var(--open-r);
}

@media (max-width: 767px) {
  .page-section .page p {
    font-size: 14px;
    line-height: 1.5;
    margin-bottom: 20px;
  }

  .page-section .page h1 {
    font-size: 27px;
    line-height: 32px;
  }

  .page-section .page h2 {
    font-size: 22px;
    line-height: 29px;
    font-family: var(--open-sb);
  }

  .page-section .page h3 {
    font-size: 19px;
    line-height: 27px;
  }

  .page-section .page h4 {
    font-size: 16px;
    line-height: 25px;
  }

  .page-section .page img {
    margin-bottom: 20px;
  }
}

.post-info {
  background: var(--pink-color) !important;
  padding: 1em 1em 1em 4em !important;
  box-shadow: 0 5px 0 #fea9a3;
  border-radius: 5px;
}

.post-info div {
  font-size: 1em !important;
  color: var(--pink-color-300) !important;
}

.main-page-section {
  padding: 40px 0 80px;
}

