@media (min-width: 768px) {
  #containerSelection {
    max-width: 60%;
  }
}

@media (max-width: 768px) {
  .fontMobile15rem768px {
    font-size: 1.5rem;
    line-height: 1.8rem;
  }
}

@media (max-width: 768px) {
  .fontMobile1rem768px {
    font-size: 1.2rem!important;
    line-height: 1.5rem;
  }
}

@media (max-width: 768px) {
  #containerHelloWelcome {
    margin-top: 0!important;
  }
}

.zoom {
  transition: transform .2s;
}

.zoom:hover {
  -ms-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

