.footer {
    font-family: "Rubik";
    line-height: 1.18;
    letter-spacing: 1.7px;
}

.footer-bl {
    padding-top: 80px;
    padding-bottom: 80px;
    background-color: #2b1096;
    color: #ffffff;
}

.footer-title {
    font-size: 20px;
    font-weight: 500;
    padding-bottom: 8px;
}

.footer-text {
    font-size: 17px;
}

.footer-link {
    color: #ffffff;
    text-decoration: underline;
}

.footer-link:hover, .footer-link:focus {
    color: #ffffff;
    text-decoration: none;
}

.instagram a {
    font-size: 17px;
    color: #ffffff;
    text-decoration: none;
}

.ins-wh {
    height: 17px;
    margin-right: 5px;
}

.arrow-d-wh {
    height: 7px;
}

.arrow-r-wh {
    height: 10px;
}

/* Footer white policy section */

.footer-wh {
    padding: 20px 0;
    color: #16202d;
    background-color: #f5f5f5;
}

.terms, .terms a, .terms a:hover, .terms a:focus {
    font-size: 17px;
    font-weight: 500;
    line-height: 1.76;
    letter-spacing: 0.34px;
    color: #16202d;
    text-decoration: none;
}


