.core-values-bg {
  background-color: #fff;
  width: 100%;
  padding: 40px 112px;
}

.core-values-wrapper {
  max-width: 1440px;
  margin: 0 auto;
  display: flex;
  gap: 24px;
}

.core-values {
  display: flex;
  justify-content: center;
  gap: 1.5rem;
  padding: 20px 0;
  flex-wrap: wrap;
}

.core-value {
  background-color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 40px;
  height: 450px;
  flex: 1 0 0;
  border-radius: 16px;
  color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  min-width: 336px;
}

.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;
}

.innovation {
  background-color: #0c8ce9;
}

.innovation .subtitle {
  color: #afddff;
}

.fundamental {
  background-color: #8000ff;
}

.fundamental .subtitle {
  color: #d7afff;
}

.integrity {
  background-color: #f30066;
}

.integrity .subtitle {
  color: #ffcae0;
}
@container (max-width: 1440px) {
  .core-values-wrapper {
    flex-wrap: wrap;
    justify-content: start;
  }
  .core-value {
    max-width: calc(50% - 16px);
  }

  .core-values-bg {
    padding: 40px 32px;
  }
}

@container (max-width: 1200px) {
  .core-values {
    justify-content: start;
  }
}

@container (max-width: 992px) {
  .core-value {
    height: 400px;
  }
}

@container (max-width: 768px) {
  .core-value {
    flex-direction: column;
    width: 100% !important;
  }

  .core-values-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 32px;
  }

  .core-value {
    min-height: 400px;
  }
}

@container (max-width: 540px) {
  .core-values-bg {
    padding: 40px 16px;
  }

  .core-value {
    min-height: 400px;
    width: 100% !important;
    min-width: unset;
  }
}
