/* Saint Global — values / principles cards (section-109) */

.body-76 .section-109 {
  box-sizing: border-box;
  width: 100%;
  max-width: none;
  margin-top: clamp(2.5rem, 5vw, 3.5rem);
  margin-left: 0;
  margin-right: 0;
  padding-left: 5%;
  padding-right: 5%;
}

.body-76 .section-109 .div-block-797 {
  width: 100%;
  max-width: 1180px;
  margin-left: auto;
  margin-right: auto;
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  align-items: stretch;
  place-items: stretch;
}

.body-76 .section-109 .div-block-798 {
  border: 1px solid rgba(38, 85, 106, 0.1);
  border-radius: 12px;
  width: 100%;
  min-width: 0;
  height: 100%;
  margin: 0;
  background: #fff;
  box-shadow: 0 10px 28px rgba(10, 30, 38, 0.06);
  transition: box-shadow 220ms ease, border-color 220ms ease;
}

.body-76 .section-109 .div-block-798:hover {
  transform: none;
  border-color: rgba(97, 190, 193, 0.35);
  box-shadow: 0 14px 34px rgba(10, 30, 38, 0.1);
}

.body-76 .section-109 .div-block-799 {
  align-items: flex-start;
  height: 100%;
  padding: 1.75rem 1.5rem 1.6rem;
}

.body-76 .section-109 .sg-value-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  margin-bottom: 1.1rem;
  border-radius: 10px;
  background: linear-gradient(145deg, rgba(97, 190, 193, 0.16), rgba(38, 85, 106, 0.08));
  color: #26556a;
}

.body-76 .section-109 .sg-value-icon svg {
  width: 22px;
  height: 22px;
}

.body-76 .section-109 .heading-1042 {
  margin: 0 0 0.65rem;
  color: #1a3340;
  font-family: Mulish, sans-serif;
  font-size: clamp(1rem, 1.05vw, 1.12rem);
  font-weight: 700;
  line-height: 1.25;
  text-align: left;
  text-transform: capitalize;
}

.body-76 .section-109 .paragraph-249 {
  margin: 0;
  color: rgba(26, 51, 64, 0.72);
  font-family: Mulish, sans-serif;
  font-size: clamp(0.88rem, 0.95vw, 0.94rem);
  font-weight: 400;
  line-height: 1.55;
  text-align: left;
}

@media screen and (max-width: 991px) {
  .body-76 .section-109 .div-block-797 {
    grid-template-columns: 1fr 1fr;
  }
}

@media screen and (max-width: 767px) {
  .body-76 .section-109 {
    padding-left: 4%;
    padding-right: 4%;
  }
  .body-76 .section-109 .div-block-797 {
    grid-template-columns: 1fr;
  }

  .body-76 .section-109 .div-block-799 {
    padding: 1.5rem 1.25rem 1.35rem;
  }
}
