/* Page Contact - Style McDonald's simple */

.contact-container {
    max-width: 900px;
    margin: 0 auto;
    padding: 60px 20px;
}

.contact-title {
    font-size: 2.5rem;
    font-weight: 700;
    color: #292929;
    margin: 0 0 40px;
    text-align: center;
}

.contact-content {
    line-height: 1.8;
}

.contact-content p {
    margin-bottom: 25px;
}

.contact-content strong {
    display: block;
    font-weight: 700;
    color: #292929;
    margin-top: 30px;
    font-size: 1.1rem;
}

.contact-content a {
    color: #FFC72C;
    text-decoration: none;
}

.contact-content a:hover {
    text-decoration: underline;
}

@media (max-width: 768px) {
    .contact-container {
        padding: 40px 20px;
    }

    .contact-title {
        font-size: 2rem;
    }
}


