.contact-section {
    padding: 50px 0;
    background-color: #ffffff; /* Fundo rosa muito suave */
}

.contact-title {
    font-size: 32px;
    color: #f06292; /* Rosa suave */
    text-align: left;
    font-weight: bold;
    margin-bottom: 20px;
}

.contact-description {
    font-size: 18px;
    color: #333;
    margin-bottom: 20px;
}

.contact-info {
    list-style: none;
    padding: 0;
    color: #555;
}

.contact-info li {
    font-size: 16px;
    margin-bottom: 12px;
}

.contact-info li strong {
    color: #f06292; /* Rosa suave */
}

.social-icon {
    width: 30px;
    margin-right: 10px;
}

.map-title {
    font-size: 24px;
    color: #f06292; /* Rosa suave */
    font-weight: bold;
    margin-bottom: 20px;
}

.map-container {
    margin-top: 20px;
}

iframe {
    border-radius: 10px; /* Bordas arredondadas no mapa */
}

@media (max-width: 768px) {
    .contact-section {
        padding: 30px 0;
    }

    .contact-title {
        font-size: 28px;
    }

    .map-title {
        font-size: 22px;
    }

    iframe {
        height: 250px;
    }
}
