.teamimg {
display: inline-block;
clear: both;
box-sizing: border-box;
overflow: hidden;
width: 50%;
height: auto;
float: right;
margin: 14px 0 20px 20px;
border: white 2px solid;
box-shadow: 10px 10px 5px #7cacce;
}

.sectionTitle {
display: block;
font-family: "Pacifico", cursive;
font-weight: 400;
font-style: normal;
font-size: 1.4em;
color: #1576c3;
text-decoration: none;
font-weight: 700;
width: 100%;
margin: 0 0 2px 0;
}

@media screen and (max-width: 1295px) {
  .teamimg {
    width: 60%;
  }
}
@media screen and (max-width: 997px) {
  .teamimg {
  display: block;
  width: 100%;
  float: none;
  margin: 10px 0 10px 0;
  }
}