/* new footer >> */
.fabula-footer .fabula-menu h4 {
	font-size: 22px;
	font-weight: 400;
}
.fabula-footer .footer-menu {
  padding-bottom: 0;
}
.fabula-footer .fabula-menu li:last-child {
  margin-bottom: 0;
}
@media (max-width: 1016px) {
	.fabula-footer .fabula-menu h4 {
		font-size: 18px;
		line-height: 22px;
	}
	.fabula-footer .fabula-menu li:not(:last-child) {
		margin-bottom: 16px;
	}
	.fabula-footer .footer-menu {
		width: 100%;
	}
	.fabula-footer .fabula-menu {
		border-top: 1px solid rgba(241, 244, 248, .1);
		border-bottom: 1px solid rgba(241, 244, 248, .1);
		margin: 40px 0;
	}
}	
/* << new footer */