.wrapper {
    background: #4f7a89;
    border-radius: 30px;
    padding: 40px 0;
}

.accordion__wrapper {
    margin-top: 10px;
    max-width: 980px;
    margin-left: auto;
    padding: 10px 10px;
    margin-right: auto;
    display: flex;
    flex-direction: column;
}
.card-question {
    border-radius: 30px;
}

.title__accordion {
    padding: 10px;
    color: white;
    font-size: 40px;
    text-align: center;
}

.question-answer__accordion {
    border-bottom: 1px solid #e8e8ea;
}

.title__question {
    font-weight: 400;
    font-size: 19.5px!important;
    color: #35425e!important;
    text-align: left !important;
    margin: 1.4rem 0rem;
    letter-spacing: 1px;
}

.card-header>h3 {
    cursor: pointer;
}

#showCompos {
    font-size: 20px;
    margin: 1.4rem auto !important;
    color: white;
    background: rgba(165, 165, 165, 0.7) none repeat scroll 0% 0%;
    padding: 10px !important;
    border-radius: 2px;
}