.x-content1 { display: flex; padding: 20px 10%; gap: 20px; }
        .left-columnx, .right-columnx {
            flex: 1; background: #fff; padding: 15px;
            border-radius: 8px; height: 300px;
        }
      
        .company-container { height: 200px; overflow: hidden; position: relative; }
      .company-item { padding: 12px 0; border-bottom: 1px dashed #ddd; }
        .company-link { color: #333; text-decoration: none; }
        .company-link:hover { color: #2c3e50; text-decoration: underline; }
        .partner-section { margin-bottom: 20px; }
       
        .partner-img {
            width: 100%; height: 60px; object-fit: contain;
            border: 1px solid #eee; padding: 5px;
        }




.section-title {
            font-size: 18px; margin-bottom: 15px;
            padding-bottom: 10px; border-bottom: 1px solid #eee;
        }
        .company-container { height: 200px; overflow: hidden; position: relative; }
        .company-list { list-style: none; position: absolute; width: 100%; }
        .company-item { padding: 12px 0; border-bottom: 1px dashed #ddd; }
        .company-link { color: #333; text-decoration: none; }
        .company-link:hover { color: #2c3e50; text-decoration: underline; }
        .partner-section { margin-bottom: 20px; }