@charset "UTF-8";
/* The hero image */
.hero-image {
  background-image: url("../images/whycooseus/heroBanner.jpg");
  padding-top: 15%;
  padding-bottom: 15%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
@media (max-width: 768px) {
  .hero-image {
    padding-top: 25%;
    padding-bottom: 25%;
  }
}
.hero-image p {
  color: #048940;
  font-weight: bold;
}

.hero-text {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 768px) {
  .hero-text h2 {
    font-size: 20px;
  }
  .hero-text p {
    font-size: 16px;
  }
}

.threecol .card {
  border: 2px solid #000;
  margin-bottom: 30px;
}
.threecol .card ul {
  list-style: none;
}
.threecol .card ul li::before {
  content: "•";
  color: #048940;
  font-weight: bold;
  font-size: 26px;
  display: inline-block;
  width: 23px;
  margin-left: -1em;
}

.solutionHelp p {
  font-weight: bold;
}
.solutionHelp .btn1 {
  color: #fff;
  background: #048940;
  text-align: center;
  margin: 5px;
  padding: 10px 20px;
  text-transform: uppercase;
  text-decoration: none;
}
.solutionHelp .btn2 {
  color: #fff;
  background: #fbb517;
  text-align: center;
  margin: 5px;
  padding: 10px 20px;
  text-transform: uppercase;
  text-decoration: none;
}

/*# sourceMappingURL=whyChooseUs.css.map */
