﻿.home-solutions {
    width: 100%;
    min-height: 500px;
    float: left;
    margin:50px 0;
    background-image:url('../../images/back/image5.png');
    background-size:cover;
    background-position:center center;
    background-repeat:no-repeat;
}
.home-solutions  .items {
    width:100%;
    padding:30px 0;

}
    .home-solutions .items .box{
        width:100%;
        height:350px;
        border-radius:30px;
        border:1px solid #ddd;
        background-color:#fff;
        padding:30px;
        margin:20px 0;
        transition:all .5s;
    }
        .home-solutions .items .box:hover {
            -webkit-box-shadow: 12px 12px 53px -16px rgba(18,2,47,0.71);
        }
    .home-solutions .items .box .icon {
        width:80px;
        height:80px;
        border-radius:50%;
        border:1px solid #ddd;
        display:flex;
        justify-content:center;
        align-items:center;
        margin-bottom:10px;
    }
        .home-solutions .items .box .icon i{
            font-size:22px;
        }
        .home-solutions .items .box .caption {
            width: 100%;
            height: 250px;
            overflow: hidden;
            padding: 10px;
        }
