.hero-section {
  height: 100vh;
  background-image: url("../images/bg/covid19prepbg.jpg");
  background-position: center;
  background-size: cover;
  position: relative;
}

.hero-section::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.25);
  z-index: 1;
}

.hero-caption {
  margin: 0 auto;
  padding-top: calc(50vh - 130px);
  color: #fff;
  position: relative;
  font-weight: bolder;
  text-align: center;
  text-shadow: 1px 1px 8px rgba(0, 0, 0, 0.3);
  z-index: 3;
}

.hero-caption span {
  font-size: 2em;
  font-weight: 500;
}
.hero-caption h1 {
  color: #fff;
  font-size: 6em;
  font-weight: bolder;
}

.hero-footer-center {
  text-align: center;
  flex-grow: 1;
}

.main-section{
  text-align: center;
}

.about-prep-ul{
  list-style-type: none;
  margin-left: 0;
  padding-right: 0;
}

.about-prep-ul li{
  list-style: none;
  position: relative;
  margin-bottom: 25px;
  padding: 3px 0 2px 25px;
}

.about-prep-ul li::before{
  content: '';
  position: absolute;
  top: 6px;
  left: 0;
}

.covid-prep-footer{
  padding: 0 15px;
}

.main-section h2, .main-section h1 {
  color: #9a258f !important;
  margin-bottom: 30px;
}

.sf-pink-bg {
  color: #fff !important;
  background-color: #9a258f;
}

.sf-purple-bg {
  color: #fff !important;
  background-color: #391c70;
}

.sf-pink-bg h3,
.sf-purple-bg h3 {
  color: #fff !important;
  margin-bottom: 30px;
}

.sf-image-1,
.sf-image-2 {
  padding: 0;
}

.sf-image-1 {
  background-position: center;
  background-size: cover;
  background-image: url("../images/about/about-cov-1.jpg");
}

.sf-image-2 {
  background-position: center;
  background-size: cover;
  background-image: url("../images/about/about-cov-2.jpg");
}

.sf-image-1,
.sf-image-2 {
  min-height: 370px;
}

li.checkmark::before {
  content: ""; 
  position: absolute; 
  left: 2px; 
  top: 10px; 
  width: 5px;
  height: 10px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

li.circle-checkmark::before {
  content: ""; 
  position: absolute; 
  left: 0; 
  top: 8px; 
  border: solid 8px #fff;
  border-radius: 8px;
}

li.circle-checkmark::after {
  content: ""; 
  position: absolute; 
  left: 6px;
  top: 11px;
  width: 4px;
  height: 8px;
  border: solid #9a258f;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
 
}

@media only screen and (max-width: 767px) {

  .hero-caption h1 {
    color: #fff;
    font-size: 3.5em;
    font-weight: bolder;
  }

  .hero-caption {
    padding-top: 130px;
  }

  .hero-section,
  .hero-section::after {
    height: calc(100vh - 90px);
  }
}
