body.solutions main { padding: 8rem 0 6rem 0; @media (min-width: 1200px) { background-image: url(../img/hand_thumbs_up_02_transparent.svg); background-repeat: no-repeat; background-position: right bottom -65px; color: #002887; } h1 { color: #fff; } .solution-container { display: flex; flex-wrap: wrap; flex-direction: column; align-content: center; @media (min-width: 992px) { flex-direction: row; } } } .ce_rsce_solution { position: relative; width: 50%; max-width: 400px; margin-left: 10%; margin-bottom: 5rem; .icon { position: absolute; top: 0; left: -90px; } .solution-text { line-height: size(19); h2 { padding-left: 2rem; } .link { @include futura-bold; font-size: size(16); text-transform: uppercase; margin-top: 1rem; strong { position: relative; display: block; padding-left: 45px; margin-bottom: 0.5rem; &:before { position: absolute; left: 0; content: ''; display: block; background-image: url(../img/eye.svg); width: 33px; height: 21px; } } .btn { a { min-width: 177px; color: #002887; border-color: #002887; &:hover { background-color: #002887; color: #fff; } } } } } } body.solutions footer .inside .top-link a { color: #002887; &:before { border-color: #002887; } }