.core-values .header {
  font-family: Inter;
  font-size: 32px;
  font-style: normal;
  line-height: 40px;
  /* 125% */
  letter-spacing: -1px;
}

.core-values .subtitle {
  font-family: Inter;
  font-size: 20px;
  font-style: normal;
  line-height: 150%;
  padding-left: 0px !important;
  /* 30px */
}

.core-values-wrapper {
  margin: 0 auto;
}

.core-values {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  padding: 25px;
}

.core-value {
  background-color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 40px;
  min-height: 400px;
  flex: 1 0 0;
  border-radius: 16px;
  color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.core-value svg {
  width: 60px;
  height: 60px;
  flex-shrink: 0;
  margin-bottom: 1.25rem;
}

.core-value-text {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  align-self: stretch;
}

.core-value h2 {
  font-size: 32px;
  font-weight: 600;
  line-height: 40px;
  letter-spacing: -1px;
  margin-bottom: 0.5rem;
  color: #fff;
}

.core-value p {
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
  margin: 0;
}

@container (max-width: 1024px) {
  .core-value {
    max-width: 100%;
  }
}

@container (max-width: 992px) {
  .core-value {
    max-width: calc(50% - 16px);
    padding: 32px;
  }
}

@container (min-width: 768px) {
  .core-values-wrapper {
    margin: 0 auto;
  }

  .core-values {
    flex-direction: row;
    gap: 32px;
  }
}

@container (max-width: 767px) {
  .core-values-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 32px;
  }
  .core-value {
    max-width: 100%;
  }
}
@container (max-width: 540px) {
  .core-values-wrapper {
    padding: 0;
    width: 100%;
  }
}
