How to change space between Product Title – Description

To change space between Product Title – Description.

You can use this code to Custom CSS.

div.product-meta {
    gap: 2px !important;
}