.top-page-title-container {
  width: 100%;
  height: 550px;
}
@media (max-width: 575.98px) {
  .top-page-title-container {
    height: 400px;
  }
}
.top-page-title-container .top-page-title-content {
  max-width: 980px;
  margin: 0 auto;
  display: flex;
  align-items: flex-start;
  height: 550px;
  flex-direction: column;
  justify-content: flex-end;
  padding-bottom: 70px;
}
@media (max-width: 575.98px) {
  .top-page-title-container .top-page-title-content {
    height: 450px;
  }
}
.top-page-title-container .top-page-title-content .top-page-over-title {
  max-width: 550px;
  font-style: normal;
  font-weight: normal;
  font-size: 30px;
  line-height: 37px;
  padding: 0 15px;
  color: #FFFFFF;
  text-shadow: 0px 3px 3px rgba(0, 0, 0, 0.5);
}
@media (max-width: 575.98px) {
  .top-page-title-container .top-page-title-content .top-page-over-title {
    font-size: 20px;
    line-height: 1.2;
  }
}
.top-page-title-container .top-page-title-content .top-page-title {
  font-style: normal;
  font-weight: bold;
  font-size: 55px;
  line-height: 70px;
  color: #96ED52;
  text-transform: uppercase;
  padding: 0 15px;
}
@media (max-width: 575.98px) {
  .top-page-title-container .top-page-title-content .top-page-title {
    font-size: 30px;
    line-height: 1.2;
  }
}
.top-page-title-container .top-page-title-content .top-page-subtitle {
  font-style: normal;
  font-weight: bold;
  font-size: 30px;
  line-height: 37px;
  color: #FFFFFF;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.7);
  padding: 0 15px;
}
@media (max-width: 575.98px) {
  .top-page-title-container .top-page-title-content .top-page-subtitle {
    font-size: 20px;
    line-height: 1.2;
  }
}

.page-commons-info-container {
  position: relative;
  width: 100%;
}
.page-commons-info-container .page-commons-950-content {
  position: relative;
  max-width: 950px;
  margin: 0 auto;
}

.h3-title {
  width: 100%;
  text-align: center;
  font-style: normal;
  font-weight: 800;
  font-size: 36px;
  line-height: 1.25;
  color: #646363;
  padding: 38px 15px 20px;
}
.h3-title span {
  color: black;
}
@media (max-width: 991.98px) {
  .h3-title {
    font-size: 32px;
  }
}
@media (max-width: 575.98px) {
  .h3-title {
    font-size: 26px;
  }
}

.custom-ul {
  list-style: none;
}
.custom-ul li {
  padding-bottom: 5px;
  padding-left: 40px;
  background: url(/wp-content/themes/hemporama_theme/assets_custom/img/li_mark.svg) 10px 0px no-repeat;
  margin-bottom: 8px;
}

.carousel-arrow-prev, .mp-arrow-prev {
  display: block;
  cursor: pointer;
  width: 38px;
  height: 38px;
  background: url("/wp-content/themes/hemporama_theme/assets_custom/img/carousel_arrow_left.svg") center center no-repeat;
  background-size: contain;
  margin: 0 10px;
}

.carousel-arrow-next, .mp-arrow-next {
  display: block;
  cursor: pointer;
  width: 38px;
  height: 38px;
  background: url("/wp-content/themes/hemporama_theme/assets_custom/img/carousel_arrow_right.svg") center center no-repeat;
  background-size: contain;
  margin: 0 10px;
}

/*# sourceMappingURL=commons.css.map */
