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

#solution-breakdown {
    background: rgb(130,240,121);
    background: -webkit-linear-gradient(52deg, rgba(130,240,121,1) 0%, rgba(95,169,204,1) 100%);
    background: -o-linear-gradient(52deg, rgba(130,240,121,1) 0%, rgba(95,169,204,1) 100%);
    background: linear-gradient(142deg, rgba(130,240,121,1) 0%, rgba(95,169,204,1) 100%);
}

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

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

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

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

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

#solution-breakdown .breakdown-wrapper .breakdown-item .graphic-assets-img {
    background: url('../img/solutions-development-6.jpg');
    background-size: cover;
    background-position: center;
}

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