.t-helpdesk__step-num {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.5rem;
  height: 2.5rem;
  margin-bottom: 1rem;
  font-size: 1.125rem;
  font-weight: 500;
  background: #ffd000;
  border-radius: 50%;
}

.t-helpdesk__feature-icon {
  width: 2rem;
  height: 2rem;
  margin-top: 0;
  color: #fff;
}

.t-helpdesk__card-media {
  display: block;
  aspect-ratio: 4 / 3;
}

.t-helpdesk__card-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
