/* Extra large devices (large laptops and desktops, 1400px and up) */
@media only screen and (min-width: 1700px) {
  section {
    padding: 100px 300px 100px 300px;
  }
  /* B A N N E R ------------------------------------------------------------------------------------------- */
  .banner {
    width: calc(100% - 100px);
    padding: 15px 50px 20px 50px;
  }
  /* A B O U T  U S ---------------------------------------------------------------------------------------- */
  .teamContainer {
    display: flex;
    align-items: baseline;
    justify-content: center;
  }
  .teamImg {
    width: 120px;
    height: 120px;
  }
  .team {
    display: inline-block;
    text-align: center;
    margin-right: 10px;
    margin-left: 10px;
    width: 180px;
  }
  /* N A V  B A R S ---------------------------------------------------------------------------------------- */
  .navTablet {
    visibility: hidden;
    display: none;
  }
}
