/* Center the feedback text and adjust spacing */
.contact-links {
    text-align: center;
    margin: 100px 0; /* Same top and bottom margin */
}

.contact-links h4 {
    font-weight: bold;
    font-size: 1.8em;
    margin-bottom: 20px;
}

.contact-links p {
    font-size: 1.2em;
    color: #666;
    margin-bottom: 20px;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

/* Align Map and Form */
.contact-map {
    margin-top: 40px;
    margin-bottom: 20px;
}

.contact-form .form-group {
    margin-bottom: 15px;
}

.contact-form button {
    margin-top: 15px;
}

@media only screen and (max-width: 768px) {
    .contact-links, .contact-form {
        margin-top: 20px;
    }

    #google-map {
        margin-top: 20px;
    }
}
