.hackers-container{
  width:100%
}

a .bio-linkedin-icon{
  width:28px;
  height:28px;
}

a .team-picture{
  filter: none;
}

.img-border{
  border-radius:200px;
}
{#
.leader-button{
  font-weight: 700;
  color: #fff;
  background-color: #8A8494;
  width: 33%;
  padding-top: 0.2rem;
  padding-bottom: 0.2rem;
}
#}
.leader-layout{
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
}

@media(min-width:768px)and(max-width:1024px){
  .hackers-container{
    width:1024px;
  }
}

@media(min-width:1025px)and(max-width:2560px){
  .hackers-container{
    width:2700px;
  }
}