
.commentsRow, #beforeAfterImages {
    display: flex;
    justify-content: space-between;
}

#beforeAfterTitle {
    color: white;
    font-size: 2rem;
    padding-top: 12rem;
    font-weight: 600;
    font-family: 'Exolight';
    position: relative;
    z-index: 50;
    margin-bottom: 1rem;
}


.lightCommentRows img, .darkCommentRows img {
    width: 100%;
}



.lightCommentRows, .darkCommentRows {
    margin-bottom: 1rem;
    font-weight: 600;
    justify-content: space-between;
    font-style: oblique;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}

.darkCommentRows {
    background-color: #272727;
    background: linear-gradient(130deg, #2b2b2b 0%, #272727 97%);
    padding-top: 0.5rem;
}

.lightCommentRows {
    border-radius: 8px;
    overflow: hidden;
    border: solid 1px #2b2b2b;
    box-shadow: 2px 2px 16px 4px rgb(126, 60, 60);
    color: black;
    margin-bottom: 4rem;
    transform: translateX(1rem);
}

#buyButton, #checkout-button-four {
  border: none!important;
  box-shadow: none!important;
  padding: 16px;
  background-color: #ffffff;
  border-radius: 4px;
  font-weight: 700;
  color: #000000;
  font-size: 18px!important;
  margin-top: 1rem;
}

.testemonialsName {
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    text-align: left;
    padding-left: 1rem;
     padding-bottom: 2rem;
}

.testemonials {
    background: linear-gradient(130deg, #e4e4e4 0%, #e7b5b5 97%);
    padding: 0!important;
    border: solid 1px black;
}

.testemonialsDark {
    background: linear-gradient(130deg, #2b2b2b 0%, #272727 97%);
    color: white;;
}

.testemonialsText {
    padding: 1rem;
}



@media screen and (max-width: 992px) {
  .lightCommentRows, .darkCommentRows {
    transform: translateX(0);
  }

}


@media screen and (max-width: 576px) {
  .darkCommentRows {
    flex-direction: column-reverse;
  }
  .lightCommentRows, .darkCommentRows {
    padding: 0!important;
    padding-top: 0.5rem!important;
    border-radius: 0;
    margin-bottom: 0!important;
  }
  .testemonials {
    padding-bottom: 4rem;
  }
}