
.feedback-page {
    padding-top: 80px;
}

.feedback-section,
.enquiries-section,
.working-with-us {
    padding: 4rem 0;
}

.feedback-section {
    background-color: var(--light);
}

.contact-details {
    margin-top: 2rem;
    padding: 2rem;
    background: white;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

.contact-person {
    margin-top: 1rem;
    padding-top: 1rem;
    border-top: 1px solid var(--border);
}

@media (max-width: 768px) {
    .philosophy-grid {
        grid-template-columns: 1fr;
    }
}