/* Promo strip — used by privacy-policy/index.html */
.offer {
    line-height: 1.8;
    background-color: #fe9d4e;
    font-size: 12px;
    letter-spacing: 1px;
    color: #ffffff;
    text-transform: capitalize;
}
.offer p {
    font-size: 0.9rem;
    font-family: "Lato", sans-serif;
    font-weight: 700;
    text-transform: capitalize;
}
