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

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

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

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

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

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

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

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