@media (max-width: 576px) {
    #prev-btn,
    #next-btn {
        display: none; 
    }

    .hover-card {
        transition: transform 0.3s ease-in-out;
    }
    
    .hover-card.hover {
        transform: scale(1.05);
    }

    .produto-card {
        transition: transform 0.3s ease-in-out;
    }
    
    .produto-card.hover {
        transform: scale(1.05);
    }


    .profile-image-container {
        width: 100px;
        height: 100px;
    }

    .testimonial-content {
        text-align: center;
    }

    .row.gx-5 {
        display: flex;
        flex-direction: column-reverse; 
        align-items: center;
        margin-top: 0;
    }

    #beneficios .produto-card {
        margin-top: 24px;
    }

    .col-xxl-8 {
        margin-top: +55px; 
    }

    #beneficios .text-center.mb-5 {
        margin-bottom: 6.5rem !important;
    }

    .btn-sm {
        font-size: 12px;
        padding: 6px 12px;
    }
    .profile {
        height: 80vw;
        width: 80vw;
    }
    .profile .profile-img {
        height: 85vw;
    }
}
    
@media (max-width: 768px) {
    .hover-card {
        transition: transform 0.3s ease-in-out;
    }
    
    .hover-card.hover {
        transform: scale(1.05);
    }
    
    .produto-card {
        transition: transform 0.3s ease-in-out;
    }
    
    .produto-card.hover {
        transform: scale(1.05);
    }

    .btn-sm {
        font-size: 12px;
        padding: 6px 12px;
    }
    .profile {
        height: 80vw;
        width: 80vw;
    }
    .profile .profile-img {
        height: 85vw;
    }
    .row.gx-5 {
        display: flex;
        flex-direction: column-reverse; 
        align-items: center;
        margin-top: -100px;
    }

    .col-xxl-8 {
        margin-top: +55px; 
    }
}
  

@media (min-width: 1024px) {
  .row.gx-5 {
    flex-direction: row; 
    align-items: center; 
    margin-top: -50px; 
  }

  .col-xxl-5 {
    flex: 0 0 50%; 
    max-width: 50%;
  }

  .col-xxl-7 {
    flex: 0 0 50%;
    max-width: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .profile {
    width: 30vw; 
    height: 30vw;
  }

  .profile .profile-img {
    height: 30vw;
  }

  #beneficios .produto-card {
    margin-top: 0; 
  }

  .text-center.mb-5 {
    margin-bottom: 5.5rem !important; 
  }

  .produto-card {
    margin-top: 1.5rem;
  }
}
