@import url("./solution-finance.css");

.page-solution-state-owned .solution-section__subtitle {
  max-width: 931px;
}

.page-solution-state-owned .solution-hero__media img {
  object-position: center center;
}

.page-solution-state-owned .solution-hero__copy {
  width: min(100%, 1000px);
}

.page-solution-state-owned .solution-hero__title {
  font-size: 44px;
}

.page-solution-state-owned .solution-hero__desc {
  max-width: 700px;
}

.page-solution-state-owned .solution-pain-card {
  min-height: 200px;
  padding: 29px 22px 24px;
}

.page-solution-state-owned .solution-pain-card__title {
  font-size: 24px;
}

.page-solution-state-owned .solution-pain-card__desc {
  margin-top: 18px;
  font-size: 14px;
  line-height: 1.75;
}

.page-solution-state-owned .solution-value__grid {
  align-items: start;
}

.page-solution-state-owned .solution-pain-card__icon,
.page-solution-state-owned .solution-value-card__icon,
.page-solution-state-owned .solution-why-card__icon img {
  display: block;
  width: 78px;
  height: 78px;
}

.page-solution-state-owned .solution-value-card__title {
  font-size: 18px;
}

.page-solution-state-owned .solution-value-card__desc {
  max-width: 269px;
}

.page-solution-state-owned .solution-capability__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 30px;
}

.page-solution-state-owned .solution-capability-card {
  /* min-height: 186px; */
  padding: 24px 30px 20px;
}

.page-solution-state-owned .solution-capability-card--tall {
  min-height: 233px;
}

.page-solution-state-owned .solution-capability-card__columns {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 34px 46px;
  margin-top: 28px;
}

.page-solution-state-owned .solution-capability-card__feature-title {
  margin: 0;
  color: #222222;
  font-size: 20px;
  line-height: 1.5;
  font-weight: 600;
}

.page-solution-state-owned .solution-capability-card__feature-desc {
  margin: 10px 0 0;
  color: #7c7e82;
  font-size: 16px;
  line-height: 1.5;
}

.page-solution-state-owned .solution-why__grid {
  grid-template-columns: repeat(4, minmax(0, 269px));
}

.page-solution-state-owned .solution-why-card__desc {
  max-width: 269px;
}

@media (max-width: 1199px) {
  .page-solution-state-owned .solution-capability-card__columns {
    grid-template-columns: 1fr;
    gap: 22px;
  }

  .page-solution-state-owned .solution-why__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    justify-content: stretch;
  }
}

@media (max-width: 767px) {
  .page-solution-state-owned .solution-hero__title {
    font-size: 32px;
  }

  .page-solution-state-owned .solution-pain-card {
    min-height: 0;
    padding: 24px 18px 22px;
  }

  .page-solution-state-owned .solution-capability-card {
    min-height: 0;
    padding: 20px 18px 18px;
  }

  .page-solution-state-owned .solution-capability-card__title {
    font-size: 22px;
  }

  .page-solution-state-owned .solution-capability-card__feature-title {
    font-size: 18px;
  }

  .page-solution-state-owned .solution-capability-card__feature-desc,
  .page-solution-state-owned .solution-pain-card__desc {
    font-size: 15px;
  }
}
