  @media (max-width: 768px) {
            .descricao-produto img {
                width: 100% !important;
                height: auto !important;
                max-width: 100% !important;
            }
        }