
.card-layout .reduced-layout{
  display: none;
}
.member-img img {
  text-align: center;
}

.column-4{
  width: calc(25% - 20px);
}
.column-3{
  width: calc(33.33% - 20px);
}
.column-2{
  width: calc(35% - 20px);
  margin: 0 30px;
}
.column-1{
  width: calc(99% - 20px);
}
.icon svg {
  width: 22px;
  margin: 0 10px;
}

.hover-content {
  position: absolute;
  display: none; 
  top: 0;
  height: auto;
  transition: all 1s;
  height: 99%;
}
.team-box:hover .team-text-content {
  display: none;
}
.team-box:hover .hover-content {
  display: block;
}

.team {
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.team-box{
  width: calc(33.33% - 20px);
  height: 70%;
  position: relative;
}
.team-text-content{
  position: absolute;
  bottom: 20px;
  right: 10px;
  left: 10px;
  transition: all 3s;
}

{####### Reduced Layout Css #######}
.reduced-team-box{
  width:40%;
  height: 70%;
}
.re-team{
  width: 100%;
  display: flex;
  justify-content: space-between;
}

