.container_block {
    max-width: 1024px;
    width: 90%;
    margin: 0 auto;
    line-height: 1.8rem;
    margin-bottom: 3em;
}
.container_block h2{
   color: #000;
   font-weight: 600;
   margin-top: 1em;
   margin-bottom: 1em;
}
.contet_image_left {
    display: flex;
    justify-content: flex-start;
}
.faqs-item {
    width: 100%;
    margin: 0 0 20px 0;
    padding: 0;
    display: block;
    border-bottom: 1px solid #e2e0e0;
}
.faqs-title {
    display: flex;
    position: relative;
    color: #545454;
    font-size: 1.5rem;
    font-weight: bold;
    text-decoration: none;
    width: 100%;
    outline: none;
    transition: 0.4s;
    border-bottom: 1px solid #d9d9d9;
}
.faqs-title:after {
    content: '\002B';
    color: #fff;
    font-weight: normal;
    float: right;
    margin-left: auto;
    font-size: 24px;
    line-height: 1;
    padding-left: 20px;
}
.faqs-content {
    padding: 0;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
}
.faqs-content-inside {
    padding: 20px;
}
.faqs-content-inside p em a {
    text-decoration: none;
}
ol.puntosul {
    padding: 12px !important;
}
.faqs-content-inside ul {
    padding: 12px !important;
}
.text_center{
    text-align: center;
    color: #000;
    margin-top: 0;
    margin-bottom: 1em;
}