.card-header {
            background-color: #3C4B7F !important; /* Dark blue */
            color: white !important; /* White */
            font-weight: bold;
            text-align: center;
        }
        img.help-img {
            max-width: 100%;
            height: auto;
            border-radius: 6px;
            border: 1px solid #ddd;
            box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
            margin-top: 15px;
            margin-bottom: 15px;
        }

        img.help-menu {
            max-width: 150px;
            height: auto;
        }

        img.help-long {
            max-width: 900px;
            height: auto;
        }

        img.help-height {
            width: auto;
            max-height: 800px;
        }

        img.help-short {
            width: auto;
            max-height: 500px;
            margin-right: 20px;
        }

        h6.section-title {
            font-size: 18px;  !important;
            font-weight: bold;
            color: #3C4B7F;  !important;
            margin-top: 25px;
            margin-bottom: 25px;
        }