.reviews__title {
    display: inline;
	width: fit-content;
	margin-bottom: 10px;
	font-size: 16px;
    font-weight: 600;
    line-height: 22px;
    color: #0e0e0e;
	border-bottom: 2px solid #FF8000;
	transition: all .2s;
}
.reviews__title:hover {
	border-color: transparent;
}

.reviews__date{
	display: inline-block;
	margin-bottom: 10px;
	font-weight: bold;
}