h2+p {
padding-top: 15px;
}
p+h2 {
padding-top: 30px;
}
h2+h3,
p+h3  {
padding-top: 30px;
}
@media screen and (max-width: 640px) {
.fusion-text p {
font-size: 16px;
}
.fusion-button {
font-size: 16px !important;
}
h1.fusion-title-heading,
h2.fusion-title-heading {
font-size: 32px !important;
}
}