#hero {
    background: url("../img/automation-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(239,118,223,1) 100%);
    background: -o-linear-gradient(61deg, rgba(141,97,246,1) 0%, rgba(239,118,223,1) 100%);
    background: linear-gradient(151deg, rgba(141,97,246,1) 0%, rgba(239,118,223,1) 100%);
}

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

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

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

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

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