section.doneren-buttons {
  padding: 40px 0;
  background: #E3ECFC;
}
@media (min-width: 992px) {
  section.doneren-buttons {
    background: #F8F2EC;
  }
}
section.doneren-buttons .header h1 {
  font-size: 50px;
}
section.doneren-buttons .header p {
  font-size: 22px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 34px;
}
section.doneren-buttons a {
  font-size: 28px;
  font-weight: 600;
  text-align: center;
  box-shadow: 0 6px 20px 0 rgba(0, 0, 0, 0.1);
  color: #4433FF;
}
section.doneren-buttons .buttons-container .nav-item {
  width: 33.333333%;
  padding: 20px 0;
}
@media (max-width: 991.98px) {
  section.doneren-buttons .buttons-container .nav-item {
    width: 50%;
    padding: 6.5px 0;
  }
}
@media (max-width: 991.98px) {
  section.doneren-buttons .buttons-container .nav-item:nth-child(2n+1) {
    padding-right: 5px;
  }
  section.doneren-buttons .buttons-container .nav-item:nth-child(2n+2) {
    padding-left: 6.5px;
  }
}
@media (min-width: 992px) {
  section.doneren-buttons .buttons-container .nav-item:nth-child(3n+1) {
    padding-right: 10px;
  }
  section.doneren-buttons .buttons-container .nav-item:nth-child(3n+2) {
    padding-left: 10px;
    padding-right: 10px;
  }
  section.doneren-buttons .buttons-container .nav-item:nth-child(3n+3) {
    padding-left: 10px;
  }
}
section.doneren-buttons .buttons-container .nav-item .nav-link {
  font-size: 12px;
  height: 40px;
  line-height: 40px;
  padding: 0;
  font-weight: 600;
  box-shadow: 0 6px 20px 0 rgba(0, 0, 0, 0.1);
  width: 100%;
  text-align: center;
  background: #FFF;
  border-radius: 8px;
  transition: background-color 180ms ease-in-out;
}
@media (min-width: 992px) {
  section.doneren-buttons .buttons-container .nav-item .nav-link {
    font-size: 18px;
    height: 60px;
    line-height: 60px;
  }
}
@media (min-width: 1200px) {
  section.doneren-buttons .buttons-container .nav-item .nav-link {
    font-size: 28px;
    height: 80px;
    line-height: 80px;
  }
}
section.doneren-buttons .buttons-container .nav-item .nav-link.active {
  background-color: #4433FF;
}

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