/* CAREERS / SBOCCHI PROFESSIONALI */
.homepage-careers {
  background-color: #000;
  color: #fff;
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
}

.homepage-careers__title {
  color: #fff;
  font-weight: 500;
  font-size: 2.5rem;
  line-height: 1.05;
  margin-bottom: 1rem;
}

.homepage-careers__link {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  color: #fff;
  font-weight: 600;
  font-size: 0.875rem;
  text-decoration: none;
}

.homepage-careers__link:hover {
  color: #6f9bef;
}

.homepage-careers__link-icon {
  width: 20px;
  height: 20px;
  fill: currentColor;
}

.homepage-careers__stat {
  position: relative;
  color: #fff;
  font-weight: 400;
  font-size: 6rem;
  line-height: 1;
  margin-top: 2.5rem;
  margin-bottom: 1.5rem;
  padding-bottom: 1rem;
}

.homepage-careers__stat:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 4rem;
  height: 4px;
  background-color: #5d91e5;
}

.homepage-careers__stat-label {
  color: #ffffff;
  font-size: 1rem;
  line-height: 1.4;
  margin-bottom: 0;
  max-width: 18rem;
}

.homepage-careers__list-col {
  margin-top: 2.5rem;
}

.homepage-careers__list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}

.homepage-careers__item {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 1rem 0;
  border-bottom: 1px solid #5d91e5;
}

.homepage-careers__item-num {
  flex-shrink: 0;
  color: #5d91e5;
  font-size: 1.25rem;
  font-weight: 500;
}

.homepage-careers__item-label {
  color: #fff;
  font-size: 20px;
  font-weight: 500;
}

@media (min-width: 992px) {
  .homepage-careers {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .homepage-careers__link-icon {
    position: relative;
    top: -2px;
  }

  .homepage-careers__link {
    font-size: 1rem;
  }
  .homepage-careers__title {
    font-size: 3rem;
  }
  .homepage-careers__stat {
    font-size: 8rem;
  }
  .homepage-careers__list-col {
    margin-top: 0;
    padding-left: 2.5rem;
  }
}
