.warp .solution_content_three img{
    width: 100%;
}

.warp .solution_content_four{
    background-color: #fff;
}

.warp .solution_content_four .flex_content .content-grid__item{
    width: 282px;
    min-height: 262px;
}

.warp .solution_content_five{
    background: linear-gradient(0, #FFF 0%, #F4F8FF 100%);
}

@media screen and (max-width: 800px) {
    .warp .solution_content_three{
        background: linear-gradient(0, rgba(247, 250, 255, 0.00) 0%, #F7FAFF 100%);
        overflow-y: scroll;
    }
    .warp .solution_content_three img{
        width: unset;
        height: 248px;
    }
}