.main .service-schedule {
  padding-top: 20px
}
.main .service-schedule__title {
  text-align: center;
  font-weight: 400;
  font-size: 16px;
  line-height: 18px;
  margin-bottom: 16px
}
.main .service-schedule__row {
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 5px
}
.main .service-schedule__block {
  display: flex;
  align-items: center;
  background-color: #fff;
  padding: 10px;
  border-radius: 4px
}
.main .service-schedule__block-head {
  font-weight: 700;
  font-size: 12px;
  line-height: 15px;
  text-transform: uppercase;
  color: #3d485a;
  margin-right: 20px
}
.main .service-schedule__col {
  display: flex;
  width: 100%;
  gap: 15px
}
.main .service-schedule__flex {
  width: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between
}
.main .service-schedule__flex_mileage {
  color: #072e66
}
.main .service-schedule__flex_operations {
  color: #313233
}
.main .service-schedule__flex-title {
  width: 100%;
  display: block;
  color: rgba(61,72,90,.5);
  text-transform: uppercase;
  text-align: center;
  font-size: 10px;
  line-height: 10px;
  padding-bottom: 1px;
  margin-bottom: 5px;
  border-bottom: 1px solid rgba(61,72,90,.5)
}
.main .service-schedule__item {
  font-weight: 700;
  font-size: 14px;
  line-height: 14px;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  justify-content: center
}
.main .service-schedule__item:not(:last-child) {
  margin-bottom: 6px
}
@media (max-width:767px) {
  .main .service-schedule {
    padding-top: 10px
  }
  .main .service-schedule__title {
    margin-bottom: 5px
  }
  .main .service-schedule__flex-title {
    font-size: 9px
  }
}