How to reduce gap between Price – Product Description

To reduce gap between Price – Product Description.

You can use this code to Custom CSS

div.product-price {
    margin-bottom: 0px !important;
}
.product-meta {
    gap: 2px !important;
}