.region__content .fullpage {
  flex: 3 1 890px;
  padding-right: 16px;
}

.region__content .fullpage__wrapper {
  display: flex;
  flex-flow: row nowrap;
  margin-top: 32px;
}

.region__content .fullpage__title {
  width: 100%;
  min-height: 280px;
  box-sizing: border-box;
  padding: 56px 0;
  overflow: hidden;
  position: relative;
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  margin-bottom: 16px;
}

.region__content .fullpage__title-overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  z-index: -1;
  background: rgba(0, 0, 0, 0.24);
}

.region__content .fullpage__title-background {
  z-index: -2;
  position: absolute;
  top: 0;
  width: 100%;
  object-fit: cover;
  height: 100%;
}

.region__content .fullpage__title-text {
  font-family: "AndesBold";
  color: #EDEF4E;
  font-size: 40px;
  line-height: 47px;
  display: flex;
  align-items: center;
  text-shadow: 0px 0px 8px rgba(0, 0, 0, 0.5);
}

.region__content .fullpage__header {
  font-family: "AndesBold";
  color: #2F879F;
  font-size: 32px;
  line-height: 37px;
  display: flex;
  align-items: center;
  margin-bottom: 16px;
}

.region__content .fullpage__body p {
  margin-bottom: 16px;
  font-family: "Open Sans";
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 25px;
  display: flex;
  align-items: center;
  color: #333333;
}

.region__content .sidebar {
  flex: 1 3 280px;
  background-color: #F6F6F6;
  padding: 16px;
  margin-bottom: 24px;
  height: max-content;
}

.region__content .sidebar__title {
  font-family: "AndesBold";
  font-size: 24px;
  line-height: 28px;
  display: flex;
  align-items: center;
  text-transform: uppercase;
  color: #2F879F;
  margin-bottom: 21px;
}

.region__content .sidebar__item {
  display: flex;
  flex-flow: column nowrap;
  align-items: start;
  border-bottom: 1px solid #C4C4C4;
  margin-bottom: 16px;
  padding-bottom: 16px;
}

.region__content .sidebar__item:last-child {
  border-bottom: none;
  margin-bottom: 0;
}

.region__content .sidebar__item-image {
  margin-bottom: 8px;
}

.region__content .sidebar__item-image img {
  width: 100%;
}

.region__content .sidebar__item-body p {
  font-family: "Andes";
  font-size: 20px;
  line-height: 23px;
  color: #333333;
}

.region__content .sidebar__item-link {
  margin-top: 8px;
  background-color: #ffffff;
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 19px;
  color: #2F879F;
  padding: 10px 12px;
}

.region__content .sidebar__item-link img {
  margin-left: 12px;
}
@media screen and (max-width: 768px) {
  .region__content .fullpage__wrapper {
    flex-wrap: wrap;
  }
  .region__content .fullpage {
    padding-right: 0;
  }
}
div#block-info4blocks h2, div#block-resultmonitoringstotals h2 {
  width: 1170px;
  margin: 0 auto;
  font-family: "Andes";
  font-weight: bold;
  font-size: 32px;
  line-height: 37px;
  color: #2F879F;
  text-transform: uppercase;
  margin-bottom: 16px;
  box-sizing: border-box;
}
@media screen and (max-width: 1200px) {
  .region__content .fullpage {
    flex: 3 11 890px;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1200px) {
  div#block-info4blocks h2, div#block-resultmonitoringstotals h2 {
    width: 960px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  div#block-info4blocks h2, div#block-resultmonitoringstotals h2 {
    width: 720px;
  }
}
@media screen and (min-width: 376px) and (max-width: 768px) {
  div#block-info4blocks h2, div#block-resultmonitoringstotals h2 {
    width: 100%;
    padding: 0 16px;
  }
}
@media screen and (max-width: 375px) {
  div#block-info4blocks h2, div#block-resultmonitoringstotals h2 {
    width: 100%;
    padding: 0 16px;
  }
}
