.solution-car{
    flex: 0 0 100%;
    display: flex;
    overflow: hidden;
    background: #fff;
    border-radius: 14px;
    margin: auto;
    margin-bottom: 30px;
    box-shadow: 0px 6px 20px 0px #EEF4FD;
}

@media (min-width: 768px) {
    .solution-car{
        flex: 0 0 46%;
    }
    .solution-car .left-div{
        padding: 15px !important;
    }

    .solution-car .icon{
        height: 24px !important;
        width: 24px !important;
    }
    
}

@media (min-width: 992px) {
    .solution-car .icon{
        height: 34px !important;
        width: 34px !important;
    }

    .solution-car .left-div{
        padding: 20px !important;
    }
}

.solution-car,img{
    height: 100%;
    width: 53.333%;
}

.solution-car .icon{
    height: 24px;
    width: 24px;
}

.solution-car .left-div{
    /* height: 100%; */
    width: 47.777%;
    padding:20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.solution-car .left-div,h4{
    color: #2591FF;
    font-size: 1rem;
}

.solution-car .left-div,p{
    color: #7A7A7A;
    font-size: rem;
    /* margin-top: 25px; */
}

.solution-car .left-div .bottom{
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}

.solution-head{
    display: flex;
    justify-content: space-between;
    padding-bottom: 40px;
    border-bottom: 1px solid #DEDEDE;
    margin-bottom: 50px;
    /* background: red */
}

.solution-head-img{
   height: 88px;
   width: 88px;
}
