﻿.contact-container {
    padding: 8rem 10% 5rem;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 60vh;
}

.contact-info {
    background: var(--primary-green);
    color: white;
    padding: 4rem;
    border-radius: 40px;
    max-width: 600px;
    width: 100%;
    text-align: center;
    box-shadow: 0 20px 50px rgba(45, 90, 39, 0.15);
}

.contact-info h2 {
    margin-bottom: 2rem;
    font-size: 2.5rem;
    font-weight: 800;
}

.info-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
    margin-bottom: 2.5rem;
}

.info-item i {
    font-size: 1.5rem;
    background: rgba(255, 255, 255, 0.2);
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}
