.automotive-services-block {

}

.automotive-services-block__wrapper {
  display: flex;
  justify-content: space-between;
  background: #000 !important;
  color: #fff;
  padding: 32px 116px 64px 32px;
}

.automotive-services__header {
  max-width: 288px;
}

.automotive-services__title {
  font-weight: 700;
  font-size: 48px;
  line-height: 100%;
  letter-spacing: -0.01em;
  text-transform: uppercase;
  margin: 0;
  max-width: 288px;
  color: #fff;

}

.automotive-services__list {
  display: flex;
  flex-direction: column;
  gap: 16px;
  width: 50%;
}

.automotive-services__item {
  display: flex;
  align-items: flex-start;
  gap: 81px;
  font-weight: 400;
  font-size: 16px;
  line-height: 125%;
  margin-left: -56px;
}

.automotive-services__number {
  color: rgba(255, 255, 255, .48);
  font-weight: 400;
  font-size: 16px;
  line-height: 125%;
  min-width: 30px;
  text-align: left;
}

.automotive-services__name {
  flex-grow: 1;
}

/* Адаптивность */
@media (max-width: 992px) {
  .automotive-services-block {
    /*padding: 16px;*/
    /*margin-top: 32px;*/
  }

  .automotive-services-block__wrapper {
    flex-direction: column;
    gap: 16px ;
    padding: 16px 24px 32px;
  }

  .automotive-services__header {
    max-width: 100%;
    padding-right: 0;
  }

  .automotive-services__title {
    font-size: 32px;
    max-width: 100%;
  }

  .automotive-services__list {
    width: 100%;
    gap: 12px;
  }

  .automotive-services__item {
    font-size: 16px;
    margin-left: 0;
    gap: 56px;
  }

  .automotive-services__number {
    font-size: 16px;
  }
}
