.grid-why-certify {
  display: grid;
  grid-template-columns: 1.5fr 1fr;
  gap: 2rem;
}

.grid-why-certify-container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
}

.grid-why-certify-container img {
  width: 2.8em;
}

.title-values {
  font-size: 21px;
  font-weight: 501;
  margin-top: 15px;
  color: #FAFAFA !important;
}

.container-why-certify div:not(:first-child) {
  margin-top: 15px;
  color: #A3A3A3;
}

.container-why-certify:nth-of-type(3),
.container-why-certify:nth-of-type(4) {
  margin-top: 55px;
  margin-bottom: 45px;
}

.end-why-certify {
  font-weight: 501;
  color: #FAFAFA !important;
  font-size: 18px;
  margin: auto;
  margin-bottom: 40px;
  display: flex;
}

.end-why-certify img {
  width: 130px;
  margin-top: -7px;
}

.our-values-img {
  position: relative;
  width: 100%;
  height: 100%;
  display: inline-block;
  overflow: hidden;
  padding: 9px;
}

.sticky {
  height: 85%;
  position: sticky;
  top: 100px;
}

.img-front {
  width: 100%;
  height: auto;
  z-index: 2;
}

.our-values-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: opacity 1s ease, transform 3s ease;
}

.img-back {
  z-index: 1;
  opacity: 0;
  transform: translateX(0);
}

.desc-module {
  border-bottom: 1px solid #A3A3A3;
  border-top: 1px solid #A3A3A3;
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 4%;
  padding-right: 4%;
  max-width: 75%;
  margin: auto;
  margin-top: 5em;
  margin-bottom: 8em;
}

.title-desc {
  font-size: 22px;
  margin-bottom: 15px;
  font-weight: 501;
}

.desc-module span {
  color: #A3A3A3;
  display: block;
}

.desc-module span:not(:last-child) {
  margin-bottom: 15px;
}

.img-back.active {
  opacity: 1;
  transform: translateX(10px);
}

.title-why {
  color: #FAFAFA;
  font-weight: 701;
  margin-bottom: 10px;
}

@media screen and (max-width: 750px) {
  .grid-why-certify {
    display: block;
  }
  .process_info {
    max-width: 80%;
  }
  .grid-why-certify-container {
    display: block;
  }
  .sticky {
    display: none;
  }
  .grid-why-certify-container .container-why-certify:not(:last-child) {
    margin-bottom: 75px;
  }
}