.footer-icons {
    display: grid;
    grid-template-columns: 3fr 3.33fr 3.33fr;
    width: min(100%, 70ch);
    gap: 1rem;
}

.footer-icons img {
    width: 100%;
    height: auto;
    display: block;
}

.social-icon {
    width: 30px;
    height: 30px;
    stroke-width: 1.33;
    stroke: #707070;
}
