.solution-item .icon {
    position: relative;
}

/* .solution-item:nth-child(2) ::before,
.solution-item:nth-child(4) ::before {
    content: '';
    position: absolute;
    background-image: url("/images/shape1.png");
    background-repeat: no-repeat;
    top: 70%;
    transform: translateY(-50%);
    left: -224px;
    width: 224px;
    height: 65px;
}
.solution-item:nth-child(3) ::before {
    content: '';
    position: absolute;
    background-image: url("/images/shape2.png");
    background-repeat: no-repeat;
    top: 40%;
    transform: translateY(-50%);
    left: -224px;
    width: 224px;
    height: 65px;
} */
