p {
	margin: 0px;
	padding: 0px;
}
h2 {
	margin: 0px;
	padding: 0px;
}
.mb-10 {
	margin-bottom: -10px !important;
}
.mb-20 {
	margin-bottom: -20px !important;
}
.mb-30 {
	margin-bottom: -30px !important;
}
.mb-40 {
	margin-bottom: -40px !important;
}
.mb-50 {
	margin-bottom: -50px !important;
}
.mt-10 {
	margin-top: -10px !important;
}
.mt-20 {
	margin-top: -20px !important;
}
.mt-30 {
	margin-top: -30px !important;
}
.mt-40 {
	margin-top: -40px !important;
}
.mt-50 {
	margin-top: -50px !important;
}

@media (max-width: 640px) {
.mb-10 {
	margin-bottom: -5px !important;
}
.mb-20 {
	margin-bottom: -15px !important;
}
.mb-30 {
	margin-bottom: -25px !important;
}
.mb-40 {
	margin-bottom: -35px !important;
}
.mb-50 {
	margin-bottom: -45px !important;
}
.mt-10 {
	margin-top: -5px !important;
}
.mt-20 {
	margin-top: -15px !important;
}
.mt-30 {
	margin-top: -25px !important;
}
.mt-40 {
	margin-top: -35px !important;
}
.mt-50 {
	margin-top: -45px !important;
}
}