.ec-wrapper-e2a8563b {
    font-family: inherit;
    width: 100%;
    padding: 20px;
}
.ec-header-e2a8563b {
    text-align: center;
    margin-bottom: 50px;
}
.ec-subtitle-wrapper-e2a8563b {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    margin-bottom: 20px;
}
.ec-subtitle-line-e2a8563b {
    width: 40px;
    height: 1px;
    background-color: #bfa175;
}
.ec-subtitle-e2a8563b {
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #bfa175;
    margin: 0;
}
.ec-title-e2a8563b {
    font-size: 42px;
    font-weight: 400;
    color: #1c2635;
    margin: 0;
    line-height: 1.2;
    font-family: "Times New Roman", Times, serif;
}
.ec-title-e2a8563b i {
    font-style: italic;
    color: #bfa175;
}
.ec-grid-e2a8563b {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
}
.ec-card-e2a8563b {
    background: #ffffff;
    padding: 40px 30px;
    text-align: left;
    box-shadow: 0 4px 15px rgba(0,0,0,0.03);
}
.ec-card-icon-wrapper-e2a8563b {
    width: 48px;
    height: 48px;
    background-color: #f7f3ec;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 30px;
}
.ec-card-icon-e2a8563b {
    font-size: 18px;
    color: #bfa175;
}
.ec-card-icon-e2a8563b svg {
    width: 18px;
    height: 18px;
    fill: #bfa175;
}
.ec-card-title-e2a8563b {
    font-size: 20px;
    font-weight: 400;
    margin: 0 0 15px 0;
    color: #1c2635;
    font-family: "Times New Roman", Times, serif;
}
.ec-card-desc-e2a8563b {
    font-size: 14px;
    line-height: 1.6;
    color: #666666;
    margin: 0;
}

@media (max-width: 1024px) {
    .ec-grid-e2a8563b {
        grid-template-columns: repeat(2, 1fr);
    }
}
@media (max-width: 767px) {
    .ec-grid-e2a8563b {
        grid-template-columns: 1fr;
    }
    .ec-title-e2a8563b {
        font-size: 32px;
    }
}