/* Custom inline styles extracted from index.html for better maintainability */

/* Reduce gallery box spacing while keeping image sizes */
.gallery-block_one {
    margin-bottom: 15px !important; /* Reduced from 30px */
}

.gallery-block_one-content {
    padding: 15px 20px !important; /* Reduced from 25px */
}

.gallery-block_one-image {
    margin-bottom: 10px !important; /* Reduced from 25px */
}

.gallery-block_one-title {
    margin-bottom: 5px !important;
    font-size: 16px !important; /* Slightly smaller for better fit */
    line-height: 1.2 !important;
}

.gallery-block_one-heading {
    margin-top: 5px !important; /* Reduced from 10px */
    margin-bottom: 8px !important;
}

.service-block_one-more {
    margin-left: 20px !important; /* Reduced from 25px */
    margin-top: 5px !important;
}

/* Ensure images maintain their quality and size */
.gallery-block_one-image img {
    width: 100% !important;
    height: auto !important;
    object-fit: cover !important;
    display: block !important;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .gallery-block_one {
        margin-bottom: 10px !important;
    }
    
    .gallery-block_one-content {
        padding: 12px 15px !important;
    }
    
    .gallery-block_one-image {
        margin-bottom: 8px !important;
    }
    
    .gallery-block_one-title {
        font-size: 14px !important;
    }
} 