<!DOCTYPE html>
<html>
<body><p>header .intro-text {
  padding-top: 100px;
  padding-bottom: 0px!important;
}

.team-member img {width: initial; float: none; margin-top: 40px; }
.team-member p { margin: 20px 50px; font-size:16px; text-align: justify; }

@media (min-width: 768px) {
.team-member img { width:initial;  float: left; margin-top: 0; }
section#team .team-member { text-align:inherit; } 
.team-member p { margin: 20px 50px; font-size:16px; }
section#team .col-sm-12:nth-child(2n+1) { text-align:left; }
section#team .col-sm-12:nth-child(2n) { text-align:right; }

section#team .col-sm-12:nth-child(2n+1) img{ float: left; margin-right: 40px; }
section#team .col-sm-12:nth-child(2n) img{ float: right; margin-left: 40px; }
 }

section#team .col-sm-12 { margin:40px 0; }



.team-member h4 { padding-top: 20px; }

.c-forms-form { margin: 0 auto; }</p></body>
</html>
