.contact-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: start;
}

.contact-info {
    text-align: left;
}

.info-group {
    margin-bottom: 35px;
}

.info-group:not(:last-child) {
    border-bottom: 1px solid #e0e0e0;
    padding-bottom: 35px;
}

.info-group h3 {
    color: #284139;
    font-size: 20px;
    margin-bottom: 15px;
    font-weight: 600;
}

.info-group p {
    color: #666;
    line-height: 1.6;
    margin-bottom: 8px;
}

.info-group a {
    color: #284139;
    text-decoration: none;
}

.hours-table {
    width: 100%;
    border-collapse: collapse;
}

.hours-table tr {
    border-bottom: 1px solid #eee;
}

.hours-table td {
    padding: 8px 0;
    color: #666;
}

.hours-table td:first-child {
    font-weight: 500;
    color: #284139;
}

/* Contact section */
.contact {
    padding: 80px 0;
    background-color: white;
}

.contact-content {
    display: flex;
    gap: 40px;
}

.contact-info {
    flex: 1;
}

.contact-form {
    flex: 1;
}

.contact-info h3 {
    color: #2c3e50;
    margin-bottom: 20px;
}

.contact-info p {
    margin-bottom: 10px;
}

.form-group {
    margin-bottom: 20px;
}

.form-group label {
    display: block;
    margin-bottom: 5px;
    font-weight: 500;
}

.form-group input,
.form-group textarea {
    width: 100%;
    padding: 12px;
    border: 1px solid #ddd;
    border-radius: 4px;
    font-size: 1rem;
}

.form-group textarea {
    min-height: 120px;
}

.section-title-contact{
    font-size: 32px;
    text-align:center;
    margin-bottom: 15px;
}
