.item-block form .form-group {
    margin-bottom: 15px;
}
.item-block form {
    margin-top: 20px;
}
.wrap-messager {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 20px;
    -webkit-flex-flow: row wrap;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: stretch;
    align-items: stretch;
}
.wrap-messager .item_card {
    display: inline-block;
    width: max-content;
    padding: 15px 20px;
}
.wrap-messager .item_img_wrap img {
    height: 384px;
    width: 170px;
}
.reviews-header{
	display: flex;
	justify-content: space-between;
	background-color: #fff;
}
.reviews-header-img{
	margin-right: 50px;
}
.reviews-product{
	background-color: #efeee9;	
	padding: 10px;
	margin-bottom: 30px;
}
.reviews-product a{
	text-decoration: underline;
	color: red;
	margin-left: 5px;
}

.reviews-header-desc{
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	margin-right: 50px;
}

.reviews-header-btn{
	display: inline-block;
  text-align: end;
}

.item-tabs{ 
	background-color: #fff;
	margin-top: 20px;
	padding: 40px !important;
}

button:focus {
 outline: none; 
}

.item-block .nav-tabs {
	width: 100%;
	float: none; 
	margin: 30px 0 50px;
}

.item-block .nav-tabs li {
  margin-right: 50px;
}

@media only screen and (min-width: 768px){
	.item-block .tab-content {
			margin-left: 0;
	}
}	

@media only screen and (max-width: 767px){
	.reviews-header{
		flex-direction: column;
		padding: 50px 20px 0;
	}
	.reviews-header-img{
		width: 100%;
		margin: 0 0 50px;
	}
	.reviews-header-img img{
		width: 100%;
	}
	.reviews-header-btn {   
    text-align: center;
	}
	.reviews-header-desc {
    margin-right: 0;
	}
}