/**
 * CSS Style Reviews
 * v1.0 
 * By @Orfeojemr
 */

 /** Reviews */
 .lionjemr_reviews{
      padding: 1rem;
 }

.content_lionjemr_reviews h2{
     color: #543830;
     font-weight: 700;
     text-align: center;
}

@media(min-width: 998px){

     .lionjemr_reviews{
          padding: 2rem;
     }

}

.list_reviews{
     display: flex;
     justify-content: center;
     flex-direction: column;
     align-items: center;
}

@media(min-width: 998px){

     .list_reviews{
          flex-direction: row;
     }

}

.list_reviews .item_review{
     display: flex;
     flex-direction: column;
     justify-content: center;
     flex: 0 1 33%;
     margin: 1rem 0;
     padding: 1rem;
}

.list_reviews .item_review .titulo_review{
     display: flex;
     justify-content: space-between;
     align-items: center;
}


.list_reviews .item_review .titulo_review img.img_review{
     border-radius: 50%;
     flex: 0 1 20%;
     height: 90px;
}

.list_reviews .item_review .titulo_review h3{
     flex: 0 1 80%;
     padding: 0 1rem;
     font-size: 1.2rem;
}

@media(min-width: 998px){

     .list_reviews .item_review .titulo_review h3{
          font-size: 1.4rem;
     }

}

.list_reviews .item_review .info_review{
     font-size: .95rem;
     line-height: 1.2;
}

@media(min-width: 768px){

     .list_socios .item_socio{
          flex: 0 1 25%;
     }

}

   