/* LIST-IMAGE SECTION TYPE */

.list-image h2 {
    z-index: 200;

    position: relative;
}

section ul.checkmark li {
    display: flex;
    flex-direction: row;
    margin-left: 0;
    max-width: initial;
    margin: 2rem;
}

section ul.checkmark li img {
    width: 100%;
    max-width: 50px;
    height: auto;
    margin: 0 2rem auto 0;
    transition: filter 0.1s ease;
    align-self: center;
}
html.dark section ul.checkmark li img {
    filter: invert(1);
}
section ul.checkmark li .wrap p {
    margin-top: 0.2rem;
    font-size: 0.9rem;
}

section ul.checkmark li h3 {
    margin-top: 0;
    font-size: 1.2rem;
}

section.list-image .t-i--image--out img {
    position: absolute;
    width: auto;
    transform: translateY(0%);
    top: 0%;
    max-height: 80vh;
    height: 100%;
}
.list-image .t-i--image--out {
    position: relative;
}

@media (max-width: 1002px) {
    .list-image ul.checkmark {
        text-align: center;
        display: flex;
        flex-wrap: wrap;
    }
    .list-image ul.checkmark li {
        text-align: center;
        margin: 0 auto;
    }
    .list-image ul.checkmark li:before {
        position: relative;
        display: block;
        margin: 1rem auto 0 auto;
    }
}

@media (max-width: 1020px) {
    /* section ul.checkmark li {
        flex-wrap: wrap;
        margin: 1rem 0;
    }
    section ul.checkmark li img {
        max-width: 75px;
        padding-bottom: 1rem;
    } */

    section ul.checkmark li img {
        max-width: 75px;
        margin: 2rem auto 1rem auto;
    }
    section ul.checkmark li {
        flex-wrap: wrap;
        margin: 1rem auto;
        width: 100%;
        max-width: 500px;
    }
    section ul.checkmark .wrap {
        width: 100%;
        text-align: center;
    }
    section ul.checkmark li:before {
        content: none;
    }
}

/* .list-image ul.col:before {
    position: absolute;
    height: 100%;
    content: " ";
    width: 2px;
    background-color: red;
    display: block;
} */
.list-image ul.col li {
    max-width: initial;
    padding-left: 2rem;
    position: relative;
}

.list-image ul.col li:after {
    position: absolute;
    height: 100%;
    content: " ";
    width: 2px;
    display: block;
    top: 0;
    left: 0.7rem;
}

.list-image ul.col li h3 {
    margin-top: 0;
}

.list-image ul.col li p {
    margin-bottom: 1.5rem;
}

.list-image ul.col li:before {
    content: "1";
    font-family: "Poppins", "Helvetica Neue", sans-serif;
    font-weight: 500;
    position: absolute;
    left: 0;
    z-index: 8;
    margin-top: -3px;
    border-radius: 100%;
    background-color: #fff;
    width: 1.5rem;
    height: 1.5rem;
    line-height: 1.6;
    text-align: center;
    font-size: 90%;
    white-space: pre;
    display: inline;
}

@media screen and (max-width: 769px) {
    section.list-image .t-i--image--out img {
        position: relative;
        width: 100%;
        height: auto;
    }
}
