#hero {
    background: url("../img/marketing-back.jpg");
    padding-bottom: 50px;
    background-size: cover;
}

#solution-breakdown {
    background: rgb(134,246,109);
    background: -webkit-linear-gradient(61deg, rgba(134,246,109,1) 0%, rgba(141,97,246,1) 100%);
    background: -o-linear-gradient(61deg, rgba(134,246,109,1) 0%, rgba(141,97,246,1) 100%);
    background: linear-gradient(151deg, rgba(134,246,109,1) 0%, rgba(141,97,246,1) 100%);
}

#solution-breakdown .breakdown-wrapper .breakdown-item .seo-img {
    background: url('../img/solutions-optimisation-3.jpg');
    background-size: cover;
    background-position: center;
}

#solution-breakdown .breakdown-wrapper .breakdown-item .email-marketing-img {
    background: url('../img/solutions-marketing-2.jpg');
    background-size: cover;
    background-position: center;
}

#solution-breakdown .breakdown-wrapper .breakdown-item .social-media-img {
    background: url('../img/solutions-marketing-3.jpg');
    background-size: cover;
    background-position: center;
}

#solution-breakdown .breakdown-wrapper .breakdown-item .ppc-img {
    background: url('../img/solutions-marketing-4.jpg');
    background-size: cover;
    background-position: center;
}

@media only screen and (max-width: 768px) {
    #hero {
        background: url("../img/marketing-back-mobile.jpg");
        background-size: cover;
    }
}