.page-contact-form {
    display: flex;
    justify-content: center;
    background: var(--darkColor);
    color: var(--lightColor);
    padding: 20px;
}
.contact-social {
    text-align: center;
    font-size: 20px;
}
.contact--social-list {
    list-style-type: none;
    display: flex;
    justify-content: center;
    margin: 0;
    padding: 0;
}

.contact--social-img {
    width: 100px;
    margin-top: 20px;
}

.contact--social-item-link {
    display: flex;
    flex-direction: column;
}

@media (min-width:1025px) {
    .page-contact-form > .form {
        width: 50%;
        margin: auto;
    }
}