.fa-atom::before {
	font-family: "Font Awesome 5 Free";
	content: "\F344";
	margin-right: 10px;
	font-weight: 900;
}

@media screen and (min-width: 1000px) {
.goawaydesktop {display:none !important;}
}
@media screen and (max-width: 1000px) {
.goawaytablet {display:none !important;}
}
@media screen and (max-width: 600px) {
.goawaymobile {display:none !important;}
}

.ba-hero {
 background-image: url(/images/ba_banner.jpg);
  background-position: center; /* Center the image */
  background-repeat: no-repeat; /* Do not repeat the image */
  background-size: cover;
}

