@media(max-width:767px){
  .carousel .carousel-position-three {
      top: 70%;
  }
  .carousel .carousel-position-two {
      top: 60%;
  }
}

.service-image figure{
  width: 100%;
  aspect-ratio: 1/1;
  border: 1px solid #e0e0e0;
  border-radius: 999px;
  padding: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  margin-bottom: 24px;
}

.service-image figure img{
  max-width: 90%;
}

.produto-card{
  display: flex;
  flex-direction: column;
  gap: 8px;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 24px;
  margin-bottom: 16px;

  padding: 48px 36px;
    margin-bottom: 30px;
    border: 1px dotted #dddddd;
    border-radius: 16px;
    background-color: #fff;
}

.produto-card .features-in h3{
  font-size: 20px;
}

.produto-card__precos{
  display: flex;
  justify-content: center;
  gap: 24px;
  
}

.produto-card__precos a{
  display: flex;
  flex-direction: column;
  gap: 4px;
  color: #252525;
}

.produto-card__precos a div:nth-child(1){
  font-size: 13px;
}

.produto-card__precos a div:nth-child(2){
  font-size: 16px;
  font-weight: 700;
}