.page-img-title {
  text-shadow: 0 0 30px rgba(0, 0, 0, 0.7);
  color: #ffffff;
}

.page-menu {
  width: 100%;
  background: #fbfff6;
  padding: 20px 0;
  display: flex;
  justify-content: center;
}

@media (max-width: 600px) {
  .page-menu {
    display: none;
  }
}

.mpage-menu {
  position: fixed;
  width: 100%;
  background: #fbfff6;
  display: flex;
  justify-content: center;
  margin-top: 70px;
  z-index: 100;
  padding: 0 10px;
  flex-wrap: wrap;
  word-break: break-all;
}

@media (min-width: 600px) {
  .mpage-menu {
    display: none;
  }
}

.mpage-menu .menu-links a {
  color: #006427;
}

.colorbar {
  height: 20px;
  width: 100%;
}

.page-img-title {
  text-shadow: 0 0 30px rgba(0, 0, 0, 0.7);
  color: #ffffff;
}

.page-content {
  padding-bottom: 100px;
}

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

.page-content .static-page-section .read-more-btn {
  margin-top: 10px;
  color: #1E1E1E;
  text-decoration: none;
  font-size: 18px;
  border: 1px solid black;
  border-radius: 5px;
  padding: 0 15px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  display: flex;
  font-weight: normal;
}

.page-content .static-page-section .read-more-btn:hover {
  text-decoration: none;
  background: rgba(194, 183, 167, 0.8);
}

@media (max-width: 600px) {
  .page-content .static-page-section .read-more-btn {
    width: 100%;
    justify-content: center;
    background: #FBFFF6;
  }
}

.page-content .section-details {
  max-width: 1150px;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  display: flex;
}

.page-content .section-details .section-text .section-description,
.page-content .section-details .section-text .section-list * {
  display: flex;
  font-size: 1.4rem !important;
  font-weight: lighter;
}

.page-content .section-details .section-text .section-list {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  margin-top: 30px;
  padding-left: 20px;
}

.page-content .section-details .section-text .section-list div {
  width: 45%;
}

@media (max-width: 600px) {
  .page-content .section-details .section-text {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .page-content .section-details .section-text p,
  .page-content .section-details .section-text p > span,
  .page-content .section-details .section-text ul > li {
    font-size: 1.5rem;
  }

  .page-content .section-details .section-text h3 {
    font-size: 2rem;
    margin-bottom: 1rem;
    font-weight: bold;
  }

  .page-content .section-details .section-text p {
    text-align: justify;
    word-break: break-word;
  }

  .page-content .section-details .section-text ul li {
    margin-top: 1.5rem;
  }
}

@media (max-width: 600px) {
  .page-content {
    margin-top: 90px;
  }
}

@media (max-width: 600px) {
  .page-content img {
    width: 100%;
  }
}

.page-content * {
  line-height: 40px;
}

.page-content h2 {
  margin-bottom: 1.5rem;
}

.menu-links {
  width: 1140px;
  margin: auto;
  display: inline-flex;
  justify-content: center;
  gap: 40px;
}

.menu-links a {
  color: #1E1E1E;
  text-decoration: none;
  font-size: 1rem;
}

.menu-links a:hover {
  text-decoration: none;
  color: #828282;
}

@media (max-width: 600px) {
  .menu-links {
    gap: 20px;
  }
}

.page-img-main {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding-bottom: 25%;
  height: 0;
  background-position: center;
  background-size: cover;
}

.page-img-main .page-img-title {
  font-size: 3.5rem;
  position: absolute;
  bottom: 25%;
  font-weight: bold;
  max-width: 50%;
  text-align: center;
  text-shadow: 0px 0px 30px rgba(0, 0, 0, 0.95);
  color: #ffffff;
}

@media (min-width: 600px) {
  .page-img-main .page-img-title {
    font-size: 1.6rem;
    max-width: 100%;
  }
}

@media (min-width: 768px) {
  .page-img-main .page-img-title {
    font-size: 3rem;
    max-width: 100%;
  }
}

@media (min-width: 1100px) {
  .page-img-main .page-img-title {
    font-size: 3rem;
    max-width: 50%;
  }
}

@media (min-width: 1400px) {
  .page-img-main .page-img-title {
    font-size: 3.6rem;
    max-width: 50%;
  }
}

@media (max-width: 600px) {
  .page-img-main {
    display: none;
  }
}

@media (max-width: 600px) {
  .multistem-img {
    display: none;
  }
}

