#sponsorship #how-to-sponsor #donate-btn {
  margin-top: 1rem;
  width: 15rem;
}
#sponsorship #fundraisers .tile-margin {
  margin: 5px 0px;
}
#sponsorship #fundraisers .fundraiser-tile {
  display: block;
  position: relative;
  background: #FFF;
  color: #182534;
  text-align: center;
  text-decoration: none;
  transition: all 0.4s ease;
  margin-bottom: 20px;
}
#sponsorship #fundraisers .fundraiser-tile:hover {
  transform: scale(105%);
  z-index: 2;
}
#sponsorship #fundraisers .fundraiser-tile .img-cntr {
  display: block;
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 71.42%;
  background: #FFF;
  border: 1px solid #EEE;
  text-align: center;
  overflow: hidden;
}
#sponsorship #fundraisers .fundraiser-tile .img-cntr > img {
  position: absolute;
  top: 50%;
  bottom: 0;
  left: 0;
  right: 0;
  max-width: 100%;
  max-height: 100%;
  margin: 0 auto;
  transform: translateY(-50%);
  transition: all 0.4s ease;
}
#sponsorship #fundraisers .fundraiser-tile:hover .img-cntr > img {
  transform: translateY(-50%) scale(110%);
}
#sponsorship #fundraisers .fundraiser-tile .img-cntr .no-photo i {
  font-size: 5.4rem;
  color: #DDD;
}
#sponsorship #fundraisers .fundraiser-tile .name {
  background: #FFF;
  font-family: "Nanum Pen Script", cursive;
  font-size: 2rem;
  font-weight: 600;
  border: 1px solid #EEE;
  border-top: 0;
  transition: all 0.4s ease;
  margin: 0;
}
#sponsorship #fundraisers .fundraiser-tile .fundraiser-progress {
  background: #FFF;
  padding: 0.5rem;
  border: 1px solid #EEE;
  border-top: 0;
  background: #FCFCFC;
}
#sponsorship #fundraisers .fundraiser-tile .fundraiser-progress .progress-bar-cntr {
  position: relative;
  height: 1rem;
  border: 1px solid #EEE;
  border-radius: 9px;
  margin-bottom: 0.5rem;
  overflow: hidden;
}
#sponsorship #fundraisers .fundraiser-tile .fundraiser-progress .progress-bar-cntr .progress-bar {
  height: 100%;
  background: rgb(0, 200, 195);
  background: linear-gradient(90deg, rgb(0, 200, 195) 0%, rgb(2, 143, 139) 100%);
  border: 2px solid #FFF;
  border-radius: 9px;
}
#sponsorship #fundraisers .fundraiser-tile .fundraiser-progress .progress-bar-cntr .progress-mask {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  background: #FFF;
}
#sponsorship #fundraisers .fundraiser-tile .information {
  display: block;
  background: #FFF;
  font-size: 0.7rem;
  font-weight: 600;
  padding: 0.3rem;
  border: 1px solid #EEE;
  border-top: 0;
}/*# sourceMappingURL=sponsorship.css.map */