.simple-slide {
    color: #313437;
    padding-bottom: 60px;
    background-image: url("/skystock/web/web_assets/img/simple-to-use.png");
}

@media (max-width:767px) {
    .simple-slide {
        padding-bottom: 10px;
    }
}

.simple-slide p {
    color: #313437;
}

.simple-slide h2 {
    font-weight: bold;
    margin-bottom: 40px;
    padding-top: 40px;
    color: inherit;
}

@media (max-width:767px) {
    .simple-slide h2 {
        margin-bottom: 25px;
        padding-top: 25px;
        font-size: 24px;
    }
}