.icon-card {
  padding: 20px;
}

.icon-card__background {
  align-items: center;
  background-image: url('//cdn2.hubspotqa.net/hub/101677409/hubfs/Biography-squares.svg?t=1580932507865&width=860');
  background-position: center center;
  background-repeat: no-repeat;
  display: flex;
  justify-content: center;
}

.icon-card__upper {
  max-height: 148px;
  max-width: 148px;
  position: relative;
}

.icon-card__image {
  border-radius: 50%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .icon-card__upper,
  .icon-card__image {
    height: auto;
  }
}

.icon-card__content {
  margin: 0 auto;
  max-width: 250px;
	text-align: center;
}

.icon-card__name {
  font-size: 18px;
  margin: 1rem 0;
	color: rgb(16, 77, 179);
	font-weight: 600;
	font-family: "Maven Pro";
}

.icon-card__title {
  font-size: 18px;
  margin: 1rem 0;
	color: rgb(16, 77, 179);
	font-weight: 600;
	font-family: "Maven Pro";
}

.icon-card__text {
  line-height: 2rem;
	font-family: 'open sans';
	font-size: 16px;
	font-weight: 400;
	color: rgb(16,77,179;
}

@media (max-width: 767px) {
  .icon-card {
    margin-bottom: 2rem;
  }
}
