.elementor-643 .elementor-element.elementor-element-0e29847{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;}.elementor-643 .elementor-element.elementor-element-1c4f2de{width:100%;max-width:100%;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-1c4f2de */.about-us {
    padding: 80px 20px;
    background: #faf7f2;
}

.about-us .container {
    max-width: 1200px;
    margin: 0 auto;
}

.about-content {
    text-align: center;
    max-width: 900px;
    margin: auto;
}

.subtitle {
    display: inline-block;
    color: #b8860b;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 15px;
}

.about-content h2 {
    font-size: 42px;
    color: #222;
    margin-bottom: 25px;
    line-height: 1.2;
}

.about-content p {
    font-size: 17px;
    line-height: 1.8;
    color: #555;
    margin-bottom: 20px;
}

.about-features {
    display: flex;
    justify-content: center;
    gap: 25px;
    margin-top: 50px;
    flex-wrap: wrap;
}

.feature-box {
    background: #fff;
    padding: 30px;
    min-width: 220px;
    border-radius: 12px;
    box-shadow: 0 5px 20px rgba(0,0,0,0.08);
    transition: 0.3s ease;
}

.feature-box:hover {
    transform: translateY(-5px);
}

.feature-box h3 {
    font-size: 36px;
    color: #b8860b;
    margin-bottom: 10px;
}

.feature-box p {
    margin: 0;
    color: #666;
    font-size: 15px;
}

@media (max-width: 768px) {
    .about-content h2 {
        font-size: 30px;
    }

    .about-features {
        flex-direction: column;
        align-items: center;
    }

    .feature-box {
        width: 100%;
        max-width: 320px;
    }
}/* End custom CSS */