﻿
.footer {
    background: var(--primary);
    color: var(--white);
    line-height: 26px;
    font-size: 16px;
}
    .footer .footer-masset {
        padding: 45px 0px 45px 0px;
    }

    .footer .footer-title {
        font-size: 20px;
        font-weight: bold;
        margin-bottom: 10px;
        color: var(--secondary);
    }

    .footer svg {
        color: var(--white);
        position: relative;
        bottom: -5px
    }

    .footer .social-network svg {
        font-size: 20px;
    }

    .footer .sub-footer {
        background-color: #324794;
        color: var(--white);
        line-height: 26px;
        font-size: 12px;
        padding: 15px 0px 15px 0px;
    }

    .footer img {
        max-width: inherit;
    }
