.about-feature-wrapper {
    position: relative;
    padding-top: 5px;
    padding-bottom: 80px;
    width: 100%;
    background-color: #FAF8F1;
}

.feature-background {
    width: 100%;
}

.img-label-wrapper {
    display: flex;
}

.img-label-wrapper-left {
    width: 40%;
}

.img-label-wrapper-right {
    width: 50%;
}

.dot-number {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background-color: #2a2a2a;
    color: white;
    text-align: center;
    font-weight: bold;
    font-size: 1.15em;
}

.feature-box {
    background-color: var(--basecolor);
    padding-bottom: 3em;
}

.feature-co {
    border-bottom: 1px solid #d6d6d6;
    margin: 0 auto;
    padding-top: 2em;
}

.ti-feature {
    font-size: 1.25em;
    font-weight: 600;
    text-align: left;
    margin: 0 auto;
}

.feature-co .num {
    position: relative;
}

.feature-c {
    width: 36px;
    height: 36px;
    border-radius: 50px;
    background-color: #000;
    color: #fff;
    font-family: nobel, sans-serif;
    font-size: 1.1em;
    margin: 0 auto;
    padding-top: 0.25em;
    text-align: center;
    position: absolute;
    top: 0em;
    left: 0em;
}

.co-sub-txt {
    text-align: left;
}

.feature-co:last-child {
    border-bottom: none;
}

.ab-scene-toptxt {
    font-size: 1.2em;
    font-weight: 600;
    text-align: center;
    margin-bottom: 1.5em;
}

.ab-scene-menu {
    display: block;
    border-bottom: 1px solid #ccc;
}

.ab-scene-menu p {
    text-align: center;
    font-size: 1.05em;
    font-weight: 600;
    color: #333;
    letter-spacing: 0.1em;
    margin: 0;
    padding: 0.8em 0;
    position: relative;
}

.ab-scene-menu a {
    display: block;
}

.ab-scene-menu a:hover {
    color: #ccc;
    opacity: 0.5;
}

.ab-scene-menu i {
    color: #cbcbcb;
}

.ab-scene-menu p.scene-1::before {
    content: " ";
    width: 24px;
    height: 24px;
    position: absolute;
    top: 1em;
    left: 0.5em;
    background-image: url(/img/pop/about/scenes/scene-example-1.png);
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: middle;
}

.ab-scene-menu p.scene-2::before {
    content: " ";
    width: 24px;
    height: 24px;
    position: absolute;
    top: 1em;
    left: 0.5em;
    background-image: url(/img/pop/about/scenes/scene-example-2.png);
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: middle;
}

.ab-scene-menu p.scene-3::before {
    content: " ";
    width: 24px;
    height: 24px;
    position: absolute;
    top: 1em;
    left: 0.5em;
    background-image: url(/img/pop/about/scenes/scene-example-3.png);
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: middle;
}

.ab-scene-menu p.scene-4::before {
    content: " ";
    width: 24px;
    height: 24px;
    position: absolute;
    top: 1em;
    left: 0.5em;
    background-image: url(/img/pop/about/scenes/scene-example-4.png);
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: middle;
}

@media screen and (max-width: 768px) {
    .img-label-wrapper {
        display: block;
    }

    .img-label-wrapper-left {
        width: 100%;
    }

    .img-label-wrapper-right {
        width: 100%;
    }

    .ab-scene-menu p {
        font-size: 0.95em;
    }
}
