.faq__main{
    min-height: 40px;
    grid-column: 5 / 11;
}
.faq__title-main {
    border-bottom: solid 1px #c7c7c7;
    display: flex;
    justify-content: space-between;
    cursor: pointer;
    color: #05E172 !important;
    margin-bottom: auto;
    padding-left: 12px;
    padding-bottom: 0.8rem;
}
.faq__title-main:after {
    content: ' ';
    width: 24px;
    height: 24px;
    background: url('/img/faqs/flecha_abajo_v1.svg') no-repeat transparent 50% 50%;
    align-self: center;
    transition: transform 200ms;
}
.faq__main.open .faq__title-main:after {
    transform: rotate(180deg);
}
.faq__main .faq__questions {
    padding: .5rem 0;
    display: none;
}
.faq__main.open .faq__questions {
    display: block;
}
/* agregar */
.seo__question.open {
    border-bottom: solid 1px #ececec;
}
.seo__title {
    font-size: 12px;
    line-height: 16px;
    font-weight: 700;
    font-family: 'Inter';
    word-wrap: break-word;
    border-bottom: dashed 1px #ececec;
    padding-left: 18px;
}
.seo__title::after {
    background: url('/img/faqs/flecha_arriba_v1.svg') no-repeat transparent 50% 50%;
}
.seo__answer p{
    color: #ECECEC;
    font-size: 10px !important;
    font-family: Inter !important;
    font-weight: 400 !important;
    line-height: 14px !important;
    word-wrap: break-word;
    padding: 0 4px;
}
.seo__answer {
    padding: 1.5rem 18px;
    display: none;
}
.seo__question.open .seo__title  {
border: none;
margin-bottom: 0;
padding-bottom: 0;
}
/*#text-container {
    max-width: 600px !important;
    min-height: 40px !important;
    min-width: 327px !important;
    margin: 0 auto; 
    padding: 52px 0;
    border-top: solid 1px #c7c7c7 !important;
}
@media screen and (max-width: 768px) {
    #text-container {
        max-width: 327px !important;
        min-height: 40px !important;
        min-width: 327px !important;
        margin: 0 auto; 
        padding: 52px 0;
        border-top: solid 1px #c7c7c7 !important;
    }
}
#text-container{
    font-family: 'Inter' !important;
    color: #c7c7c7 !important;
}
#text-container h2{
    font-size: 12px !important;
    font-family: 'Inter' !important;
    color: #ECECEC;
    font-weight: 700;
    line-height: 16px;
    word-wrap: break-word;
    margin: 0; 
}*/
@media (max-width: 768px) {
    .faq__main {
        grid-column: 2 / 10;
    }
}
@media (max-width: 360px) {
    .faq__main {
        grid-column: 2 / 6;
    }
}