How can I eliminate white space in Debutify 4.9?

Can someone help me remove this white space? Im using Debutify 4.9
Themagicplasma.com

@revelationusa ,

div#ProductMeta-template--14653233201186__1650486808de3ee3d8 {
    margin: 0;
}

Add this css at the bottom of Online Store->Theme->Edit code->Assets->theme.scss.liquid

Hello @revelationusa !
Please add the below CSS in theme.scss.css file theme file at the bottom to remove the white space.

.box {
    padding-top: 15px !important;
}
@media screen and (max-width: 769px){
.product-single-divider {
    margin-top: 0 !important;
}
}

Hope this will help you out.