
/*--------------------------------------------------------------
# Services Section
--------------------------------------------------------------*/
.services_service_style4 {
  padding: 60px 0;
}
.services_service_style4 .service-item {
    box-shadow: 0px 5px 90px 0px rgb(255 255 255 / 0%);
    padding: 60px 30px;
    transition: all ease-in-out 0.3s;
    border-radius: 0;
    border: 1px solid #d6d3d3;
    height: 100%;
    text-align: center;
    border-radius: 15px;;
  }
  
  .services_service_style4 .service-item .icon {
    text-align: center;
    margin: 0;
    width: 73px;
    height: 73px;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
  
    font-size: 28px;
    transition: ease-in-out 0.3s;
    margin: auto;
    margin-bottom: 20px;
  }
  
  .services_service_style4 .service-item h3 {
    font-weight: 600;
    margin: 10px 0 15px 0;
    font-size: 18px;
    transition: ease-in-out 0.3s;
    margin-bottom: 10px;
  }
  
  .services_service_style4 .service-item p {
    line-height: 24px;
    font-size: 14px;
    margin-bottom: 0;
  }
  

  .services_service_style4  .service-item.position-relative:hover {
    color: white;
    background: var(--primary-color);
}