.contacts {
    display: flex;
    gap: 16px;
    flex-direction: row-reverse;

    a {
        text-decoration: none;
        border-bottom: none;
    }
}

h1 {
    font-weight: 700;
    margin-bottom: 8px;
}