h2 {
  color: black;
  font-size: 8rem;
  line-height: 7rem;
  font-family: "DINPro-Bold", sans-serif;
}

.banner {
  background: #d7fe24;
  padding: 10% 5% 5%;
}

@media only screen and (max-width: 1100px) {
  .banner {
    padding: 15% 5% 10%;
  }

  .banner h2 {
    font-size: 6rem;
    line-height: 5rem;
  }
}

@media only screen and (max-width: 720px) {
  .banner {
    padding: 20% 5% 10%;
  }

  .banner h2 {
    font-size: 3rem;
    line-height: 3rem;
  }
}

#info {
  padding: 5% 0 3%;
}

#info h3 {
  font-size: 1.3rem;
  margin: 0 0 30px 0;
}

@media only screen and (max-width: 720px) {
  #info {
    padding: 10% 0;
    text-align: center;
  }
}

#we-are-digital {
  padding: 5% 0;
}

#we-are-digital .no-gutters div {
  overflow: hidden;
}

#we-are-digital .no-gutters div img {
  transition: all 0.2s ease-in-out;
}

#we-are-digital .no-gutters div img:hover {
  transform: scale(1.1);
}

#we-are-digital p {
  margin: 80px 0 20px;
}

#we-are-digital .row .somos-digi {
  padding-left: 5%;
  padding-right: 2%;
}

@media only screen and (max-width: 1100px) {
  #we-are-digital h2 {
    font-size: 6rem;
    line-height: 5rem;
  }

  #we-are-digital .text-right {
    text-align: center !important;
    padding-bottom: 35px;
    padding-left: 10% !important;
    padding-right: 10% !important;
  }

  #we-are-digital .text-right br {
    display: none;
  }

  #we-are-digital p {
    padding-left: 10% !important;
    padding-right: 10% !important;
  }
}

@media only screen and (max-width: 720px) {
  #we-are-digital {
    padding: 10% 0;
    text-align: center;
  }

  #we-are-digital h2 {
    font-size: 4rem;
    line-height: 4rem;
  }

  #we-are-digital p br {
    display: none;
  }
}

#team {
  padding: 5% 0;
}

#team p {
  margin: 30px 0 60px;
}

#team figure {
  background-size: cover !important;
}

#team figcaption h3 {
  margin: 0;
  font-size: 1.3rem;
  font-family: "DINPro-Bold", sans-serif;
}

#team figcaption p {
  margin: 0px 0 25px;
}

@media only screen and (max-width: 1100px) {
  #team h2 {
    font-size: 6rem;
    line-height: 5rem;
  }
}

@media only screen and (max-width: 720px) {
  #team {
    padding: 10% 0;
    text-align: center;
  }

  #team h2 {
    font-size: 4rem;
    line-height: 4rem;
  }
}

#team .team-container div {
  overflow: hidden;
  background-size: cover !important;
}

#team .team-container div img {
  transition: all 0.2s ease-in-out;
}

#team .team-container div img:hover {
  filter: alpha(opacity=50);
  opacity: 0;
  transition: opacity 0.15s ease-in-out;
}

