section.help-showcase{background: var(--color);padding: 50px 0;position: relative;}


section.help-showcase .c{
    position: relative;
}

section.help-showcase h1{
    font-size: 32px;
    line-height: 38px;
    color: white;
    margin: 0;
}




/* [xl] */
@media all and (max-width: 1300px)  {
	section.help-showcase{

	}

	section.help-showcase .c{

	}

	section.help-showcase h1{

	}

	section.help-showcase img{

	}

}

/* [l] */
@media all and (max-width: 1200px) {
	section.help-showcase{

	}

	section.help-showcase .c{

	}

	section.help-showcase h1{

	}

	section.help-showcase img{

	}

}

/* [m] */
@media all and (max-width: 992px) {
	section.help-showcase{

	}

	section.help-showcase .c{text-align: center;}

	section.help-showcase h1{width: 100%;max-width: unset;margin-bottom: 43px;}


}

/* [s] */
@media all and (max-width: 768px) {
	section.help-showcase{

	}

	section.help-showcase .c{

	}

	section.help-showcase h1{

	}


}

/* [xs] */
@media (max-width: 576px) {
	section.help-showcase{padding: 25px 0;}

	section.help-showcase .c{

	}

	section.help-showcase h1{font-size: 20px;line-height: 27px;}
}
