.solutionGlobe {
    position: absolute;
    bottom:0px;
    left: 0;
    border-radius: 0 0 0 32px;
}

@media screen and (max-width: 1080px) {
    .solutionGlobe {
        display: none;
    }
}

