.footer{
    background-color: $primaryColor;
    padding: 10px 0;
    h4{
        font-size: 16px;
        color: $white;
        font-weight: 500;
        line-height: 24px;
        text-align: center;

    }
}