.custom-section {
    padding: 75px 0;
}

@media screen and (min-width:750px) {
    .custom-section {
        padding: 100px 0;
    }
}

.custom-section img {
    position: relative;
    width: -webkit-fill-available;
}