  .service-image {
            width: 800px;
            height: 400px;
            object-fit: cover;
            border: 1px solid #ccc;
            border-radius: 10px;
            margin-bottom: 20px;
        }

        .small-image {
            width: 300px;
            height: 250px;
            object-fit: cover;
            cursor: pointer;
        }