.info {
    padding-block: 8rem;
    background: #3E3356;
    color: #fff;
    text-align: left;
}

.info h2 {
    color: #fff;
    margin-bottom: 32px;
    font-weight: bold;
}

.card {

    border: 1px solid rgba(255,255,255, 0.3);
}

.accordion {

}

.info__repre-wrapper {
    margin-top: 60px;
}

.info__repre__title {
    font-weight: bold;
    font-size: 20px;
}

.accordion a {
    color: #fff;
    text-decoration: underline;
}

.accordion a:hover,.accordion a:focus {
    text-decoration: none;
}

.info__btn {
    text-transform: unset;
    color: #fff;
    font-size: 18px;
    text-align: left;
    padding-block: 16px;
    padding-inline: 16px;
    white-space: normal;
}

.btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus {
    outline: unset;
}

.card-body {
    padding-block: 24px;
    padding-inline: 16px;
    font-size: 16px;
}

.card-body ul {
    margin-top: 20px;
}

.info__btn:hover, .info__btn:focus  {
    color: #fff;
}

.info__repre__text {
    font-size: 16px;
    margin-top: 20px;
}