.services{

}

.serviceContainer{

}
 
.serviceBody{
/* background-color: rgb(237, 235, 238); */
padding: 2rem;
}

.serviceBlock{
background-color: rgb(255, 255, 255);
border-radius: 1rem;
}

.serviceBox{
    /* background-color: aquamarine; */
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    text-align: center;
    border-radius: 1rem;
    box-shadow: 10px 5px 8px 2px rgba(0, 0, 0, 0.5);
  
}

.serviceBox img{
    width: 100%;
    height: auto;
    aspect-ratio: 16/9;
    object-fit: cover;
    margin-bottom: 1rem;
    border-top-left-radius: 1rem;

}

.serviceBox h4{
     margin-bottom: 0.5rem;
}

.serviceBox p{
    margin-bottom: 4rem;
}