.backgroup-banner {
	background-image: url('../Img/Suite_1..jpg');
	background-attachment: scroll;
	background-clip: initial;
	background-color: rgba(0, 0, 0, 0);
	background-origin: initial;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	padding: 150px 0px;
}
.wrapper-right{
	text-align:right;
}
.post {
	width: 100%;
	overflow: hidden;
}
.wrapper h2{
	font-size:25px;
}
.list__items .wrapper h2{
	font-size: 15px;
	font-weight: 600;
}
.last {
	margin-top: 30px;
	margin-bottom:30px;
}
.last .list-item-product{
	display:flex;
	flex-wrap:wrap;
}
.last .list-item-product .item{
	margin-bottom:20px;
	text-align:center;
}
@media(max-width:991.98px){
	.last .list-item-product .item{
		width:100%;
	}
}
.last .list-item-product .item  a,
.last .list-item-product .item img{
	display:block;
	margin-bottom:10px !important;
	text-align:center;
	margin:0 auto;
}