.allergen-scan-section {
    background: #f1f1f1;
    padding: 120px 20px;
    position: relative;
    overflow: hidden;
    margin: 0;
}

.as-content-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 1200px;
    margin: 0 auto;
    flex-wrap: wrap;
    gap: 40px;
}

.as-image-container {
    position: relative;
    flex: 1 1 400px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.as-main-image {
    width: 100%;
    max-width: 480px;
    z-index: 3;
    position: relative;
}

.as-green-bar {
    position: absolute;
    width: 500px;
    height: 40px;
    background-color: #66ff99;
    z-index: 1;
    transform-origin: center;
}



.as-text-block {
    flex: 1 1 400px;
    z-index: 3;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: left;
}

.as-text-block h2 {
    font-size: 2.5rem;
    margin-bottom: 20px;
}

.as-text-block p {
    font-size: 1.1rem;
    color: #444;
    margin-bottom: 40px;
    line-height: 1.6;
}

.as-secondary-image-wrapper {
    max-width: 100%;
    text-align: left;
}

.as-secondary-image {
    max-width: 450px;
    height: auto;
    border-radius: 10px;
    /* box-shadow: 0 6px 16px rgba(0, 0, 0, 0.1); */
}

@media (max-width: 768px) {
    .as-content-wrapper {
        flex-direction: column;
        text-align: center;
    }

    

    .as-text-block {
        text-align: center;
    }

    .bar-1 {
        top: -30px;
        left: 30%;
    }

    .bar-2 {
        bottom: -30px;
        right: 30%;
    }
}