.bbd-boom-team {
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
}

.bbd-boom-team.is-full-border-radius {
  border-radius: 20px;
}

{# add text shadow to make the text more readable #}
.bbd-boom-team .is-text-shadow {
  text-shadow: 1px 1px 2px #000000; 
}

.bbd-boom-team .social a {
  border-radius: 50px;
  width: 40px;
  height: 40px;
  display: inline-block;
  line-height: 40px;
  text-align: center;
}

.bbd-boom-team .social a svg {
  fill: #fff;
}

.bbd-boom-team .card {
  background-color: #F3F4F7;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  border-top-left-radius: 500px;
  border-top-right-radius: 500px;
}

.bbd-boom-team .card .card-image img {
  width: 235px;
  height: 235px !important;
  object-fit: cover;
}
.bbd-boom-team .card .card-title {
  font-size: 20px;
}