@media(max-width: 767px) {

	/* === RESPONSIVE MOBILE === */
	.pb-mobile-0 {
		padding-bottom: 0 !important;
	}

	.mb-mobile-4 {
		margin-bottom: 1.5rem !important;
	}

	.mb-mobile-5 {
		margin-bottom: 3rem !important;
	}

	.mb-mobile-6 {
		margin-bottom: 6rem !important;
	}

}