.card-preguntas {
    border-radius: 0px;
}

#text-preguntas{
    font-size: 46px;
    color:#2D2829;
    /* font-weight: lighter; */
}
#text-preguntas span{
    color:#C2995C;
    /* font-weight: lighter; */
}
@media (max-width: 768px) {
    #text-preguntas{
        /* margin-bottom: 175px !important; */
        font-size: 28px;
    } 
    #img-question{
        /* position: absolute;
        z-index: -1;
        top:50px;
        right:8%;
        width: 38% !important; */
        display: none;
    }
}

.accordion .card-header:after {
    font-family: 'outline';
    content: "\e92e";
    float:right;
    color: #fff;
    font-size: 24px;
    line-height: 24px;
}

.card-header.collapsed:after {
    font-family: 'outline';
    content: "\e929";
    float:right;
    color: #970E48;
    font-size: 24px;
    line-height: 24px;
}

.accordion .card-body {
    flex: 1 1 auto;
    padding: 1.25rem;
    color: #494D55;
    font-family: 'Source Sans Pro', sans-serif;
    background-color: #EFEDEA;
    font-size: 16px;
    border-bottom-right-radius: 5px !important;
    border-bottom-left-radius: 5px !important;

}

.card-header {
    padding: 1rem 1rem;
    margin-bottom: 0;
    cursor: pointer;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    /* border-bottom: #005CB9 1px solid !important; */
    color: #fff;
    font-size: 16px;
    font-weight: initial;
    font-family: 'Source Sans Pro', sans-serif;
    height: 100%;
    background-color: #C2995C;
    border-top-right-radius: 5px !important;
    border-top-left-radius: 5px !important;
}