.social__link {
    width: 55px;
    height: 55px;
    transition: all 0.35s ease;
}

.social__link:hover {
    transform: scale(1.1);
}

