.simple-content-section:first-of-type {
    padding-top: 80px;
}
.simple-content-section:last-of-type {
    padding-bottom: 80px;
    margin-bottom: 80px;
}
.simple-content-container {
    padding-top: 0px;
    padding-bottom: 0px;
}
.simple-content-container .duplicate::before {
    top: 40px;
}
.simple-content-container .heading {
    position: relative;
    z-index: 10;
    margin-bottom: 0px;
}
.simple-content-section .simple-content-image {
    margin-top: 35px;
}
.simple-content-section .simple-content-image img {
    width: 100%;
    height: auto;
}
.simple-content-section .cta-button {
    margin-top: 20px;
    width: 100%;
}
/* Media only 600px */
@media only screen and (min-width: 600px) {
    .simple-content-section .simple-content-heading .heading br {
        display: none;
    }
}
@media only screen and (max-width: 600px) {
    .simple-content-section .simple-content-heading .heading {
        font-size: 64px;
        line-height: 61px;
    }
    .simple-content-text .content-text br {
        display: none;
    }
}