@charset "UTF-8";

.car-request-conductor {
  width: 100%;
  padding: var(--sp-spacing-40) 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}

@media (min-width: 961px) {
  .car-request-conductor {
    padding: var(--sp-spacing-64) 0
  }
}

.car-request-conductor__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: var(--sp-spacing-16)
}

@media (min-width: 961px) {
  .car-request-conductor__inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: var(--sp-spacing-64)
  }
}

.car-request-conductor__read {
  font-size: 20px;
  line-height: 150%;
  font-weight: 400
}

.car-request-conductor__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  white-space: nowrap
}
