/* Homepage */
.solution-range img {
    max-width: 200px;
}
.upsell {
    padding: 1em;
    margin-bottom: 1em;
    box-shadow: 0 0 13px #eaeaea;
    display: flex;
}
.upsell > .product-image {
    order: 1;
    width: 30%;
}
.upsell > .product-image img {
    max-width: 100%;
}
.upsell > .details {
    order: 2;
    padding-left: 1em;
    width: 70%;
}
.upsell > .details h4 {
    margin-top: 0;
}
.upsell > .details p {
    margin-bottom: 0;
}
