.fg-container-55a9d870 {
    font-family: inherit;
    padding: 40px 20px;
}

.fg-header {
    text-align: center;
    margin-bottom: 60px;
}

.fg-kicker-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    margin-bottom: 15px;
}

.fg-kicker {
    font-size: 14px;
    letter-spacing: 2px;
    color: #a48b61;
    text-transform: uppercase;
    margin: 0;
    font-weight: 500;
}

.fg-line {
    height: 1px;
    width: 30px;
    background-color: #a48b61;
}

.fg-heading {
    font-size: 42px;
    line-height: 1.2;
    color: #1a2b3c;
    margin: 0;
    max-width: 800px;
    margin: 0 auto;
    font-weight: 400;
}

.fg-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 30px;
    max-width: 1200px;
    margin: 0 auto;
}

.fg-card {
    background: #ffffff;
    padding: 40px 30px;
    text-align: left;
    box-shadow: 0 4px 15px rgba(0,0,0,0.05);
}

.fg-icon-wrap {
    width: 40px;
    height: 40px;
    background: #fdfaf4;
    color: #a48b61;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 25px;
    font-size: 18px;
    border: 1px solid #eee;
}

.fg-icon-wrap svg {
    width: 20px;
    height: 20px;
    fill: #a48b61;
}

.fg-title {
    font-size: 20px;
    color: #1a2b3c;
    margin-top: 0;
    margin-bottom: 15px;
    font-weight: 500;
}

.fg-desc {
    font-size: 15px;
    color: #666;
    line-height: 1.6;
    margin: 0;
}