.what-we-do-section {
    padding-block: var(--space-xl);
    background: var(--color-surface);
}

.what-we-do-item {
    padding: 2.5rem 0;
    margin-bottom: 2rem;
    border-bottom: 1px solid var(--color-border);
}

.what-we-do-item:last-child {
    border-bottom: none;
}

.what-we-do-item h2 {
    font-size: 1.5rem;
    color: var(--color-primary);
    margin-bottom: 1rem;
}

.what-we-do-item p {
    font-size: 1.125rem;
    line-height: 1.8;
    color: var(--color-text-main);
    white-space: pre-wrap;
}

@media (max-width: 768px) {
    .what-we-do-item {
        padding: 1.5rem 0;
    }
}
