.solutionpage{
    margin-top: 150px;
    text-align: center;
    background-color: black;
}






/* homesolution */
.homesolutionimginfo{
    color: white;
    text-align: center;
    width: 33%;
    padding: 40px;
    background: rgb(103, 103, 138);
    border-radius: 30px;
    transition: 1s;
}
.homesolutionimginfo:hover{
    transform: translateY(-25px);
    box-shadow: rgb(38, 57, 77) 0px 20px 30px -10px;
}
.contaent-h-solution{
    width: 100%;
    display: flex;
    justify-content: space-evenly;
    gap: 20px;
    margin-bottom: 40px;
    
}


.soluinfo{
    padding-top: 30px;
}

.homesolution{
    text-align: center;
    background: white;
}

@media(max-width:800px){
    .contaent-h-solution{
        width: 100%;
        display: inline; 
        align-items: center;
        justify-content: space-evenly;
        /* gap: 20px; */
        margin-bottom: 40px;
        text-align: center;
    }
    .homesolutionimginfo{
        color: black;
        text-align: center;
        /* margin-left: 40px; */
        width: 100%;
        padding: 40px;
        background: rgba( 117, 143, 201, 0.6 );
        box-shadow: 0 8px 32px 0 rgba( 31, 38, 135, 0.37 );
        backdrop-filter: blur( 14px );
        -webkit-backdrop-filter: blur( 14px );
        border-radius: 10px;
        border: 1px solid rgba( 255, 255, 255, 0.18 );
        margin-bottom: 20px;
        
    }

}