.author-profile-card { 
	flex-direction: row;
  	display: flex;
}

.author-photo {
	flex-direction: column;
  	display: flex;
  	width: auto;
}

.author-data {
	flex-direction: column;
  	display: flex;
  	width: 70%;
}

.content-author .review-item {
	width: 50%;
}

.no-lists {
	background: #f9f9ff;
}

@media (max-width: 767px) {
	  .author-profile-card { 
		display: block;
	  }
	
	.author-data {
		width: 100%;
	}
	
	.author-data h2 {
		text-align: centerl=;
	}
	
	.dis-pages-mobile {
		padding-bottom: 15px;
	}
}

@media (max-width: 480px) {
	.content-author .review-item {
	width: 100%;
  }
}