/* ==========================================================
   Hanna Ried – Engineering Insight Article Styles
========================================================== */

.insight-container {
    max-width: 900px;
    margin: 100px auto 120px auto;
    padding: 0 24px;
}

/* =========================
   Main Title
========================= */

.insight-container h1 {
    font-size: 44px;
    font-weight: 700;
    line-height: 1.25;
    margin-bottom: 40px;
    letter-spacing: -0.5px;
}

/* =========================
   Section Titles
========================= */

.insight-container h2 {
    font-size: 28px;
    font-weight: 600;
    margin-top: 60px;
    margin-bottom: 20px;
    border-left: 4px solid #e1111a; /* PB Swiss Red */
    padding-left: 14px;
}

.insight-container h3 {
    font-size: 22px;
    font-weight: 600;
    margin-top: 40px;
    margin-bottom: 16px;
}

/* =========================
   Article Body
========================= */

.insight-content {
    font-size: 18px;
    line-height: 1.9;
    color: #e6e6e6;
}

.insight-content p {
    margin-bottom: 22px;
}

/* =========================
   Lists
========================= */

.insight-content ul {
    margin: 24px 0 32px 28px;
    padding-left: 10px;
}

.insight-content li {
    margin-bottom: 12px;
}

/* =========================
   Bold / Emphasis
========================= */

.insight-content strong {
    color: #ffffff;
    font-weight: 600;
}

/* =========================
   Horizontal Line
========================= */

.insight-content hr {
    margin: 50px 0;
    border: none;
    border-top: 1px solid #333;
}

/* =========================
   Responsive
========================= */

@media (max-width: 768px) {
    .insight-container {
        margin: 80px auto;
    }

    .insight-container h1 {
        font-size: 32px;
    }

    .insight-container h2 {
        font-size: 22px;
    }

    .insight-content {
        font-size: 16px;
    }
}