.socials {
    display: grid;
    width: 100%;
    grid: 1fr / repeat(3, 3fr);
    gap: 1rem;
}

.socials-contain {
    /* background-color: #e6e6e6; */
    padding: 1rem;
    border-left: #e6e6e6 1px solid;
}

.ablogo {
    width: 2rem;
    height: 2rem;
    align-self: center;
}

.c74logo {
    width: 2rem;
    height: 2rem;
    align-self: center;
}

.fblogo {
    width: 1.2rem;
    height: 1.2rem;
    align-self: center;
}

.twlogo {
    width: 1rem;
    height: 1rem;
    align-self: center;
}

.emaillogo {
    width: 1.3rem;
    height: 1.3rem;
    align-self: center;
}

.logo-container {
    display: inline-flex;
    align-content: center;
    color:#000000 !important;
}