/*.main .btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 44px;
  padding: 7px 20px;
  background: #fff;
  color: #353535;
  border: 2px solid #000;
  border-radius: 12px;
  min-width: 220px;
  font-size: 16px !important;
  font-weight: 700;
  position: relative;
  margin-bottom: -6px;
}
.main .btn::after {
  content: "";
  width: 22px;
  height: 19px;
  background-image: url(/images/gospelArrow.png);
  background-size: contain;
  background-repeat: no-repeat;
  display: inline-block;
}*/

.main .btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  height: 44px !important;
  padding: 0 20px !important;
  background: #fff;
  color: #353535;
  border: 2px solid #000;
  border-radius: 12px;
  width: 220px !important;
  font-size: 16px !important;
  font-weight: 700;
  line-height: 1 !important;
  position: relative;
  margin-bottom: -6px;
  flex: 0 0 220px !important;
  white-space: nowrap;
}

.main .swiper-slide .btn {
  width: 148px !important;
}

.main .btn::after {
  content: "";
  width: 22px;
  height: 19px;
  background-image: url(/images/gospelArrow.png);
  background-size: contain;
  background-repeat: no-repeat;
}

.main .btn:hover {
  background: #666;
  color: #fff;
  border: 2px solid #000;
}
.main .btn:hover::after {
  background-image: url(/images/gospelArrowWhite.png);
}
.gospelCallOut {
  font-family: gotham, sans-serif;
  display: block;
  margin-top: 20px;
  font-size: 18px;
  line-height: 22px;
  font-weight: 300;
  color: #000;
  font-style: italic;
  background-color: #f7f5f6;
  padding: 20px 20px 10px 20px;
  border-radius: 22px;
  width: 100%;
  left: 0px;
  position: relative;
  z-index: 999999;
}
.card .bg-image {
  opacity: 1;
  filter: none;
  mix-blend-mode: unset;
}
.card__info {
  background: rgba(44, 50, 52, .8);
}
.altIntro {
  padding: 0 15px;
}
.events-section {
  padding: 44px 0 !important;
}
.events-section .event__info {
    font-size: 16px;
}
@media (min-width: 1024px) {
  .gospelCallOut {
    width: calc(100% + 100px);
    left: -100px;
    position: absolute;
    padding: 40px 40px 20px 40px;
  }
  .altIntro {
    padding: 0;
  }
}