.contact {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 40px;
}

.contact h1 {
    font-size: 40px;
    margin: 18px 0 28px;
    color: var(--primary-color);
    text-transform: uppercase;
}

.contact h2 {
    display: none;
}

.contact .tab {
    display: flex;
    justify-content: center;
}

.contact .actions {
    border-top: none;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
}