.helpdesk-icon1-tudastar {
  background-image:url('../image/bg-faq.jpg');
}
.helpdesk-icon1-tavoliasztal {
  background-color:#fe483d;
}
.helpdesk-icon1-webconferencia {
  background-image:url('../image/webkonferencia.png');
}

.helpdesk-icon1-box {
  max-width: 25rem;
  height: 10rem;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 2vh;
  margin-left: auto;
  margin-right: auto;
}
.helpdesk-icon1-subbox {
  display: flex;
  height:100%;
  text-align:center;
  align-items:center;
  justify-content: center;
  border-radius: 2vh;
  text-decoration: none;
}
.helpdesk-icon1-blur {
  background-color: rgb(0,0,0);
  background-color: rgb(0,0,0,0.6);
}
.helpdesk-icon1-text {
  font-size: 1.3rem;
  font-weight:bold;
  color: #fff;
}
