.card__review {
    border: 1px solid rgba(16, 16, 24, .12);
    border-radius: 20px;
    margin-bottom: 20px;
    cursor: pointer;
}
.card__review .card-body {
    padding: 20px 30px 20px 25px;
}
.description__content {
    padding: 0 30px 20px 25px;
}
.description__content p {
    font-size: 1.2rem;
    line-height: 1.5;
}
.description__content p:not(:last-child) {
    margin-bottom: .5rem;
}
.card__review:hover {
    border-color: #191414;
    background-color: #feedd1;
}
.card__review.active {
    background-color: #feedd1;
}
.card__review .title {
    font-size: 1.2rem;
    font-weight: 700;
    flex: 1;
}
.card__review .card-body .title .date {
    color: rgba(16, 16, 24, .6);
    font-size: 17px;
    font-weight: 500;
    margin-left: 6px;
    font-style: italic;
}
.accordion-button-right {
    width: 25px;
    height: 22px;
}
@media screen and (max-width: 820px) {
    .card__speech .title {
        display: flex;
        flex-direction: column;
        font-size: 1.1rem;
    }
    .card__speech .card-body .title .date {
        margin-left: 0;
        margin-top: 5px;
    }
}
@media screen and (max-width: 480px) {
    .card__speech .title {
        flex-basis: 100%;
        margin-bottom: 8px;
    }
}