.elementor-3 .elementor-element.elementor-element-749c5588{--display:flex;}/* Start custom CSS for container, class: .elementor-element-749c5588 */.tc-wrapper {
        max-width: 900px;
        margin: 40px auto;
        padding: 0 20px;
        font-family: 'Nunito', sans-serif;
        color: #333;
        line-height: 1.7;
    }

    .tc-title {
        font-size: 36px;
        font-weight: 800;
        text-align: center;
        color: #001C54;
        margin-bottom: 10px;
    }

    .tc-subtitle {
        font-size: 18px;
        text-align: center;
        max-width: 800px;
        margin: 0 auto 40px auto;
        color: #444;
    }

    .tc-section {
        background: #ffffff;
        padding: 25px;
        margin-bottom: 25px;
        border-radius: 12px;
        border: 1px solid #e4e4e4;
        box-shadow: 0 4px 15px rgba(0,0,0,0.06);
    }

    .tc-section h2 {
        font-size: 20px;
        font-weight: 700;
        color: #0055BB;
        margin-bottom: 15px;
        display: flex;
        align-items: center;
        gap: 8px;
    }

    .tc-section p {
        margin-bottom: 12px;
    }

    @media (max-width: 768px) {
        .tc-title { font-size: 28px; }
        .tc-section { padding: 20px; }
    }/* End custom CSS */