.hero-description {
        font-size: 18px;
        color: rgba(255, 255, 255, 0.9);
        margin-top: 20px;
        line-height: 1.6;
        max-width: 600px;
    }
    
  
 
    
  

    
    @media (max-width: 768px) {
        .hero-description {
            font-size: 16px;
            margin-top: 15px;
        }
        
        .hero-image-tags {
            gap: 10px;
        }
        
        .hero-image-tags a {
            font-size: 12px;
            padding: 6px 12px;
        }
    }

.fun-facts img {
    max-width: 80px;
    margin-bottom: 15px;
}