.tmm_member {
  width: 100%;;
  vertical-align: top;
  margin-top: 25px;
  margin-bottom: 25px;
  height: auto;
  position: relative;
  text-align: center;
  -webkit-box-shadow: 3px 0px 5px 0px rgba(0, 0, 0, 0.04);
  -moz-box-shadow: 3px 0px 5px 0px rgba(0, 0, 0, 0.04);
  box-shadow: 3px 0px 5px 0px rgba(0, 0, 0, 0.04);
  border-top: 5px solid lightgrey;
  border-left: solid 1px #eee;
  border-right: solid 1px #eee;
  border-bottom: 5px solid whitesmoke;
  background: white;
  box-sizing: border-box;
}

.tmm_member .tmm_photo {
  margin-left: auto;
  margin-right: auto;
  background-size: cover !important;
  background-position: center center !important;
  width: 60%;
  padding-bottom: 60%;
  border: none;
  -webkit-box-shadow: 2px 0px 1px 0px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 2px 0px 1px 0px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 0px 1px 0px rgba(0, 0, 0, 0.05);
  border-radius: 34% !important;
  margin-top: -30%;
  border: 6px solid #eeeeee;
}

.tmm_member .tmm_textblock .tmm_scblock {
  padding-top: 10px;
}

.tmm_member .tmm_textblock {
  padding: 10px 12px;
}

.tmm_job,
.tmm_job p {
  color: #888888;
}

.headline{
  font-size: 35px;
  font-weight: 600;
  text-transform: uppercase;
}

.slogansection{
  position: relative;
}
.sloganimg img{
  height: 100px;
  width: 100%;
}

.slogan_desc{
  position: absolute;
  top : 50px;
  transform: translate(-50%, 0);
  left: 50%;
  width: 80%;
  background:#712B75;
  color: #fff;
  border-radius: 5px;
}

.teamsection_start{
  margin-top: 260px;
}
@media screen and (max-width: 768px) {
  .slogan_desc{
    position: static;
    transform: translate(0, 0);
    margin-top: 25px;
    width: 100%;
  }
  .teamsection_start{
    margin-top: 30px;
  }
  .headline{
    font-size: 20px;
  }
}