.values-section {
  background: rgba(252, 252, 252, 1);
  padding: 96px 0;
  z-index: 1;
  border-bottom-right-radius: 56px;
  position: relative;
  border-bottom-left-radius: 56px;
}

.values-section svg {
  margin-bottom: 12px;
}

.values-section h2 {
  color: rgba(24, 29, 39, 1);
  font-size: 48px;
  line-height: 60px;
  font-weight: 600;
  margin-bottom: 64px;
}

.values-section .item {
  background: rgba(255, 255, 255, 1);
  border-radius: 24px;
  padding: 34px 40px;
}

.values-section .item img {
  margin-bottom: 24px;
}

.values-section .item h3 {
  color: rgba(34, 46, 80, 1);
  font-size: 24px;
  line-height: 36px;
  font-weight: 500;
  margin-bottom: 24px;
}

.values-section .item .desc {
  font-size: 18px;
  line-height: 28px;
  font-weight: 400;
  color: rgba(108, 114, 130, 1);
}

@media only screen and (max-width: 1279px) {
  .values-section .item h3 {
    font-size: 21px;
    line-height: 33px;
  }
}
@media only screen and (max-width: 1023px) {
}