.topImageSinglePage {
  height: 400px;
  position: relative;
  background-position: center;
  padding-top: 100px;
}
.topImageSinglePage:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,.5);
}
.topImageSinglePage .masthead-text {
  top: 200px;
  z-index: 1;
  transform: none;
}
.teamPage .so-widget-sow-editor img {
  width: 230px;
  height: 230px;
  margin: 90px auto 50px;
}
.teamPage h3 {
  font: var(--font-size-44px)/ 1 'alternate_gothic_no2';
  margin-bottom: 20px;
}
.teamPage h3 a {
  display: inline-block;
  color: var(--secondary-text-color);
}
.teamPage h3 a:hover {
  color: rgb(238, 64, 48);  
}
.teamPage h4 {
  font: var(--font-size-22px)/1.45 'OpenSans-Regular';
}
@media only screen and (max-width: 767px) {
  .topImageSinglePage {
    height: 209px;
  }
  .topImageSinglePage .masthead-text {
    top: 115px;
  }
  .teamPage .so-widget-sow-editor img {
    width: 150px;
    height: 150px;
    margin: 50px auto;
  }
  #firstBlock .so-panel:first-child {
    padding: 30px 20px;
  }
  .teamPage h4 {
    font-size: var(--font-size-20px);
    font-weight: 300;
  }
}