/* .dispatch-service */
@media screen and (min-width: 768px) {
  .dispatch-service {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .dispatch-service__left-item {
    width: 29.4609665428%;
    max-width: 19.8125rem;
  }
  .dispatch-service__right-item {
    width: 65.9851301115%;
    max-width: 44.375rem;
  }
}