.footer {
    border-top: 1px solid rgba(255, 255, 255, 0.19);
    padding: 50px 0;
}

.footer p {
    opacity: .5;
    font-family: 'Gilroy-Light';
}

.footer .container {
    display: flex;
    line-height: 165%;
    justify-content: space-between;
}

.privacy__policy {
    color: #fff;
    opacity: .5;
    text-decoration: none;
    font-family: 'Gilroy-Light';
}
.privacy__policy:hover {
    text-decoration: underline;
}