/*
Theme Name: Foundation Child
Description: Business Name
Template: foundation-parent
Version: 1.0.0
*/
.primary-header .nav-col .info-row .social {
    column-gap: .3em;
}
.content-section .image-col .image {
    background-attachment: scroll;
}
.ip-brands {
    justify-content: center;
    gap: 20px;
}
a {
    color: var(--color-2);
}
a:hover{
    color: var(--color-1);
}