.footer {
    background-color: #0b0b8e;
    color: #fff;
    font-weight: 300;
    padding: 50px 0;
    text-align: center
}

.footer p {
    margin-bottom: 0 !important
}

.rsc {
    grid-gap: 20px;
    display: flex;
    justify-content: center;
    margin-bottom: 10px;
    margin-top: 20px
}

.footer p {
    text-align: center
}

.rsc img {
    filter: grayScale(1);
    max-height: 26px
}

.rsc img:hover {
    filter: grayScale(0)
}

@media(max-width:768px) {
    .footer p {
        font-size: 12px
    }
}