How to reduce gap between Product Description – Variant

To reduce gap between Product Description – Variant.

You can use this code to Custom CSS.

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