.company {
  background: #fff;
}
.top-img {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  img {
    width: 100%;
  }
  h1 {
    font-size: 38px;
    font-weight: 500;
    position: absolute;
    color: #fff;
    margin-bottom: 0 !important;
    letter-spacing: 0.12em;
  }
}
.value-title {
  font-size: 36px;
  font-weight: 500;
  letter-spacing: 0.09em;
  margin-bottom: 85px;
}
.value-container {
  font-size: 18px;
  font-weight: 300;
  letter-spacing: 0.09em;
  p {
    margin-bottom: 40px;
  }
}
