.footer {
    padding: 32px 16px;
    background-color: #0D0D0D;
    color: #ffffff;
    -webkit-margin-before: 0;
    -webkit-margin-after: 0;
    margin-block-start: 0;
    margin-block-end: 0;
}
.footer__info {
    text-align: center;
	font-size: 14px;
	line-height: 18px;
    padding: 0px 10px;
}
.footer__links {
    margin-bottom: 40px;
}
.footer__links a, .footer__links button {
    height: 24px;
    padding: 0 21px;
    font-family: "VodafoneRegular";
    font-size: 18px;
    letter-spacing: 0;
    line-height: 26px;
    cursor: pointer;
    background-color: transparent;
    color: white;
}

@media screen and (max-width: 767px) {
    .footer__info .footer__info {
        font-size: 14px;
        line-height: 18px;
    }
    .footer__info .footer__info > p:first-of-type {
        margin-bottom: 8px;
    }
}
