.ingredientsRightCol .ingredientInnerRow:nth-child(2) {
  position: relative;
  top: 25px;
}
.ingredientsRightCol .ingredientInnerRow:nth-child(3) {
  position: relative;
  top: 55px;
}
.ingredientsRightCol .ingredientInnerRow:nth-child(4) {
  position: relative;
  top: 60px;
}
.guarantee img {
  display: block;
  margin: auto;
}
.ingredientBottom {
  margin-bottom: 25px;
}
.power {
  width: 55%;
}
.fade-in {
  animation-name: fadeIn;
  animation-duration: 1s;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@media screen and (min-width:1200px) {
  .part-1-banner {
    background-size: contain;
  }
}
@media screen and (max-width:1200px) {
  .ingredientsRightCol .ingredientInnerRow:nth-child(2) {
    position: relative;
    top: 0;
  }
  .ingredientsRightCol .ingredientInnerRow:nth-child(3) {
    position: relative;
    top: 0;
  }
  .ingredientsRightCol .ingredientInnerRow:nth-child(4) {
    position: relative;
    top: 0;
  }
}

@media screen and (max-width: 640px) {
  .thing-cell {
    background-image: none;
  }
  .webp .thing-cell {
    background-image: none;
  }
}