#page-tecnologia {
  .technology-icon {
    width: 70px;
  }

  @media (min-width: 980px) {
    .technology-icon {
      width: 95px;
    }
  }
}