.c-title {
    text-align: center;
}

.contacts {
    padding: 2rem;
}

#contacts {
    display: flex;
    flex-direction: column;
    gap: 4rem;
}

hr {
    color: rgb(55,55,55);
    width: 80%;

align-self: center;}

.list {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 1.5rem;
    gap: 0.53rem;
}