/*@media (min-width: 901px) {.bottom-part{background-color:rgba(0, 0, 0, 0.4);border-radius:5px;}}*/
section.intro .intro-head h2, section.intro .intro-head h1, section.intro .intro-main{background-color:rgba(0, 0, 0, 0.4);}
.menu-link.white {
    background-color: rgba(0, 0, 0, 0.4);
   font-size:19px;
}
#donationList .col-cause{display:none}
.heading-1.white {font-size: 30px;}
.bottom-part .intro-text {font-size: 20px;}
.menu-link.white {
  color: #fff;
  /*font-weight: bold;
  background-color: #176370;
  border-radius: 10px;*/
  text-align: center;
}

section.intro .intro-head {
  border-bottom: 0px;
}

.pink-btn-sm {
  background-color: #B4318E;
}

.bottom-glob {
    background: white;
    width: fit-content;
    margin: auto;
    padding: 24px;
    border-radius: 5px;
    margin-top: 32px;
}

.bottom-glob p.intro-text {
  color: #4A4A4A;
}

.bottom-glob .bottom-part {
  margin-top: 0px;
  background-color: white
}

#main > .container .footer {
  position: relative;
  margin-top: -40px;
}

#main > .container .footer > div {
  display: flex;
  justify-content: center;
  gap: 24px
}

#loginPage footer > div > div:nth-child(n+2) {
  display: none;
}
