.helpdesk-hero {
  text-align: center;
  margin-bottom: 80px;
}

.helpdesk-hero-info {
  margin-bottom: 40px;
}

.helpdesk-hero-info h1 {
  font-size: 48px;
  color: #3c3c3c;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 24px;
}

.helpdesk-hero-info p {
  color: #3c3c3c;
  font-size: 16px;
  line-height: 1.75;
  margin-bottom: 40px;
}

.helpdesk-hero-img img {
  width: 100%;
}

@media (min-width: 992px) {
  .helpdesk-hero {
    text-align: left;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .helpdesk-hero-info {
    flex: 1;
    margin-bottom: 0;
  }

  .helpdesk-hero-info h1 {
    font-size: 60px;
  }

  .helpdesk-hero-info p {
    color: #323c47;
    font-size: 18px;
    line-height: 1.56;
  }

  .helpdesk-hero-img {
    width: 400px;
    margin-left: 8%;
  }
}

.helpdesk-advantage {
  margin-bottom: 40px;
}

.helpdesk-advantage-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #3c3c3c;
  line-height: 1.5;
  text-align: center;
  margin-bottom: 40px;
}

.helpdesk-advantage-item-img {
  width: 60px;
  margin-bottom: 32px;
}

.helpdesk-advantage-item-img img {
  width: 100%;
}

.helpdesk-advantage-item h3 {
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 8px;
}

.helpdesk-advantage-item p {
  font-size: 16px;
  margin-bottom: 0;
}

@media (min-width: 992px) {
  .helpdesk-advantage {
    padding-top: 0;
    padding-bottom: 0;
    margin-top: 0;
    margin-bottom: 190px;
  }

  .helpdesk-advantage ul {
    display: flex;
    justify-content: space-between;
  }
  .helpdesk-advantage-item {
    width: 16%;
    margin-bottom: 0;
  }
}

.helpdesk-item {
  margin-bottom: 40px;
}

.helpdesk-item-img img {
  width: 100%;
}

.helpdesk-item-main {
  list-style: none;
  margin-bottom: 40px;
}

.helpdesk-item-main ul {
  list-style-type: disc;
  padding-left: 20px;
}

.helpdesk-item-main ul > li {
  margin-bottom: 4px;
}

.helpdesk-item-main > li {
  margin-bottom: 20px;
}

.helpdesk-item-main li h2 {
  color: #02b13f;
  font-size: 18px;
  margin-bottom: 4px;
}

.helpdesk-item-main li h2 span {
  display: block;
  font-weight: 700;
  color: #626262;
  font-size: 23px;
  margin-bottom: 8px;
}

.helpdesk-item-main li p {
  line-height: 1.5;
  color: #3c3c3c;
  font-size: 16px;
}

@media (min-width: 992px) {
  .helpdesk-item {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 0;
    margin-bottom: 0;
  }

  .helpdesk-item-img {
    width: 42%;
    margin-right: 8%;
    order: 1;
  }

  .helpdesk-item-main {
    flex: 1;
    margin-bottom: 0;
    order: 2;
  }

  .helpdesk-item-main > li {
    margin-bottom: 28px;
  }

  .helpdesk-item-main li h2 {
    display: flex;
    align-items: center;
    margin-bottom: 8px;
    font-weight: 500;
  }

  .helpdesk-item-main li h2 span {
    font-size: 25px;
    margin-right: 12px;
    margin-bottom: 0;
  }

  .helpdesk-item-main li p {
    padding-left: 45px;
  }
}
