footer {
	max-width: 1920px;
	margin-left:auto;
	margin-right:auto;
}

/* DESKTOP */
@media (min-width:726px) {
	.content {
	  padding-bottom: 141px !important;
	}
  }
  
  /* TABLET */
  @media (min-width:726px) and (max-width:840px) {
	.content {
	  padding-bottom: 169px !important;
	}
  }
  
  /* MOBILE */
  @media (max-width:725px) {
	.content {
	  padding-bottom: 0 !important;
	}
  }

  .col {
	float: left;
}
