.we-are-golden {
    background-color: #111;
    color: #fff;
    padding: 60px 20px;
}

.we-are-container {
    max-width: 900px;
    margin: 0 auto;
    text-align: center;
}

.we-are-golden .section-title {
    font-size: 2.5rem;
    letter-spacing: 4px;
    color: #c00;
    margin-bottom: 32px;
}

.we-are-content {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 32px;
}

.we-are-image {
    width: 280px;
    height: 280px;
    object-fit: cover;
    border-radius: 8px;
}

.we-are-text {
    flex: 1;
    min-width: 260px;
    max-width: 480px;
    font-size: 1rem;
    line-height: 1.7;
    color: #e0e0e0;
    margin: 0;
}
