section {
    text-align: inherit;
}

.grid {
    display: table;
    width: 80%;
    max-width: inherit;
    margin: 50px auto 50px auto;
    opacity: 0;
    transition: all 3s 1s ease;
}

.active .grid {
    display: table;
    width: 80%;
    max-width: inherit;
    margin: 0px auto 50px auto;
    opacity: 1;
    transition: all 3s 1s ease;
}

.grid figure h2 {
    color: #fff;
    font-size: 24px;
    height: 31px;
    overflow: hidden;
}

.grid figure figcaption {
    padding: 30px;
}

figure.effect-kira p {
    color: #333;
    padding-left: 30px;
    font-weight: normal;
}

.grid figure {
    max-width: 600px;
}

figure.effect-kira img {
    width: 100%;
}

h2,
.h2 {
    font-size: 32px;
}

.cho_item {
    font-size: 18px;
    margin-left: 20%;
    margin-top: 70px;
    margin-bottom: 0px;
    border-left: 4px solid #ec7171;
    padding-left: 10px;
    z-index: 1;
    position: relative;
    opacity: 0;
    transition: all 3s .8s ease;
}

.active .cho_item {
    font-size: 18px;
    margin-left: 11%;
    margin-top: 70px;
    margin-bottom: 0px;
    border-left: 4px solid #ec7171;
    padding-left: 10px;
    z-index: 1;
    position: relative;
    opacity: 1;
    transition: all 3s .8s ease;
}

@media (max-width: 768px) {
    .grid {
        width: 90%;
    }

    .cho_item {
        margin-left: 7%;
    }
}

@media (max-width: 500px) {

    h2,
    .h2 {
        font-size: 28px;
    }

    figure.effect-kira p {
        font-size: 18px;
    }

    figure.effect-kira figcaption::before {
        right: 1.5em;
        left: 1.5em;
    }

    figure.effect-kira p {
        padding-left: 15px;
    }
}
