
.home_dipshikha{
    height: auto;
    justify-items: center;
    width: 100%;
}

.home_dipshikha .main{
    height: auto;
    width: 1130px;
    flex-wrap: wrap;
    justify-content: space-between;
    display: flex;
}

.home_dipshikha .main .img1{
    height: 290px;
    width: 355px;
    overflow: hidden;
    justify-items: center;
    background-image: url(assets/images/about/infastructure/features-images1.png);
    background-size: cover;
}

.home_dipshikha .main .img1 .row1{
    height: auto;
    width: 80%;
    margin-top: 125px;
    transition: .3s;
    color: rgba(255, 255, 255, 0.945);
}

.home_dipshikha .main .img1:hover .row1{
    margin-top: 75px;
    transition: .3s;
}

.home_dipshikha .main .img1 .row2{
    height: auto;
    width: 80%;
    color: rgba(255, 255, 255, 0.945);
    font-family: arial;
    font-size: 20px;
    margin-top: 15px;
}

.home_dipshikha .main .img1 .row3{
    height: auto;
    width: 80%;
    color: rgba(255, 255, 255, 0.945);
    font-family: arial;
    font-size: 15px;
    margin-top: 10px;
    line-height: 25px;
}

.home_dipshikha .main .img1 .row4{
    height: auto;
    width: 80%;
    color: rgba(255, 255, 255, 0.945);
    font-family: arial;
    font-size: 14px;
    margin-top: 15px;
}

.home_dipshikha .main .img1 .row4:hover{
    color: #4FBA6F;
}




.home_dipshikha .main .img2{
    height: 290px;
    width: 355px;
    overflow: hidden;
    justify-items: center;
    background-image: url(assets/images/about/infastructure/features-images2.png);
    background-size: cover;
}

.home_dipshikha .main .img2 .row1{
    height: auto;
    width: 80%;
    margin-top: 125px;
    transition: .3s;
    color: rgba(255, 255, 255, 0.945);
}

.home_dipshikha .main .img2:hover .row1{
    margin-top: 75px;
    transition: .3s;
}

.home_dipshikha .main .img2 .row2{
    height: auto;
    width: 80%;
    color: rgba(255, 255, 255, 0.945);
    font-family: arial;
    font-size: 20px;
    margin-top: 15px;
}

.home_dipshikha .main .img2 .row3{
    height: auto;
    width: 80%;
    color: rgba(255, 255, 255, 0.945);
    font-family: arial;
    font-size: 15px;
    margin-top: 10px;
    line-height: 25px;
}

.home_dipshikha .main .img2 .row4{
    height: auto;
    width: 80%;
    color: rgba(255, 255, 255, 0.945);
    font-family: arial;
    font-size: 14px;
    margin-top: 15px;
}

.home_dipshikha .main .img2 .row4:hover{
    color: #4FBA6F;
}



.home_dipshikha .main .img3{
    height: 290px;
    width: 355px;
    justify-items: center;
    overflow: hidden;
    background-image: url(assets/images/about/infastructure/features-images3.png);
    background-size: cover;
}

.home_dipshikha .main .img3 .row1{
    height: auto;
    width: 80%;
    margin-top: 125px;
    transition: .3s;
    color: rgba(255, 255, 255, 0.945);
}

.home_dipshikha .main .img3:hover .row1{
    margin-top: 75px;
    transition: .3s;
}

.home_dipshikha .main .img3 .row2{
    height: auto;
    width: 80%;
    color: rgba(255, 255, 255, 0.945);
    font-family: arial;
    font-size: 20px;
    margin-top: 15px;
}

.home_dipshikha .main .img3 .row3{
    height: auto;
    width: 80%;
    color: rgba(255, 255, 255, 0.945);
    font-family: arial;
    font-size: 14px;
    margin-top: 10px;
    line-height: 25px;
}

.home_dipshikha .main .img3 .row4{
    height: auto;
    width: 80%;
    color: rgba(255, 255, 255, 0.945);
    font-family: arial;
    font-size: 14px;
    margin-top: 15px;
}

.home_dipshikha .main .img3 .row4:hover{
    color: #4FBA6F;
}

