.avis-expert-container {
    margin: 20px 0px 0px 0px;
    padding: 10px 20px 10px 20px;
    background-color: #2b3b30;
    border-style: solid;
    border-width: 0px 0px 0px 10px;
    border-color: #43b981;
    border-radius: 10px 10px 10px 10px;
}

.avis-expert-content {
    color: #ffffff;
}

.avis-expert-author {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.avis-expert-author p {
    margin: 0;
}

.avis-expert-author .author-avatar {
    width: 60px;
    height: 60px;
    border-radius: 50%;

}

.avis-expert-author .author-name {
    margin-left: 10px;
    font-size: 15px;
    font-weight: bold;
}

.avis-expert-author .author-title {
    margin-left: 10px;
    font-size: 13px;
    font-style: italic;
}