.service{
    text-align: center;
    color: #38868A;
    margin-top: 30px;
    /* font-weight: bold; */
    margin-bottom: 30px;


}

.service-item img{
    height: 200px;
    width: 300px;
    /* text-align: center; */
    box-shadow: 0 8px 8px 0 rgba(0, 0, 0, 0.4), 0 8px 20px 0 rgba(0, 0, 0, 0.3);
    border-radius: 40px;
    
}

.service-item img:hover {
    opacity: .5;
}

.service-item{
    color: #38868A;
    text-align: center;
    /* padding-top: 20px; */

}
.service-links{
    color: #38868A;
}

.service_view1{
    display: flex;
    text-align: center;
    justify-content: space-evenly;
    /* margin: 40px; */
    
}
.service_view2{
    display: flex;
    text-align: center;
    /* justify-content: space-evenly; */
    /* margin: 40px; */
    
}

@media(max-width:1000px){
    .service_view1{
        display: inline;
    }

    .about{
        justify-self: center;
        display: inline;
        color: white;
        background: #38868A;
        
    }

    .about_img{
       margin-left: 80px;
       margin-bottom: 20px;
       /* margin-right: 130px; */
    }
    .service-item img{
         height: 200px;
        width: 300px;

    }

}