/* =========================
   PIJAT BAYI PAGE ONLY
========================= */

.pijat-page {
    max-width: 900px;
    margin: 0 auto;
    text-align: center;
}

/* HERO */
.pijat-hero {
    margin-top: 40px;
    margin-bottom: 10px;
}

.pijat-hero img {
    width: 500px;
}

/* CONTENT */
.pijat-content {
    text-align: justify;
    color: #666;
    line-height: 1.9;
    font-size: 14px;
}

.pijat-content h2 {
    margin-bottom: 15px;
    color: #444;
}

/* SPACING PARAGRAF */
.pijat-content p {
    margin-bottom: 22px;
}

/* INDENT PARAGRAF (kayak artikel) */
.pijat-content p {
    text-indent: 30px;
}

/* JUDUL */
.pijat-content h2 {
    margin-bottom: 25px;
    color: #444;
}

/* CTA */
.pijat-cta {
    margin-top: 50px;
    text-align: center;
}

.pijat-cta p {
    margin-bottom: 20px;
}

/* BUTTON */
.btn {
    display: inline-block;
    padding: 12px 28px;
    border-radius: 30px;
    margin: 10px;
    text-decoration: none;
    color: white;
    font-weight: 600;
}

.btn.pink {
    background: #ff3b7c;
}

.btn.light {
    background: #f28cb1;
}

.btn.gold {
    background: #c9a24d;
}

/* DOWNLOAD */
.pijat-download {
    margin-top: 90px;
    text-align: center;
}

.btn.large {
    padding: 14px 40px;
}

/* RESPONSIVE */
@media (max-width: 768px) {

    .pijat-page {
        padding: 0 15px;
    }

    .pijat-hero img {
        width: 220px;
    }

    .pijat-content {
        font-size: 13px;
    }

}
