.congetur-about-block {
    font-family: 'Outfit', sans-serif;
    background: #0A1628;
    color: #fff;
    padding: 60px 40px;
    border-radius: 4px;
    text-align: center;
}

.congetur-about-header {
    margin-bottom: 40px;
}

.congetur-about-title {
    font-family: 'Cormorant Garamond', serif;
    font-size: 42px;
    font-weight: 300;
    color: #C5A059;
    margin: 0 0 16px 0;
}

.congetur-about-desc {
    font-size: 16px;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.7);
    max-width: 600px;
    margin: 0 auto;
    font-weight: 300;
}

.congetur-about-pillars {
    display: flex;
    gap: 24px;
    flex-wrap: wrap;
}

.congetur-pillar {
    flex: 1;
    min-width: 250px;
    padding: 32px;
    border-radius: 2px;
    text-align: left;
}

.congetur-pillar h3 {
    font-family: 'Cormorant Garamond', serif;
    font-size: 24px;
    margin: 0 0 12px 0;
}

.congetur-pillar p {
    font-size: 14px;
    line-height: 1.6;
    margin: 0;
    font-weight: 300;
}

.congetur-pillar-energy {
    background: rgba(26, 107, 107, 0.15);
    border: 1px solid rgba(26, 107, 107, 0.3);
}
.congetur-pillar-energy h3 {
    color: #2A9A9A;
}
.congetur-pillar-energy p {
    color: rgba(255, 255, 255, 0.6);
}

.congetur-pillar-prive {
    background: rgba(197, 160, 89, 0.1);
    border: 1px solid rgba(197, 160, 89, 0.2);
}
.congetur-pillar-prive h3 {
    color: #C5A059;
}
.congetur-pillar-prive p {
    color: rgba(255, 255, 255, 0.6);
}