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

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

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

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

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

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

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