.values__section-container {
  min-height: 100px;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.values__values-group {
  display: flex;
  height: 260px;
  max-width: 388px;
}

.values__values-tile {
  line-height: 20px;
  font-size: 15px;
  text-align: center;
  font-weight: 700;
  float: left;
  height: 250px;
  overflow-wrap: anywhere;
  width: 100%;
  color: white;
  margin-right: 10px;
  padding: 11px;
  padding-top: 24px;
  background: linear-gradient(
    0deg,
    rgba(0, 0, 0, 0.1) 0%,
    rgba(255, 255, 255, 0) 25%
  );
}

.values__values-tile:last-of-type {
  margin-right: 0;
}

.values__teal {
  background-color: #00adbc;
}

.values__purple {
  background-color: #7665a0;
}

.values__orange {
  background-color: #ffa400;
}

.values__cyan {
  background-color: #0094ca;
}

.values__green {
  background-color: #b9bf15;
}

.values__dark-gray {
  background-color: #4d575f;
}

.values__values-icon {
  height: 60px;
  padding-bottom: 6px;
}

@media screen and (min-width: 971px) {
  .values__values-group:first-of-type {
    margin-right: 10px;
  }

  .values__values-group {
    max-width: 49%;
  }
}

@media screen and (max-width: 475px) {
  .values__values-tile {
    padding-left: 6px;
    padding-right: 6px;
  }
}
