/* Add custom CSS styles below */ 
.product__description {
    overflow: visible !important;
}

.product__description [style*="max-height"] {
    max-height: none !important;
    height: auto !important;
    overflow: visible !important;
}