
.content-container {
  width: 100%;
  height: min-height: 300px;
  margin:0px;
  color: white; 
  padding: 40px;
  background-color: #28A99E;
}
.innercontent {max-width:1240px;margin:0 auto;}
h1 {font-family: 'Roboto', sans-serif; font-size: 66px; font-weight: black; margin-bottom: 0px;}
.header-subtext {color: #28A99E; font-style: normal;}
p {font-family: 'Proxima Nova', sans-serif; font-size: 24px; margin-top: 8px; margin-bottom: 32px;}

@media screen and (max-width: 768px) {
  /* CSS rules to apply when the condition is TRUE */
  
  h1 {font-family: 'Roboto', sans-serif; font-size: 36px; font-weight: black; margin-bottom: 0px;}
.header-subtext {color: #28A99E; font-style: normal;}
p {font-family: 'Proxima Nova', sans-serif; font-size: 18px; margin-top: 8px; margin-bottom: 32px;}
.content-container {
  width: 100%;padding:25px}
}