.new_home{
	margin-top:20px;
}
.new_home .col:nth-child(1) .intro-header-wrapper{
	display:flex;
	justify-content: center;
	gap:6px;
	margin-bottom:10px;
}
.new_home .col:nth-child(1) {
	display:flex;
	width:50%;
}
.new_home .intro-header-wrapper h3{
	background: var(--color-main);
	height: 34px;
	color: #fff;
	font-weight: bold;
	font-size: 25px;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 0 40px 0 20px;
	transform: skewX(-20deg);
	flex-grow: 1;
	max-width: 30%;
}
.new_home .post-item .col-inner{
	box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
}
.new_home .post-item {
	display:flex !important;
}
.new_home .box-blog-post .is-divider{
	display:none;
}
.new_home .box-blog-post .post-title{
	color:  var(--color-black);
	margin-bottom:20px !important;
}
.new_home .box-text.text-center{
	text-align:left;
	color: var(--color-black);
	padding:12px;
}

.new_home .button.primary{
	background: var(--color-main);
}
.new_home h3 {
    color: var(--color-main);
    font-size: 32px;
    text-align: center;
}

.new_home .ux-relay__button {
    font-size: 15px;
    border-radius: 13px;
    padding: 0px 30px;
    background: var(--color-main);
}