.contact-icons {
display: flex;
justify-content: start;
flex-direction: row;
}
.contact-icon {
margin: 0 10px;
height: 10px;
}
.footer .contact-icon {
color: #313131;
}
.icon-facebook svg {
fill: #4267b2;
}
.icon-instagram svg {
fill: #cd486b;
}
.icon-youtube svg {
fill: #E10600;
}
@media (max-width: 1024px) {
.contact-icons {
justify-content: center;
}
}