/* ====================== */
/* === Community Form === */
/* ====================== */

#community-form {
  margin-top: 0;
  margin-bottom: 100px;
}

#community-form .text {
  margin-bottom: 60px;
}

#community-form .text :nth-last-child(1) {
  margin-bottom: 0
}

#community-form .blank-line {
  width: 30px;
  display: inline-block;
  border-bottom: 1px solid #000;
}

/* ==================== */
/* === Charity Form === */
/* ==================== */

#charity-form {
  margin-top: 0;
  margin-bottom: 100px;
}

#charity-form .text {
  margin-bottom: 60px;
}

#charity-form .text :nth-last-child(1) {
  margin-bottom: 0
}

#charity-form .blank-line {
  width: 30px;
  display: inline-block;
  border-bottom: 1px solid #000;
}

/* ===================== */
/* === Media Queries === */
/* ===================== */

/* Extra Large devices (desktops, less than 1281px) */
@media (max-width: 1280.98px) {



}

/* Large devices (desktops, less than 1200px) */
@media (max-width: 1199.98px) {



}

/* Medium devices (tablets, less than 992px) */
@media (max-width: 991.98px) {


}

/* Small devices (landscape phones, less than 768px) */
@media (max-width: 767.98px) {



}

/* Extra small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {



}







