 html {
  scroll-behavior: smooth !important;
}
 .service-link {
            font-size: 18px !important;
        }

        .service-item {
            width: 207px !important;
            background-color: rgb(238, 238, 238)
            /* height: 260px !important; */
        }

        .service-image-block {
            height: 205px !important;
            /* overflow: hidden; */
        }

        .service-image-block img {
            width: 100%;
            height: 100% !important;
            object-fit: cover;
        }
  .service-content {
            
            margin-top: 20 !important;
        }