div.team-column {
  float: left;
  width: 50%;
  margin-bottom: 16px;
  padding: 0 8px;
}

.team-card {
  box-shadow: 0 4px 8px rgba(0,0,0,0.2);
  background: #0ea5e933;
}

.team-box {
  padding: 0 16px;
}

.team-row::after {
  content: "";
  display: table;
  clear: both;
}

.team-title {
  color: grey;
  align-items: center;
}

.team-button {
  border: none;
  display: inline-block;
  padding: 8px;
  color: white;
  background-color: #000;
  text-align: center;
  cursor: pointer;
  width: 100%;
}

.team-button:hover {
  background-color: #555;
}
 

@media screen and (max-width: 650px) {
  .team-column {
    width: 50%;
    display: block;
  }
}


@media only screen and (min-width: 768px) and (max-width: 991px) {
    .ptb_100 {
        padding: 70px 0;
        margin-bottom: 2%;
    }
} 
