.flex-start{
  justify-content: flex-start;
}
.flex-start .tech-col{
  width: 350px;
}
section{
  padding-bottom: 2rem;
}
.content-block{
  padding: 2% 10%;
}
.mb-50{
  margin-bottom: 50px;
}
.text-center{
  text-align: center !important;
}
.footer-wrapper{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.footer-wrapper a{
  color: #54698d;
  border: none;
  text-decoration: none;
  font-size: 13px;
  transition: all .5s 0s;
}
.footer-wrapper a:hover, .footer-wrapper a:focus{
  color: #1c8b9e;
}
.footer-list{
  display: flex;
}
.footer-list li{
  margin-right: 15px;
}
footer.page-footer{
  padding-top: 0 !important;
}
.team_collage{
  width: 500px;
  margin: 0 auto;
  text-align: center;
}
.team_collage img{
  max-width: 100%;
}
@media(max-width: 1300px){
  .flex-start .tech-col{
    width: 50%;
  }
}
@media(max-width: 768px){
  .team_collage{
    width: 90%;
  }
}