#intro .product-title {font-weight: 700; text-transform: none;}
#intro .body-copy a{
  background-color: #44d42c;
  color: #000;
  font-size: 18px;
  font-weight: 600;  
  border-radius: 0.1875rem;
  text-decoration: none;
  display: inline-block;  
  height: 44px;
  line-height: 44px;
  padding: 0 1rem;
  margin-top: 0.5rem;
  text-transform: uppercase;
  margin-bottom: 0.5rem;
	font-family: RazerF5,Roboto !important;
}
#intro .body-copy small {
	display: block;
	font-size: 0.875rem;
	font-family: Roboto !important;
}
@media (min-width: 768px) {
	#faq-content ul {display: grid; grid-template-columns: 1fr 1fr; grid-template-rows: auto auto; gap: 1.5rem; margin: 0; padding: 0;}
	#faq-content ul li {margin: 0; width: 100%;}
	#faq-content ul li:nth-child(1) {grid-column: 1; grid-row: 1;}
	#faq-content ul li:nth-child(2) {grid-column: 2; grid-row: 1 / span 2;}
	#faq-content ul li:nth-child(3) {grid-column: 1; grid-row: 2}
}
 @media screen and (max-width:767px){} @media screen and (-webkit-max-device-pixel-ratio: 1) and (min-width: 1200px), screen and (min-width: 768px) and (max-width: 1200px){} @media screen and (-webkit-min-device-pixel-ratio: 1) and (min-width: 1200px){} @media screen and (-webkit-min-device-pixel-ratio: 1.5) and (min-width: 1200px){}