.contacts {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.contacts img {
    inline-size: 30px;
}

.contacts-content {
    display: flex;
    gap: 10px;
    justify-content: center;
}

.contacts h2 {
    margin-bottom: 40px;
}