.block-purchase-text,
.block-purchase-text p {
    font-family: "Geologica", "Futura New", Arial, sans-serif;
    font-weight: 300;
    font-size: 22px;
    line-height: 24px;
    color: #000;
}
.block-purchase-text {
    margin-bottom: 120px;
}
.block-purchase-text p {
    margin-bottom: 0;
}
.block-purchase-text p+p {
    margin-top: 40px;
}
.block-purchase-text h2 {
    text-transform: uppercase;
    color: #FF4B04;
    font-family: "Geologica", "Futura New", Arial, sans-serif;
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 20px;
}
.block-purchase-text.uf_bottom {
    margin-top: 120px;
}

@media (max-width: 800px) {
    .block-purchase-text, .block-purchase-text p {
        font-size: 16px;
    }
    .block-purchase-text h2 {
        font-size: 24px;
    }
    .block-purchase-text {
        margin-bottom: 80px;
    }
    .block-purchase-text p+p {
        margin-top: 20px;
    }
    .block-purchase-text.uf_bottom {
        margin-top: 80px;
        margin-bottom: 40px;
    }
}