.review_wrapp {
  font-size: 16px;
  line-height: 1.4;
  color: var(--color_jetgrey);
  font-weight: 400;
  padding-top: 16px !important;
}
@media screen and (max-width: 1400px) {
  .review_wrapp {
    font-size: 14px;
  }
}
.page-header {
  text-align: center;
  border-bottom: none !important;
  margin-top: 20px !important;
}
.page-header .page-header-breadcrumbs {
  color: #80A0B4;
}
.page-header .page-header-breadcrumbs a {
  color: #80A0B4;
  text-decoration: none;
}
.page-header .page-header-breadcrumbs a:hover {
  text-decoration: underline;
}
.page-header .page-header-breadcrumbs .breadcrumb{
  margin-bottom: 0;
}

.content h1 {
  font-size: 36px;
  line-height: 1.2;
  color: var(--color_darkblue);
  font-weight: 600;
  margin-bottom: 16px;
  margin-top: 0;
}
@media screen and (max-width: 768px) {
  .content h1 {
    font-size: 24px;
  }
}

.content p {
  max-width: 725px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .content p {
      margin-top: 0 !important;
  }
}
.page-body h2, .page-body h3 {
  font-size: 36px;
  line-height: 1.2;
  color: var(--color_darkblue) !important;
  font-weight: 600 !important;
  margin-bottom: 40px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .page-body h2, .page-body h3 {
    font-size: 24px;
  }
}
.page-body .image-first {
  flex-direction: row-reverse;
}
@media screen and (max-width: 768px) {
  .page-body .image-first {
    flex-direction: column-reverse;
  }
}
.page-body ul {
  padding-left: 20px;
  list-style: disc;
}
.page-body .text-image-row {
  display: flex;
  gap: 40px;
  align-items: center;
  margin-bottom: 40px;
}
.page-body .text-image-row-text {
  width: 50%;
}
.page-body .text-image-row-image {
  width: 50%;
}
 .page-body img {
  width: 100%;
  height: auto;
}

@media screen and (max-width: 768px) {
  .page-body .text-image-row {
    flex-direction: column-reverse;
    gap: 20px;
  }
  .page-body .text-image-row-text, .page-body .text-image-row-image {
    width: 100%;
  }
}

.image-caption {
  color: var(--color_jetgrey40);
  font-size: 14px;
  font-family: var(--font_noto);
  font-style: italic;
  display: block;
  padding-top: 8px;
  text-align: center;
}
@media (min-width: 1025px) {
  .review_wrapp .page-body .text-image-row {
    margin-bottom: 80px;
  }
  .page-header {
    padding-bottom: 60px !important;
  }
}
.support_wrapp {
  padding-top: 20px;
}
.support_same_items {
  display: flex;
  justify-content: center;
}
@media (max-width: 1024px) {
  .support_wrapp {
    padding-top: 0;
  }
  .support_same_items {
    flex-direction: column;
  }
  .support_wrapp .support_big_tabs {
    margin-bottom: 20px;
  }
}