 .header-values-title {
  margin-top: 80px;
  font-weight: 700;
  font-size: 25px;
  line-height: 29px;
  color: #A3A3A3;
  margin-bottom: 30px;
}

.header-values-back {
  float: right;
  font-size: 15px;
  transition-duration: .2s;
}

.header-values-title i {
  margin-right: 10px;
  transition-duration: .2s;
}

.header-values-title:hover i {
  margin-right: 15px;
}

.grid-values {
  display: grid;
  grid-template-columns: 1.5fr 1fr;
  gap: 2rem;
}

.grid-values-container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
}

.grid-values-container img {
  width: 2.8em;
}

.title-values {
  font-size: 21px;
  font-weight: 501;
  margin-top: 15px;
  color: #FAFAFA !important;
}

.container-value div:not(:first-child) {
  margin-top: 15px;
  color: #A3A3A3;
}

.container-value:nth-of-type(3),
.container-value:nth-of-type(4) {
  margin-top: 55px;
  margin-bottom: 45px;
}

.end-value p {
  transform: skewX(-6deg);
}

.end-value {
  font-weight: 501;
  color: #FAFAFA !important;
  font-size: 21px;
  margin: auto;
  margin-bottom: 40px;
  display: flex;
}

.end-value img {
  width: 130px;
  margin-top: -7px;
  margin-right: 10px;
}

.our-values-img {
  position: relative;
  width: 100%;
  height: 100%;
  display: inline-block;
  overflow: hidden;
}

.sticky {
  height: 100%;
  position: sticky;
  top: 100px;
  max-height: 63%;
}

.img-front {
  width: 100%;
  height: auto;
  z-index: 2;
}

.our-values-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  transition: opacity 1s ease, transform 3s ease;
}

.img-back {
  z-index: 1;
  opacity: 0;
  transform: translateX(0);
}

.img-back.active {
  opacity: 1;
  transform: translateX(10px);
}

@media screen and (max-width: 750px) {
  .grid-values {
    display: block;
  }

  .grid-values-container {
    display: block;
  }

  .grid-values-container .container-value:not(:last-child) {
    margin-bottom: 75px;
  }

  .end-value {
    display: block;
  }
}
