/*
Theme Name:   hello-elementor child theme
Description:  Write here a brief description about your child-theme
Author:       admin
Author URL:   https://staging.serverfortesting.com.au/convergedcommunication
Template:     hello-elementor
Version:      1.0
License:      GNU General Public License v2 or later
License URI:  http://www.gnu.org/licenses/gpl-2.0.html
Text Domain:  hello-elementor-child
*/

/* Write here your own personal stylesheet */

h1.entry-title {
    display: none !important;
}

.elementor-widget:not(:last-child) {
    margin-bottom: 0px !important;
}

p {
    margin-bottom: 0px !important;
}