Hi librandi,
You can update the CSS in the Backend > Site template styles > ja resort - default > Tools > Custom CSS with the following CSS code:
@media (min-width: 1200px) {
.section-overlap .t4-section-inner {
margin-bottom: -300px;
}
#t4-section-5 .t4-section-inner {
position: relative;
transform: translateY(0);
-webkit-transform: translateY(0);
}
div[id*="t4-section-"].space-bottom-large, div[id^="t4-section-"].space-bottom-large {
padding-bottom: 200px;
}
}