#area_depoimento {
  padding: 70px 0;
}

#area_depoimento h2 {
  font-size: 48px;
  font-family: "Margem-Medium";
  text-align: center;
}

#area_depoimento h2 span{
  color: #19A3A9;
}

#area_depoimento .depoimento {
  margin: 25px auto 0;
  width: 900px;
  height: 500px;
}

#area_depoimento .depoimento h4 {
  font-size: 27px;
  color: #fff;
  margin-bottom: 0;
  z-index: 10;
  padding-left: 25px;
  font-family: "Margem-regular";
}
#area_depoimento .depoimento p {
  font-size: 22px;
  z-index: 10;
  color: #fff;
  padding-left: 25px;
  margin-bottom: 35px;
  font-family: "Margem-regular";
}

#area_depoimento .depoimento img {
  width: 100%;
  border-radius: 32px;
}
#area_depoimento .depoimento button {
  display: block;
  inset: 0;
  margin: auto;
  width: 97px;
  height: 97px;
  z-index: 1;
  cursor: pointer;
  border: none;
  background: 0 0;
  outline: none;
}

@media screen and (max-width: 900px) {
  #area_depoimento h2 {
    font-size: 36px;
  }
  #area_depoimento .depoimento {
    width: 100%;
    height: 360px;
  }
  #area_depoimento .depoimento .bg_depoimento {
    width: 100%;
    height: 360px;
    object-fit: cover;
    object-position: -230px;
  }
  #area_depoimento .depoimento h4 {
    font-size: 20px;
  }
  #area_depoimento .depoimento p {
    font-size: 16px;
  }
}

@media screen and (min-width: 760px) and (max-width: 900px) {
  #area_depoimento .depoimento .bg_depoimento {
    object-position: center;
  }
}