.as-wrapper-f9697bc0 {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
}

.as-col-left-f9697bc0 {
    flex: 1 1 50%;
    min-width: 300px;
}

.as-col-right-f9697bc0 {
    flex: 1 1 40%;
    min-width: 300px;
}

.as-heading-f9697bc0 {
    margin-top: 0;
    margin-bottom: 20px;
}

.as-desc-f9697bc0 {
    margin-bottom: 30px;
    line-height: 1.6;
}

.as-image-f9697bc0 {
    width: 100%;
    height: auto;
    object-fit: cover;
    display: block;
}

.as-accordion-f9697bc0 {
    border: 1px solid #ddd;
    border-bottom: none;
}

.as-acc-item-f9697bc0 {
    border-bottom: 1px solid #ddd;
}

.as-acc-header-f9697bc0 {
    padding: 15px 20px;
    cursor: pointer;
    display: flex;
    align-items: center;
    background: #fff;
    transition: background 0.3s ease;
}

.as-acc-header-f9697bc0:hover {
    background: #f9f9f9;
}

.as-acc-icon-f9697bc0 {
    margin-right: 15px;
    font-size: 20px;
    font-weight: bold;
    line-height: 1;
    width: 15px;
    text-align: center;
}

.as-acc-icon-f9697bc0::before {
    content: "+";
}

.as-acc-item-f9697bc0.active .as-acc-icon-f9697bc0::before {
    content: "−";
}

.as-acc-title-f9697bc0 {
    margin: 0;
    font-size: 16px;
    font-weight: normal;
}

.as-acc-content-f9697bc0 {
    padding: 15px 20px;
    background: #fff;
    border-top: 1px solid #ddd;
    line-height: 1.6;
}
