.btn-accordion, .btn-accordion:visited {
    text-align: left;
    width: 100%;
    font-size: 1.02rem;
    background: #dc878d;
    border-radius: 0;
    border-bottom: 1px solid #fff;
    color: #fff;
    cursor: pointer;
    margin-bottom: 20px;
}
.btn-accordion:hover, .btn-accordion:focus {
    background: #a6494f; 
    color: #fff;
}

.accordion_content_style {
    width: 100%;
    padding: 25px;
    background: #f5f0f1;
    color: #192848;
    margin-bottom: 15px;
}