.eg-container-534b41b3 {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
    color: #ffffff;
    max-width: 1400px;
    margin: 0 auto;
    box-sizing: border-box;
}

.eg-header-534b41b3 {
    margin-bottom: 60px;
    max-width: 800px;
}

.eg-pretitle-534b41b3 {
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 600;
    margin-bottom: 20px;
    position: relative;
    padding-left: 30px;
}

.eg-pretitle-534b41b3::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 20px;
    height: 1px;
    background-color: currentColor;
}

.eg-title-534b41b3 {
    font-size: 38px;
    font-weight: 500;
    line-height: 1.25;
    margin: 0 0 20px 0;
}

.eg-subtitle-534b41b3 {
    font-size: 16px;
    line-height: 1.6;
    margin: 0;
    opacity: 0.8;
}

/* Grid Layout matching the fine lines in the image */
.eg-grid-534b41b3 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    border-left: 1px solid rgba(255, 255, 255, 0.08);
}

.eg-item-534b41b3 {
    padding: 60px;
    border-right: 1px solid rgba(255, 255, 255, 0.08);
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

.eg-icon-wrapper-534b41b3 {
    margin-bottom: 30px;
    display: inline-flex;
}

.eg-icon-534b41b3 {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 12px;
    border-radius: 4px;
    border: 1px solid rgba(0, 212, 255, 0.2);
    background-color: rgba(0, 212, 255, 0.05);
}

.eg-item-title-534b41b3 {
    font-size: 22px;
    font-weight: 500;
    margin: 0 0 15px 0;
    line-height: 1.3;
}

.eg-item-desc-534b41b3 {
    font-size: 14px;
    line-height: 1.6;
    margin: 0;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .eg-grid-534b41b3 {
        grid-template-columns: 1fr;
        border-left: none;
    }
    
    .eg-item-534b41b3 {
        padding: 40px 20px;
        border-right: none;
    }
    
    .eg-title-534b41b3 {
        font-size: 28px;
    }
}
