.pros-cons{
	display:flex
}
.pro-list{
	list-style-type: none;
	margin-left: -38px;
	width: 50%;
}
.con-list{
  width:50%
}
.pro-list li{

	background-image: url(https://casinobee.com/wp-content/themes/casinobee/assets/images/+.png);
	background-repeat: no-repeat;
	background-position: 0px 12px;
	padding-left: 19px;
	background-size: 12px 12px;
}

.con-list{
	list-style-type: none;
}
.con-list li{
	background-image: url(https://casinobee.com/wp-content/themes/casinobee/assets/images/-.png);
	background-repeat: no-repeat;
	background-position: 0px 17px;
	padding-left: 19px;
	background-size: 12px 2px;
}
.comments-rating{
	display:flex;
}

.comments-rating > p{
	font-size: 22px;
    font-weight: bold;
	display: flex;
	padding-bottom: 2px;
}

.rating-container{
	margin-left: 10px;
}

.pros-cons-container{
	display: flex;
	justify-content: space-between;
	margin-top: 25px;
}

.pros-cons-container p{
	padding-left: 1.5em;
	margin-bottom: 10px;
	font-size: 18px;
	font-weight: 600;
}

.pros-cons-inputs{
	width: 46%;
}

.pros-cons-inputs textarea{
	width:100%;
	border-radius:20px;
	border:none;
	resize:none;
	padding-left: 25px;
	padding-top: 23px;
	height: 145px;
	outline:none;
}
.comment-form-comment textarea#comment{
	width:100%;
	border: none !important;
	border-radius: 20px !important;
	resize:none;
	padding-left: 20px !important;
	padding-top: 30px !important;
	height: 225px;
	outline:none;
}

.mv-reviews-container{
	background:#F3F0EB
}

.full-review-string{
	padding-left: 1.5em;
	margin-bottom: 10px;
	font-size: 18px;
	font-weight: 600;
	margin-top: 2em;
}

.form-submit{
	display: flex;
	justify-content: center;
	margin-top: 2.5em;
}

.form-submit #submit{
	width: 270px;
	height: 50px;
	font-size: 17px;
	font-weight: 600;
}

.comment{
	background: white;
}
.comment-block{
	padding: 2rem;
}