.contact {
    text-align: center;
    display: flex;
    background-color: var(--secondary-color);
    margin-top: 100px;
}

.contact div {
    width: 50%;
}

.contact img {
    width: 70px;
    height: auto;
}