.reviewsUserBloc{display:flex;justify-content:space-between;width:80%;opacity:1;transition:opacity .5s ease-in-out}.reviewsUserBloc.transitionActive{opacity:0}.reviewsUserBloc.fullWidth{width:100%}.reviewsUserBloc .bubbleReview{margin-top:15px;position:relative}.reviewsUserBloc .bubbleReview .bubbleCorner{position:absolute;border-left:15px solid transparent;border-right:15px solid transparent;border-bottom:15px solid var(--blueGreen);width:30px;top:-12px;left:30px}.reviewsUserBloc .bubbleReview .bubbleText{background-color:var(--blueGreen);border-radius:10px;color:var(--darkTurquoise);padding:15px;text-align:justify;font-style:italic}