.depoimentos { 
  position: relative;
  text-align: center;
  background-color: #e6ddd6;
  padding-bottom: 9vw;
  z-index: 2;
}

.depoimentos:after {
  content: '';
  display: block;
  width: 100%;
  height: 0;
  background: #e6ddd6;
  position: absolute;
  bottom: -16.7vw;
  clip-path: polygon(0 99%, 100% 0%, 100% 100%, 0 100%);
  padding-top: 17%;
  left: 0;
  z-index: 999999;
  transform: rotate(180deg);
}

.depoimentos-wrapper {
  background-size: contain;
  background-image: url('../images/Pagina-de-vendas-MOBILE_12.jpg');
}

.depoimentos-content {
  z-index: 1;
  left: 0;
  right: 0;
  margin: 0 auto;
  max-width: 84vw;
  height: fit-content;
  bottom: 0;
  padding-top: 72.5vw;
}

.depoimentos p {
  margin: 0;
}

.depoimentos .title {
  font-size: 11vw;
  color: #51174b;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 3vw;
  line-height: 1.1;
}

.depoimentos .depoimentos-description {
  display: block;
  color: #51174b;
  font-size: 5.7vw;
  line-height: .9;
  margin-bottom: 7.5vw;
}

.depoimentos .depoimentos-description p {
  background: #fff;
  line-height: 1;
  padding: .2vw 1vw .2vw;
  display: -webkit-inline-box;
  margin-bottom: .8vw;
}

.depoimentos .depoimentos-txt {
  font-size: 4.6vw;
  color: #282828;
  max-width: 69vw;
  margin: 0 auto 5.8vw;
}

.depoimentos .depoimentos-description strong {
  font-weight: 600;
}

.depoimentos-footer {
  text-transform: uppercase;
  color: #e17a73;
  font-size: 4.5vw;
  font-weight: 600;
  display: block;
  max-width: 62vw;
  margin: 0 auto;
}

.depoimentos .button {
  margin-top: 3vw;
}


@media screen and (min-width: 1024px) {

  .depoimentos-wrapper {
    text-align: left;
    background-image: url('../images/Pagina-de-vendas-DESKTOP_12.jpg');
  }

  .depoimentos {
    padding-bottom: .5vw;
  }

  .depoimentos .button {
    margin-top: 2.5vw;
    0px 16px 13px 0px rgba(0,0,0,0.35)
  }

  .depoimentos:after {
    bottom: calc(-5vw + 2px);
    padding-top: 5%;
    z-index: 0;
  }

  .depoimentos .title {
    font-size: 3.8vw;
    margin: 0;
  }

  .depoimentos .depoimentos-content {
    max-width: 81.25vw;
    top: 6.55vw;
    bottom: inherit;
    padding-top: 6.55vw;
    padding-bottom: 1.7vw;
  }

  .depoimentos .depoimentos-description {
    font-size: 1.75vw;
    line-height: .9;
    max-width: 27vw;
    padding-left: .3vw;
    margin-top: .3vw;
    margin-bottom: 3.1vw;
  }

  .depoimentos .depoimentos-description p {
    padding: .05vw 1.2vw .1vw .25vw;
    margin-bottom: .2vw;
  }

  .depoimentos .depoimentos-description p:nth-child(2n) {
    padding-right: .5vw;
  }

  .depoimentos-content-wrapper { 
    width: 40.2vw;
    margin-left: auto;
    position: relative;
    top: -2vw;
  }

  .depoimentos .depoimentos-txt {
    font-size: 1.26vw;
    line-height: 1.35;
    max-width: 30vw;
    margin: 0 0;
    padding-left: .1vw;
  }
  
  .depoimentos .depoimentos-footer {
    font-size: 1.28vw;
    margin: 1.8vw 0 0;
    max-width: none;
  }

}
