.ratCont {
	float: left;
	margin-left: 32px
}

.fa {
	width: 45px;
	height: 45px;
	background: url(../img/sprite2.png) no-repeat;
	float: left;
	cursor: pointer
}

.fa-star {
	background-position: 0% 0%
}

.fa-star-o {
	background-position: 0% -47px;
}
.ratCont {
	margin-left: 0;
}
.com-row {
	width: 930px;
    justify-content: flex-start;
   
}
 @media(max-width: 992px){
 	.com-row {
    	width: 100%;
    	align-items: flex-start;
 	}
}
@media(max-width: 992px){
	.comment__item-ttl {
		flex-direction: column;
		align-items: flex-start;
	}
	.com-send-wrap .l-mob {
		display: none;
	}
	.ratCont  {
		margin-bottom: 40px;
	}
	.com-row input {
		max-width: 100% !important;
	}
}
/*new*/
        h1 {
            font-size: 60px;
            line-height: 72px;
            font-weight: 400;
        }
        .wrap h4 {
            font-size: 2em;
        }
