.get-facts {
	margin-top:-20px !important;
}

/* Mobile */
@media (max-width: 767px) {
  .get-facts {
    margin-top: 10px !important;
  }
}

/* Tablet */
@media (min-width: 768px) and (max-width: 1024px) {
  .get-facts {
    margin-top: 10px !important;
  }
}

/* Desktop */
@media (min-width: 1025px) {
  .get-facts {
    margin-top: 10px !important;
  }
}