/****************************************
* Navigation
****************************************/

nav {
  max-width: 350px;
}

/****************************************
* Swiper
****************************************/

.ministries.swiper {
  padding: 2rem 0;
}

.swiper-slide {
  width: 50%;
}

.ministries .swiper-slide-active {
  transform: scale(1.25) !important;
}

.swiper-slide h3 {
  bottom: -3px;
  font-size: 22px;
}

/****************************************
* Give form
****************************************/

.otherAmount label {
  grid-column: span 2;
}

.otherAmount .d-flex + input {
  margin-top: 0;
}