.cust-h img {
	margin: auto !important;
}

a {
	text-decoration: none !important;
}

/*---------------------------------------------------*/
#header{}
.hero-container{
	display: flex;
	flex-wrap: wrap;
}
.hero-item{
	padding: 0 15px;
}
.hero-title{
	text-transform: uppercase;
	line-height:0.8em; 
}
.custom{
	margin-bottom: 10px;
	display: inline-block;
	transform: rotate(-1.9deg);
	font-size: 24px;
	background:#ffdb00;
	color: #2d2d2d;
	padding: 0 8px;
}
.sticker-cat{
	display: flex;
	align-items: center;
	margin-left: 0.5em;
}
.sticker-cat span{
	margin-left: 1em;
}
.sticker-cat img{
	width: 80px;
	height: 80px;
}@media (min-width:992px){ #header{}
	.hero-container{
		display: flex;
		flex-wrap: nowrap;
	}
	.hero-item{
		width: 50%;
	}
	.hero-img{
		width: 92%;
		margin-left: 2em;
	}
	.sticker-cat{
		width: 64%;
	}}

#wizform{}
.wizard-title{
	margin-bottom: 0.2em;
	padding-left: 15px;
}
.wizard-description{
	padding-left: 15px;
}

#w64cc873385a94{ }
.part-item{
	margin-bottom: 2em;
	background: #f5f5f5;
	padding: 0.8em;
}
.part-item img{
	width: 100px;
	padding: 2px;
	background: #fff;
	border-radius: 50px;
	float: left;
}
.part-item-title{
	width: 50%;
	font-weight: 600;
	display: flex;
	margin-top: 2.4em;
	padding-left: 0.8em;
}
.part-item-text{
	width: 100%;
	padding-top: 0.8em;
	padding-left: 1.4em;
	padding-right: 0.4em;
	font-size: 79%;
	overflow: hidden;
}
.view-more{
	text-align: center;
}
.view-more .btn-default{
	background: #f5f5f5;
	color: #2d2d2d;
	border: 0;
	width: 10em;
	margin-top: 1em;}
@media (min-width:992px){ #w64cc873385a94{}
	.part-container{
		display: flex;
		justify-content: space-between;
		gap: 1.2em;
		width: 100%;
	}
	.part-item{
		width: 90%;
		background: #f5f5f5;
		display: flex;
		padding: 1em;
		align-items: center;
	}
	.part-item img{
		width: 160px;
		background: #fff;
		border-radius: 100px;
		margin-left: 1em;
		padding: 10px;
	}
	.part-item-content{
		padding-left: 1em;
	}
	.part-item-title{
		margin-top: 0em;
		margin-bottom: 0.4em;
		font-weight: 600;
	}}
}