.consultancy-section {
    padding: 60px 20px;
    background: #f9f9f9;
    font-family: 'Poppins', sans-serif;
}

.consultancy-section .section-title {
    font-size: 2.5rem;
    text-align: center;
    color: #136b0b;
    margin-bottom: 30px;
    font-weight: 700;
}

.consultancy-points {
    max-width: 800px;
    margin: 0 auto 30px auto;
    padding: 0;
    list-style-type: disc;
    color: #333;
    font-size: 1.05rem;
    line-height: 1.8;
}

.consultancy-points li {
    margin-bottom: 12px;
    padding-left: 20px;
}

.consultancy-note {
    max-width: 800px;
    margin: 0 auto;
    background: #ffffff;
    padding: 25px;
    border-left: 4px solid #136b0b;
    box-shadow: 0 0 10px rgba(0,0,0,0.05);
    font-size: 1.05rem;
    line-height: 1.8;
    color: #444;
}
