footer {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    background: var(--bg);
    padding: 20px 20px;
    gap: 20px;
    border-top: 2px solid var(--bord);
}

/*#closeSocialModal {*/
/*    position: absolute;*/
/*    top: 10px;*/
/*    right: 15px;*/
/*    cursor: pointer;*/
/*}*/

footer a, footer p {
    color: var(--text);
    font-size: 16px;
}

.modrepmsc-f-main {
    display: flex;
    width: 100%;
    justify-content: space-around;
}

@media(max-width: 768px) {
    footer {
        padding: 20px 20px;
    }
    .modrepmsc-f-main {
        display: flex;
        width: 100%;
        justify-content: space-around;
        flex-direction: column;
        align-items: center;
        text-align: center;
        gap: 10px;
    }
}
