.my-services {
    max-width: 100%;
    margin: auto;
}
/*
.slider-item01 {
    text-align: center;
    padding: 10px;
}
*/


.slider-item {
    padding: 10px;
    margin: 0 10px; /* 20px space between items */
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 200px; /* fixed height for all items */
    background: #fff;
    border-radius: 8px;
}



/*
.slider-item img {
    max-width: 100%;
    height: auto;
    border-radius: 10px;

}
*/


.slider-item img {
    max-height: 100%;
    width: auto;
    object-fit: contain;
}



.slider-item h3 {
    font-size: 18px;
    margin-top: 10px;
    color: #333;
}
.imgservice{
    text-align: center;
    overflow: auto;
    height: 250px !important;
}

.slider-img {
    width: 100%;
    height: 100px;
    background-size: cover;
    background-position: center;
    border-radius: 10px;
    
    
}
/* img.imgslider{object-fit: cover;}*/ 

.my-services .slider-item {
    padding: 10px;
    margin: 0px;
    /* margin: 0 10px;*/ /* horizontal spacing = 20px total between items */
    box-sizing: border-box;
}
/*
.my-slider {
    overflow: hidden;
}
*/
.my-services {
    display: flex;
    align-items: center;
}
.textslide {color: #fff; font-size: 14px; font-family: Roboto; }
.textservice{position: relative;
  display: block;
  top: 70%;
  width: 96%;
  padding: 10px;
  background: #7171717a;
  border-radius: 10px;
  min-height:70px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;}
  
.textservice:hover{color: red;}

div.slider-item a div.slider-img {border: 1px solid #ececec; border-radius: 10px;}