@charset "UTF-8";
#support-landing h1 {border-bottom: 2px solid #D32D23;}
#support-links {
  background-color: #ffffff;
}

#support-links .support-boxes ul li {list-style-type: none; padding-bottom: 12px;}
#support-links .support-boxes ul {margin: 0 0 0 5px;}
#support-links h2, #support-links .h2 {font-size: 15px; font-weight: bold; text-transform: uppercase;}
@media handheld, only screen and (min-width:768px) {
	#support-landing {margin-bottom: 60px;}
  #support-links .support-boxes {
    display: flex;
	  justify-content: space-between;
  }
	#support-links .support-boxes div {max-width: 37%;}
}