li {
  list-style: none;
}

/* header-team */

.header-team {
  width: 100%;
  margin: 50px 0;
}
.header-team h1 {
  font-size: 2rem;
  color: #e4e4e4;
  font-weight: bolder;
}

/*cards */

.cards-team {
  /* height: 700px; */
  width: 100%;
}

.card-team {
  background-color: #041a2b;
  border-radius: 20px;
}
.card-team img {
  border-radius: 50%;
  width: 60px;
  height: 60px;
}
.card-team h3 {
  font-weight: bolder;
  color: white;
}
.card-team h5 {
  color: #01a8b4;
}

.team-icon-list li i {
  color: #fff;
  transition: all 0.1s ease-in-out;
}
.team-icon-list li i:hover {
  color: #01a8b4;
  transform: scale(1.2);
}

/*Contribute*/
.Contribute {
  width: 100%;
  height: 600px;
}
.Contribute h1 {
  color: white;
  font-weight: bolder;
  text-align: center;
  font-size: 2rem;
}

.Contribute-box {
  background-color: #041a2b;
  border-radius: 15px;
}
.Contribute-card {
  background-color: #01a8b4;
  opacity: 0.7;
  height: 250px !important;
}
.Contribute-card p {
  color: #041a2b;
}

.contribut-icon-list li i {
  color: #fff;
  transition: all 0.2s ease-in-out;
}

.contribut-icon-list li i:hover {
  color: #041a2b;
  transform: scale(1.1);
}

/* meadia queries */
@media (min-width: 768px) {
  .header-team h1 {
    font-size: 6rem;
    color: #e4e4e4;
    font-weight: bolder;
  }

  .header-team {
    width: 100%;
    height: 550px;
  }

  .Contribute h1 {
    color: white;
    font-weight: bolder;
    font-size: 65px;
  }
}
