.ewaste-faq-container-aaee7b74 {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
    align-items: center;
    font-family: sans-serif;
}

.ewaste-faq-left-aaee7b74 {
    flex: 1;
    min-width: 300px;
}

.ewaste-heading-aaee7b74 {
    font-size: 32px;
    font-weight: 800;
    margin-bottom: 30px;
    color: #1a1a1a;
}

.ewaste-faq-item-aaee7b74 {
    border-bottom: 1px solid #ddd;
    padding: 15px 0;
}

.ewaste-faq-title-aaee7b74 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
}

.ewaste-faq-title-aaee7b74 h3 {
    margin: 0;
    font-size: 18px;
    font-weight: 700;
}

.ewaste-faq-icon-aaee7b74 {
    font-size: 24px;
    font-weight: bold;
    position: relative;
    width: 15px;
    height: 15px;
}

.ewaste-faq-icon-aaee7b74::before,
.ewaste-faq-icon-aaee7b74::after {
    content: '';
    position: absolute;
    background-color: #000;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.ewaste-faq-icon-aaee7b74::before {
    width: 15px;
    height: 2px;
}

.ewaste-faq-icon-aaee7b74::after {
    width: 2px;
    height: 15px;
    transition: transform 0.3s ease;
}

.ewaste-faq-item-aaee7b74.active .ewaste-faq-icon-aaee7b74::after {
    transform: translate(-50%, -50%) rotate(90deg);
    opacity: 0;
}

.ewaste-faq-content-aaee7b74 {
    display: none;
    padding-top: 10px;
    color: #555;
    line-height: 1.6;
}

.ewaste-faq-actions-aaee7b74 {
    display: flex;
    gap: 15px;
    margin-top: 30px;
}

.ewaste-btn-aaee7b74 {
    display: inline-block;
    padding: 12px 24px;
    background-color: #a3c959;
    color: #1a1a1a;
    text-decoration: none;
    font-weight: 600;
    border-radius: 30px;
    transition: background-color 0.3s;
}

.ewaste-btn-aaee7b74:hover {
    background-color: #8fb545;
}

.ewaste-faq-right-aaee7b74 {
    flex: 1;
    min-width: 300px;
    position: relative;
}

.ewaste-image-wrapper-aaee7b74 {
    background-color: #1f3d32;
    border-radius: 20px 80px 20px 80px;
    padding: 20px;
    position: relative;
    box-shadow: -10px 10px 0px #e1ecd1;
}

.ewaste-main-image-aaee7b74 {
    width: 100%;
    height: auto;
    border-radius: 10px;
    display: block;
}

.ewaste-question-mark-aaee7b74 {
    position: absolute;
    top: 20%;
    right: 10%;
    font-size: 100px;
    color: #a3c959;
    font-weight: 900;
    line-height: 1;
    text-shadow: 2px 2px 10px rgba(0,0,0,0.2);
}

@media (max-width: 768px) {
    .ewaste-faq-container-aaee7b74 {
        flex-direction: column;
    }
}