.everise-why-exage {
  background: none !important;
  max-width: 100% !important;
  background-color: #FBFBFB !important;
}
.everise-why-exage .wrapper-content {
  display: grid;
  grid-template-columns: 40% auto;
  padding-top: 244px;
  padding-bottom: 245px;
  column-gap: 83px;
  /* -moz-column-gap: 100px;
       column-gap: 100px; */
}
.everise-why-exage .wrapper-content .left-block-content .left-block-content-wrapper h2 {
  margin-top: 0;
  margin-bottom: 24px;
  line-height: 80px;
  font-family: var(--wp--preset--font-family--heading);
  font-weight: var(--wp--custom--typography--font-weight--600);
  color: var(--wp--preset--color--black);
  font-size: var(--wp--preset--font-size--heading-2);
  /*line-height: var(--wp--custom--typography--line-height--heading-2);*/
}
.everise-why-exage .wrapper-content .left-block-content .left-block-content-wrapper p {
  font-family: var(--wp--preset--font-family--paragraph);
  font-weight: var(--wp--custom--typography--font-weight--400);
  font-size: var(--wp--preset--font-size--body-large);
  line-height: 35px;
  letter-spacing: 0.02em;
  color: rgba(0, 0, 0, 0.81);
}
.everise-why-exage .wrapper-content .right-block-content .everise-why-exage-container {
  display: grid;
  /*grid-template-columns: auto auto auto;*/
  grid-auto-rows: minmax(min-content, max-content);
  grid-template-columns: repeat(3, minmax(calc(100% / 3 - 12px), 1fr));
  /* -moz-column-gap: 80px;
       column-gap: 80px; */
  column-gap: 12px;
  row-gap: 120px;
}
.everise-why-exage .wrapper-content .right-block-content .everise-why-exage-container .item {
  text-align: center;
}
.everise-why-exage .wrapper-content .right-block-content .everise-why-exage-container .item .item-title {
  font-family: var(--wp--preset--font-family--heading);
  font-weight: 600;
  font-size: var(--wp--preset--font-size--heading-2);
  line-height: 88px;
  color: #00829B;
  margin-bottom: 10px;
}
.everise-why-exage .wrapper-content .right-block-content .everise-why-exage-container .item .item-content {
  font-weight: var(--wp--custom--typography--font-weight--500);
  font-size: 16px;
  line-height: 16px;
  letter-spacing: 0.04em;
  color: rgba(0, 0, 0, 0.81);
}

@media (max-width: 992px) {
  .key-vertical-b-page-template  .everise-why-exage .wrapper-content {
    padding-bottom: 70px;
  }
  .everise-why-exage .wrapper-content {
    grid-template-columns: auto;
    padding-left: 23px;
    padding-right: 23px;
    padding-top: 64px;
    padding-bottom: 133px;
    max-width: none !important;
  }
  .everise-why-exage .wrapper-content .left-block-content .left-block-content-wrapper h2 {
    letter-spacing: -0.02em;
    font-family: var(--wp--preset--font-family--heading);
    font-weight: var(--wp--custom--typography--font-weight--600);
    line-height: 45px;
  }
  .everise-why-exage .wrapper-content .left-block-content .left-block-content-wrapper p {
    font-family: var(--wp--preset--font-family--paragraph);
    letter-spacing: 0.02em;
    color: rgba(0, 0, 0, 0.81);
  }
  .everise-why-exage .wrapper-content .right-block-content .everise-why-exage-container {
    margin: 0 auto;
    display: block;
  }
  .everise-why-exage .wrapper-content .right-block-content .everise-why-exage-container .item {
    margin: 20px 0;
  }
  .everise-why-exage .wrapper-content .right-block-content .everise-why-exage-container .item .item-title {
    font-size: 36px;
  }
  .everise-why-exage .wrapper-content .right-block-content .everise-why-exage-container .item .item-content {
    font-size: 14px;
    line-height: 14px;
  }
}/*# sourceMappingURL=main.css.map */
