.filing__social{
    flex-shrink: 2;
    padding-top: 20px;
    font-size: 1.7rem;
    display: flex;
    column-gap:5px;
    line-height: normal;
    vertical-align: bottom;
}
.filing__social__link{
    color: var(--txt-color-dark);
    text-decoration: none;
}
.filing__social__link:hover{
    text-shadow: 2px 2px 2px #777;
    text-decoration: underline;
}
