.industry-reports-section {
    font-family: Arial, Helvetica, sans-serif;
    background: #f8f9fb;
    padding: 50px 0;
    color: #333;
}

.industry-reports-section .container {
    max-width: 1200px;
    margin: auto;
    padding: 0 20px;
}

.content-block {
    background: #ffffff;
    border-radius: 8px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
    padding: 30px;
    margin-bottom: 30px;
}

.content-block h2 {
    font-size: 26px;
    color: var(--accent-color);
    margin-bottom: 15px;
    font-weight: 600;
}

.content-block h3 {
    font-size: 20px;
    margin-top: 20px;
    color: #333;
    font-weight: 600;
}

.content-block p {
    font-size: 16px;
    line-height: 1.7;
    color: #555;
}

.content-block ul {
    margin: 15px 0;
    padding-left: 20px;
}

.content-block ul li {
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 8px;
    position: relative;
}

