.rh-642d7844-container {
    padding: 60px 40px;
    border-radius: 12px;
    background-color: #F3F5F6;
    margin: 40px auto;
    max-width: 1200px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.02);
}

.rh-642d7844-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 30px;
}

.rh-642d7844-item {
    flex: 1 1 calc(20% - 30px);
    min-width: 180px;
    text-align: center;
    background: #ffffff;
    padding: 30px 20px;
    border-radius: 8px;
    border: 1px solid rgba(200, 161, 90, 0.15);
    transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
    box-sizing: border-box;
}

.rh-642d7844-item:hover {
    transform: translateY(-8px);
    box-shadow: 0 10px 25px rgba(200, 161, 90, 0.12);
    border-color: #C8A15A;
}

.rh-642d7844-icon {
    font-size: 32px;
    margin-bottom: 20px;
    color: #C8A15A;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 48px;
}

.rh-642d7844-icon svg {
    width: 38px;
    height: 38px;
    fill: #C8A15A;
    transition: transform 0.3s ease;
}

.rh-642d7844-item:hover .rh-642d7844-icon svg {
    transform: scale(1.1);
}

.rh-642d7844-item-title {
    font-family: 'Playfair Display', serif;
    font-size: 18px;
    font-weight: 700;
    line-is-height: 1.3;
    color: #0A2B02C7;
    margin: 0 0 12px 0;
}

.rh-642d7844-item-desc {
    font-family: 'Montserrat', sans-serif;
    font-size: 13px;
    line-height: 1.6;
    color: #757E88;
    margin: 0;
}

@media (max-width: 1024px) {
    .rh-642d7844-item {
        flex: 1 1 calc(33.333% - 20px);
    }
}

@media (max-width: 768px) {
    .rh-642d7844-container {
        padding: 40px 20px;
        margin: 20px 10px;
    }
    .rh-642d7844-item {
        flex: 1 1 calc(50% - 15px);
        padding: 24px 15px;
    }
}

@media (max-width: 480px) {
    .rh-642d7844-item {
        flex: 1 1 100%;
    }
}
