#contato {
    background-color: #f8f9fa;
}

#contato .section-title {
    font-size: 2rem;
    font-weight: bold;
    color: #343a40;
    margin-bottom: 1rem;
}

#contato .section-description {
    font-size: 1.2rem;
    color: #6c757d;
}

#contato .contact-title {
    font-size: 1.75rem;
    font-weight: bold;
    color: #343a40;
    margin-bottom: 1.5rem;
}

#contato .contact-info {
    font-size: 1.1rem;
    color: #495057;
}

#contato .contact-info .card {
    background-color: #fff;
    border: 1px solid #fff;
    border-radius: 8px;
    padding: 20px;
    margin-bottom: 1rem;
    display: flex;
    display: flex;
    flex-direction: row;
}

#contato .contact-info .card i {
    font-size: 1.5rem;
    color: #343a40;
    float: left;
    margin: auto 15px auto 0;
}

#contato .contact-info .card-content {
    display: flex;
    flex-direction: column;
    float: left;
}

#contato .contact-info .card-content .contact-label {
    font-weight: bold;
    color: #343a40;
}

#contato .map-container {
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    height: 100%;
}

@media (min-width: 768px) {
    #contato .row {
        height: 100%;
    }
    #contato .col-md-5:first-child {
        height: 100%;
    }
}
