﻿.footer__container {
    margin: 0;
    background-color: #F7F8F9;
    padding: 16px;
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    line-height: 19.31px;
    text-align: center;
    color: #6B7280;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
}

    .footer__container span,
    .footer__container a {
        font-size: 14px;
        font-weight: 600;
        line-height: 19.31px;
        color: #6B7280;
    }

    .footer__container a {
        color: #1D4ED8;
        text-decoration: none;
        white-space: nowrap;
    }
