/* How We Work section styles extracted from yeo.css */

.idea-work {
    padding: 4rem 0 1rem 0;
    background: #0a007e;
    color: #fff;
    background-size: cover;
}

.idea-work-feature-bold {
    color: #00ffd4;
    font-weight: 700;
}

.idea-work-img img {
    width: 300px;
}

.idea-work .idea-work-feature {
    font-weight: 700;
    font-size: 2.5rem;
    line-height: 1.3;
    text-align: center;
}

.idea-work .idea-work-feature:hover {
    box-shadow: 0 8px 32px rgba(0,0,0,0.12);
    transform: translateY(-4px) scale(1.03);
}

@media (max-width: 900px) {
    .idea-work .idea-work-feature {
        padding: 1.2rem 0.7rem;
        min-height: 120px;
    }
} 