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