/* Extra small devices (phones, less than 768px) */
@media (max-width: 768px) { 
  #info {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
  }
  #footer .container.contact-frm {
    padding-bottom: 0px !important;
    margin-bottom: 1rem !important;
  }
}

/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) and (max-width: 992px) { 
  #info .featured-box.featured-box-primary {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  #info .featured-box.featured-box-primary h2 {
    font-size: 0.9em !important;
  }
  #info .row {
    margin-bottom: 0 !important;
  }
  #footer .container.contact-frm {
    padding-bottom: 0px !important;
    margin-bottom: 1rem !important;
  }
}

/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) and (max-width: 1200px) { 
  #info .featured-box.featured-box-primary {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  #info .featured-box.featured-box-primary h2 {
    font-size: 0.9em !important;
  }
  #info .row {
    margin-bottom: 0 !important;
  }
  #footer .container.contact-frm {
    padding-bottom: 0px !important;
    margin-bottom: 1rem !important;
  }
}

/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) { 
  #footer .container.contact-frm {
    padding-bottom: 0px !important;
    margin-bottom: 1.5rem !important;
  }
}