.humburg-contact-grid-b94c2d9a {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 32px;
    max-width: 1140px;
    margin: 0 auto;
    padding: 80px 0;
    font-family: 'PT Sans', sans-serif;
    background-color: #ffffff;
}

@media (max-width: 767px) {
    .humburg-contact-grid-b94c2d9a {
        grid-template-columns: 1fr;
        padding: 80px 20px;
    }
}

.contact-card-b94c2d9a {
    background-color: #ffffff;
    border: 1px solid #e8edf5;
    border-radius: 12px;
    padding: 32px;
    transition: all 0.3s ease;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.contact-card-b94c2d9a:hover {
    box-shadow: 0 8px 24px rgba(0, 27, 77, 0.12);
    transform: translateY(-4px);
}

.card-icon-b94c2d9a {
    width: 60px;
    height: 60px;
    color: #002c77;
    fill: #002c77;
    font-size: 60px;
    margin-bottom: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.card-icon-b94c2d9a svg {
    width: 60px;
    height: 60px;
}

.card-title-b94c2d9a {
    color: #002c77;
    font-size: 22px;
    font-weight: 700;
    margin: 0 0 16px 0;
}

.card-body-b94c2d9a {
    color: #374151;
    font-size: 15px;
    line-height: 1.6;
    margin: 0 0 24px 0;
    flex-grow: 1;
}

.card-link-b94c2d9a {
    color: #ff5800;
    font-size: 15px;
    font-weight: 700;
    text-decoration: none;
    transition: text-decoration 0.2s ease;
    display: inline-block;
    margin-top: auto;
}

.card-link-b94c2d9a:hover {
    text-decoration: underline;
}
