@media only screen and (max-width: 768px) {
  width: 100%;
}

.d-none {
  display: none;
}

body {
  width: 100%;
  padding: 0;
  margin: 0 auto;
  max-width: 800px;
}

.graybg {
  background: #F5F5F5;
}
.container {
  margin-left: 30px;
  margin-right: 30px;
}


p {
  font-family: sofia-pro,sans-serif!important;
font-weight: 500;
font-style: normal;
}



h1 {
  font-family: amboy-black,sans-serif;
font-weight: 400;
font-style: normal;
text-align: center;
font-size: 30px;
}


h2 {
  font-family: sofia-pro,sans-serif;
  font-weight: 700;
  font-style: normal;
color: #29989A;
font-size: 18px;
}

.subbullet {
  font-family: sofia-pro, sans-serif;
  font-weight: 400;
  font-style: italic;
  color: #727272;

}

.subbullet1 {
  font-family: sofia-pro,sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #29989A;
  font-size: 18px;

}

.badges {
  text-align: center;
  font-size: 14px;
  padding: 10px 30px 10px 30px;
}

h3 {
  font-family: sofia-pro,sans-serif!important;
  font-weight: 900!important;
  font-style: normal;


}

h4 {
  font-family: sofia-pro,sans-serif!important;
  font-weight: 900!important;
  font-style: normal;
  text-align: center;
  font-size: 18px;

}

.titletext {
  margin-bottom: -12px;
  margin-top: 25px;
}

#green {
  color: #3FB534;
  margin-top: 0px;
}

#purple {
  color: #8334D6;
  margin-top: 0px;
}

#black {
  color: #444444;
  margin-top: 0px;
}

.checklist {
  text-align: center;
}
