html,body {
  
}

.content {
  margin: 0 auto;
}

.page {
  line-height:1.5;
  text-align:center;
  font-family:Open Sans, sans-serif;
  font-size:1.1em;
  color:#000000;
  background-color:#fff;
}

section {
  padding: 20px;
  margin-bottom: 50px;
}

h1 {
  line-height:1.5;
 font-weight: 900;
  font-size: 2rem;
}

h2,h3,h4,h5 {
  line-height:1.5;
  font-weight:600;
}

h3 {
 font-size: 1.5rem; 
}


.button {
  text-decoration:none;
 background: #FF1C1C;
  padding: 10px 15px;
  font-size: 20px;
  font-weight: 700;
  color: white;
  border: #FF1C1C solid 2px;
}

.button:hover {
 background: white;
  color: #FF1C1C;
  border: #000 solid 2px;
}

.bg-white {
 background-color: white; 
}

.bg-grey {
 background-color: #DCDCDC; 
}

.p-row {
  font-weight: 600;
}

img {
  max-width: 100%;
  height: auto;
}  

@media (max-width: 919px) {
  .content {
 	 max-width: 100%;
	}
}  

@media (min-width: 920px) {
	.content {
 	 max-width: 900px;
	}
  
	.row {
	 display: flex; 
	 justify-content: space-between; 
	width: 70%;
	 margin: 0 auto;
	}
  
}