.delivery,
.faq {
    margin-bottom: 160px;
}
.delivery h1,
.faq h1 {
    font-family: 'DelaGothicOne', sans-serif;
    font-weight: 400;
    font-size: 64px;
    line-height: 70px;
    margin-bottom: 80px;
}
.delivery .content *,
.faq .content * {
    font-family: 'RobotoCondensed', sans-serif;
    font-weight: 300;
    font-size: 18px;
    line-height: 29px;
}
.delivery .content img {
    width: 100%;
    max-width: 900px;
    margin: 0 auto;
}
.delivery .content ul,
.faq .content ul,
.delivery .content ol,
.faq .content ol {
    margin-left: 18px;
}
.delivery .content ul li,
.faq .content ul li,
.delivery .content ol li,
.faq .content ol li {
    line-height: 36px;
}
@media screen and (max-width: 768px) {
    .delivery h1,
    .faq h1 {
        font-size: 30px;
        line-height: 30px;
    }
}