.schedule .timeline {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
}
.schedule .timeline::after {
  content: "";
  position: absolute;
  width: 6px;
  background-color: #343436;
  top: 0;
  bottom: 0;
  left: 10%;
  margin-left: -3px;
}
.schedule .timeline .container- {
  padding: 10px 20px;
  margin: 30px 0;
  position: relative;
  background-color: inherit;
  width: 70%;
}
.schedule .timeline .container-::after {
  content: "";
  position: absolute;
  width: 25px;
  height: 25px;
  right: -13px;
  background-color: #343436;
  border: 4px solid #343436;
  top: 15px;
  border-radius: 50%;
  z-index: 1;
}
.schedule .timeline .left {
  left: 0;
  text-align: right;
}
.schedule .timeline .right {
  left: 10%;
}
.schedule .timeline .right::after {
  left: -13px;
}
.schedule .timeline .left .text-wrapper {
  margin-right: 15px;
}
.schedule .timeline .right .text-wrapper {
  margin-left: 15px;
}
.schedule .container- .text-wrapper p {
  font-size: 1.5rem;
  line-height: 1.7rem;
}
.schedule .right .text-wrapper p {
  text-align: justify;
}
.schedule .container- .text-wrapper h2 {
  margin-bottom: 20px;
  font-size: 1.7rem;
  font-weight: 700;
}
@media screen and (max-width: 600px) {
  .schedule .timeline .timeline::after {
    left: 31px;
  }
  .schedule .timeline::after {
    left: 28px;
  }
  .schedule .timeline .container- {
    width: 100%;
    padding-left: 70px;
    padding-right: 25px;
  }
  .schedule .timeline .container-::before {
    left: 60px;
    border: medium solid white;
    border-width: 10px 10px 10px 0;
    border-color: transparent white transparent transparent;
  }
  .schedule .timeline .left::after,
  .schedule .timeline .right::after {
    left: 15px;
  }
  .schedule .timeline .container- .text-wrapper h2 {
    font-size: 2rem;
  }
  .schedule .timeline .left {
    text-align: justify;
  }
  .schedule .timeline .left .text-wrapper h2 {
    text-align: left;
  }
  .schedule .timeline .right .text-wrapper {
    margin-left: unset;
    margin-right: auto;
  }
  .schedule .timeline .right {
    left: 0%;
  }
}
