.container__card{
    background-color: #f9f9f9;
    padding: 1rem;
    border-radius: .4rem;
    margin: 4rem 0;
}
.title_testimonial{
    color: #525050;
    text-align: center;
    margin: 4rem 0;
    font-weight: bold;
}
.content__card-body{
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 0 1rem;
}

.total_review{
    font-size: 1rem;
    color: #525050;
    font-weight: 500;
    margin: 0;
}
.content__stars{
    display: flex;
    align-items: center;
}
.content__stars h1{
    font-size: 4rem;
    font-weight: bold;
}
.add__review{
    background-color: #373ef8;
    color: #fff;
    border: none;
    border-radius: .4rem;
    padding: .4rem 1rem;
    transition: .3s ease;
    font-weight: 500;
    outline: none;
}
.add__review:hover{
    background-color: #4f63fd;
}
.progress-label-left {
    float: left;
    margin-right: 0.5em;
    line-height: 1em;
}

.progress-label-right {
    float: right;
    margin-left: 0.3em;
    line-height: 1em;
}

.star-light {
    transition: .3s ease;
    cursor: pointer;
    color: #e9ecef;
}
.content__review-card{
    display: flex;
    justify-content: space-between;
    background-color: #f9f9f9;
    border-radius: .4rem;
    padding: 1.5rem 1.5rem 1.5rem 0;
    margin: 2rem .5rem;
}
.perfil__review{
    width: 50px;
    height: 50px;
    line-height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 1rem;
    border-radius: 50%;
    text-transform: uppercase;
    background-color: rgb(220, 5, 5) !important;
}
.text-star{
    color: #ffc107;
}
.perfil__review h3{
    color: #fff;
    font-weight: 500;
    font-size: 1.8rem;
    margin-bottom: 1.5rem;
}
.content__card-review{
    width: 100%;
}
.title__review{
    font-size: 1.4rem;
    text-transform: capitalize;
}
.fecha__review{
    font-size: 1rem;
    color: #787878;
    font-weight: 400;
    margin: .5rem 0;
}
@media only screen and (max-width:450px){
    .add__review{
        margin-top: 1rem;
    }
}