.section__cost {
  background-color: #EDEEF0;
}

.section__schedule {
  background-color: #EAF5FF;
}

.schedule__container--content {
  position: relative;
  padding: 0 40px;
}

.schedule__container--content::before {
  content: '';
  height: 100%;
  position: absolute;
  top: 0;
  right: 50%;
  background-image: url("../../images/dots-line.svg");
  width: 6px;
  z-index: 0;
}

@media screen and (max-width: 768px) {
  .schedule__container--content {
    padding: 0;
  }
}

.schedule__wrapper--content {
  width: 51%;
}

@media screen and (max-width: 768px) {
  .schedule__wrapper--content {
    width: 52.5%;
  }
}

@media screen and (max-width: 400px) {
  .schedule__wrapper--content {
    width: 54%;
  }
}

.schedule__wrapper--detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 768px) {
  .schedule__wrapper--detail {
    width: 95%;
  }
}

@media screen and (max-width: 768px) {
  .schedule__wrapper--detail--left {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}

@media screen and (max-width: 768px) {
  .schedule__wrapper--detail--right {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

.schedule__wrapper--left {
  margin: 0 0 0 auto;
}

.schedule__wrapper--inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 768px) {
  .schedule__wrapper--inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.schedule__wrapper--inner-right {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.schedule__wrapper--inner-left {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

@media screen and (max-width: 768px) {
  .schedule__text--content {
    min-width: 70px;
    padding: 7px 29px;
    text-align: center;
  }
}

.schedule__text--content--left {
  margin: 0 0 0 auto;
}

.schedule__text--content--right {
  margin: 0 auto 0 0;
}

.schedule__image--number {
  width: 150px;
  margin: 0 30px;
}

@media screen and (max-width: 768px) {
  .schedule__image--number {
    width: 90px;
    margin: 0 10px;
  }
}

.schedule__item--dot {
  width: 23px;
  height: 23px;
  border-radius: 50%;
  z-index: 2;
  margin-right: 4px;
}

@media screen and (max-width: 768px) {
  .schedule__item--dot {
    width: 15px;
    height: 15px;
  }
}

@media screen and (max-width: 768px) {
  .schedule__text--specific {
    padding: 7px 62px;
  }
}

.schedule__color--blue1 {
  background-color: #5CC1DF;
}

.schedule__color--blue2 {
  background-color: #A9D4DC;
}

.schedule__color--blue3 {
  background-color: #2D9FC1;
}
/*# sourceMappingURL=cost-and-schedule.css.map */