.mivico_part{
    border:2px solid #f7f7f7;
    border-radius: 5px;
    min-height: 400px;
}
.service_page_service_item{
  background: #fff !important;
  box-shadow: 2px 5px 10px rgba(0, 0, 0, 0.1) !important;
  border: none !important;
  padding: 55px 30px !important;
  border-bottom: 3px solid #25AAE1!important;
  transition: 0.4s !important;
  border-radius: 4px;
}
.service_page_service_item h3 span{
    height: 70px;
    width: 70px;
    background: #5ca7dc;
    color: #fff !important;
    display: block;
    line-height: 70px;
    font-size: 24px !important;
    border-radius: 50%;
    margin: 0 auto !important;
}
.service_page_service_item:hover{
  background: #25AAE1!important;
}
.service_page_service_item:hover h3 span{
  background: #fff !important;
  color: #25AAE1!important;
}
.service_page_service_item:hover h3{
  color: #fff !important;
}
.service_page_service_item:hover p{
  color: #fff !important;
}
