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

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

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

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

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

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

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