.medical-slider img {
  height: 14em;
	margin-left: 1em;
}

.medical-slider .swiper-wrapper {
  transition-timing-function: linear;
}

.step-items {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: start;
  text-align: center;
  flex-flow: column;
  background: #F4F8F9;
  box-shadow: -3px -3px 7px #FFFFFF, 3px 3px 7px #BEBEBE;
  border-radius: 12px;
  gap: 1.3rem
}

.frate-banner {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: start;
  text-align: start;
  background: #F4F8F9;
  box-shadow: -3px -3px 7px #FFFFFF, 3px 3px 7px #BEBEBE;
  border-radius: 12px;
  gap: 1.3rem
}

.frate-banner .mark-mfgreen-grad {
	line-height: 1.4em;
}

.frate-banner img {
	max-width: 20rem;
	width: 20rem;
}

img.lazyloaded {
	width: 100%;
}

.message-items {
  background: #F5F5F5;
  box-shadow: -3px -3px 7px #FAFAFA, 3px 3px 7px #BEBEBE;
  border-radius: 12px;
}

.person-bio h4 span {
  font-size: 0.7em;
  margin-left: 1em;
  font-weight: 400;
}