.box-campaign {
  border: none;
  box-shadow: none;
  margin: 0;
}
.box-campaign h3 {
  background: #fff002 url(../img/ptn_yellow_stripe.webp) repeat 0 0;
  color: #000;
}
.box-campaign .col-header {
  border-bottom: 1px solid #c2c2c2;
  font-weight: bold;
}
.box-campaign li {
  margin: 0.3rem 0;
}

.btn-yellow {
  background: #fff000;
  padding: 1rem 2rem 1rem 1.5rem;
  font-size: 1.1rem;
  font-weight: 700;
  box-shadow: 2px 3.5px 5px 0px rgba(0, 0, 0, 0.29);
  display: inline-block;
  margin: 1rem 0;
  transition: all 0.1s ease;
  position: relative;
  color: #000;
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;
  white-space: initial;
  font-size: 1.2rem;
  min-height: 6rem;
}
.btn-yellow:after {
  font-family: fontawesome;
  display: block;
  position: absolute;
  right: 1em;
  top: 50%;
  transform: translateY(-50%);
  content: "\f105";
}
.btn-yellow:hover {
  transform: translate(2px, 3.5px);
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.29);
  color: #000;
}

@media (min-width: 768px) {
  .box-campaign .col-header {
    border-right: 1px solid #c2c2c2;
    border-bottom: none;
  }
}/*# sourceMappingURL=cp_sitechecker.css.map */