.team .member {
      margin-bottom: 20px;
      overflow: hidden;
      text-align: center;
      border-radius: 5px;
      background: #fff;
      box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}
    
.team .member .member-img {
      position: relative;
      overflow: hidden;
}
    
.team .member .member-info {
      padding: 25px 15px;
}
    
.team .member .member-info h4 {
      font-weight: 700;
      margin-bottom: 5px;
      font-size: 18px;
      color: #111;
}
    
.team .member .member-info span {
      display: block;
      font-size: 13px;
      font-weight: 400;
      color: #b4aca8;
}
    
.team .member .member-info p {
      font-style: italic;
      font-size: 14px;
      line-height: 26px;
      color: #847872;
}

.our-team{
      background: url(../img/images/team_photo-unsplash.jpg) center/cover no-repeat; 
}
.our-team-opac{
      background:rgba(56, 57, 58, 0.466);
}
.our-team p{
      font: 1rem sans-serif;
      line-height: 3rem;
      text-align: justify;
}
.our-team button{
      min-width: 9rem;
      min-height: 2rem;
      margin-left: 2rem;
      padding: 0.4rem;
      border: none;
      border-radius: 1rem;
      background: #445479;
}
.our-team button a{
      text-decoration: none;
      color: white;
      font-weight: bold;
}
.our-team button:hover{
      background: rgb(100, 100, 100);
}
.our-team button a:hover{
      color: black;
}
