.team-member-type {
  font-size: 3rem;
  color: #059886;
  border-bottom: 4px solid #059886;
  text-transform: uppercase;
}
.error-bg {
  background-color: #e6cfcf !important;
}
.error {
  color: #e71729 !important;
  font-size: 1.2vw;
  font-weight: bold;
}
.before,
.after {
  margin: 0;
}
.before figcaption,
.after figcaption {
  background: #fff;
  border: 1px solid #c0c0c0;
  border-radius: 12px;
  color: #2e3452;
  opacity: 0.8;
  padding: 12px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  line-height: 100%;
}
.before figcaption {
  left: 12px;
}
.after figcaption {
  right: 12px;
}
.img-comparison-slider {
  --divider-width: 4px;
  --divider-color: #ffffff;
  --default-handle-opacity: 1;
  --default-handle-width: 150px;
  --default-handle-shadow: 2px 4px 6px #000;
}
.sollarWrp p a{text-decoration:none;}
.sollarWrp p a:hover{text-decoration:underline;}