/* Reduce spacing between heading + paragraph */
.zphero-content h1 {
    margin-bottom: 15px !important;
}

.zphero-content p {
    margin-bottom: 10px !important;
}

/* Bring buttons closer to the text */
.zphero-btns {
    margin-top: 12px !important;
    margin-bottom: 0 !important;
}

/* Remove bottom padding on content wrapper */
.zphero-content {
    padding-bottom: 0 !important;
}
