/* ===== INFO ===== */
.contact-grid{
    display:grid;
    grid-template-columns:.9fr 1.1fr;
    gap:60px;
    margin-bottom:110px;
}
.contact-info-label {
    color: #274c4f;
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 18px;
}

.contact-info h2 {
    margin: 0 0 26px;
    color: #152420;
    font-size: 52px;
    line-height: 1.3;
    font-weight: 700;
    letter-spacing: -2px;
}

.contact-info-text {
    margin: 0 0 40px;
    color: #42504b;
    font-size: 18px;
    line-height: 1.9;
}

/* ===== CONTACT ITEMS ===== */

.contact-items {
    display: grid;
    gap: 28px;
}

.contact-item {
    background: #eef3f4;
    border-radius: 22px;
    padding: 28px;
}

.contact-item h3 {
    margin: 0 0 10px;
    color: #152420;
    font-size: 22px;
    line-height: 1.3;
    font-weight: 700;
}

.contact-item p,
.contact-item a {
    margin: 0;
    color: #42504b;
    font-size: 17px;
    line-height: 1.8;
    text-decoration: none;
}
