.title-contact {
            background: #ffff url('../mages/frame-6557.png') no-repeat !important;
        }

        .contentWrapper {
            display: flex;
            justify-content: center;
            padding: 30px;
            background-color: #f0f0f0;
        }

        .content {
            display: flex;
            padding: 20px;
        }

        .main-content {
            width: 70%;
            margin-right: 20px;
        }

        .main-content h1 {
            color: #007bff;
            font-size: 24px;
        }

        .main-content h2 {
            font-size: 20px;
            margin-top: 20px;
        }

        .main-content p,
        .main-content ul {
            margin: 15px 0;
        }

        .main-content {
            text-align: justify;
        }

        /* Sidebar */
        /* Sidebar */
        .sidebar {
            width: 30%;
            padding: 10px;
            background-color: #f8f8f8;
            border-left: 2px solid #ddd;
            position: sticky;
            top: 60px;
            /* Khoảng cách phía trên khi bắt đầu dính */
            height: fit-content;
            /* Đảm bảo sidebar không kéo dài ra hết chiều cao của cột */
        }


        .sidebar h3 {
            color: #333;
            font-size: 18px;
            margin-bottom: 15px;
        }

        .related-solution {
            display: flex;
            align-items: center;
            margin-bottom: 15px;
        }

        .related-solution img {
            margin-top: -18px ;
            width: 90px;
            height: 60px;
            margin-right: 10px;
            border-radius: 0.5rem;
        }

        .related-solution p {
            font-size: 14px;
            color: #333;
        }

        .elementor-widget-container ul li {
            list-style: circle !important;
            margin-left: 20px;
        }

        .related-solutions {
            margin-top: 40px;
        }

        .related-solutions h2 {
            font-size: 1.8em;
            color: #003366;
            margin-bottom: 20px;
        }

        .related-solutions .solution-item {
            display: inline-block;
            width: 30%;
            margin-right: 1.5%;
            background-color: #fff;
            border-radius: 8px;
            box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
            padding: 10px;
            text-align: center;
            margin-bottom: 20px;
        }

        .related-solutions .solution-item img {
            width: 100%;
            border-radius: 8px;
            margin-bottom: 10px;
        }

        .related-solutions .solution-item h3 {
            font-size: 1.2em;
            color: #333;
            margin: 10px 0;
        }

        .related-solutions .solution-item p {
            font-size: 0.9em;
            color: #666;
            text-align: justify;
        }