/* Custom CSS for consistent service image sizes */
.signle-service-style-10 .thumbnail {
    width: 100%;
    height: 300px;
    overflow: hidden;
    position: relative;
}

.signle-service-style-10 .thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
