.person {
	max-width: 16rem;
}

.person .sub {
	margin-top: 1.4rem;
	margin-bottom: 0;
	font-weight: 400;
	font-size: 0.9rem;
	line-height: 1.4;
}

.person .name {
	font-weight: 600;
	font-size: 1.1rem;
}

.teamimage {
  position: relative;
	padding-right: 12px !important;
}

.teamimage img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.teamimage::before {
  position: absolute;
  content: "";
  width: calc(100% - 12px);
  height: 100%;
  top: 12px;
  left: 12px;
  background: linear-gradient(90deg, rgba(0, 190, 165, 0.6) 0%, rgba(0, 202, 198, 0.6) 50%, rgba(0, 163, 198, 0.6) 75%, rgba(0, 127, 198, 0.6) 100%);
}