#sect-8 {
    width: 100%;
    display: grid;
    place-content: center;
    position: relative;
    overflow: hidden;
}

#sect-8 .info {
    width: 100%;
    margin: auto;
}

#sect-8 .info h1 { 
    font-size: 3em;
    text-align: center;
    padding: 0px 0px 40px 0px;
}

#sect-8 .info .faq {
    width: 100%;
}

#sect-8 .info ul {
    display: grid;
    gap: 20px;
    list-style: none;
}

#sect-8 .info ul li .question {
    font-weight: 700;
    padding: 0px 0px 20px 0px;
    position: relative;
}

#sect-8 .info ul li .question::before {
    position: absolute;
    left: -35px;
    width: 30px;
    height: 30px;
    top: -5px;
    content: url(http://localhost:3030/utils/img/landing/edomex/icon_list.svg);
}