::-webkit-scrollbar {
    width: 0;
}

.item-icon {
    width: 20px;
    height: auto;
    margin-right: 10px;
}

.ab-container {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

.ab-title-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 140px;
    margin-bottom: 20px;
    width: 100%;
    max-width: 1300px;
    margin-left: auto;
    margin-right: auto;
}

.ab-logo {
    height: auto;
    max-width: 50px;
    margin-right: 10px;
}

.ab-title {
    font-size: 40px;
    color: #ef7f1a;
    margin: 0;
    flex-grow: 1;
}

.ab-split-layout {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
    max-width: 1300px;
    margin: 40px auto;
    gap: 40px;
}

.ab-left-content {
    flex: 1.2;
    font-size: 20px;
    text-align: left;
    background-color: #f0f0f0;
    padding: 30px;
    border-radius: 15px;
}

.ab-image-box {
    flex: 1.8;
    max-width: 800px;
    border-radius: 15px;
    overflow: hidden;
}

.ab-image-box img {
    width: 100%;
    height: auto;
    display: block;
}


.ablogo-right {
    max-width: 200px;
    height: auto;
}


@media (max-width: 768px) {

    .ab-split-layout {
        flex-direction: column;
        align-items: center;
    }

    .ab-left-content,
    .ab-image-box {
        width: 100%;
        max-width: 100%;
    }
}
