.timeline {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.timeline__date {
  position: relative;
  width: 6.5em;
}
.timeline__date::after {
  position: absolute;
  top: 5px;
  right: -6px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #38539A;
  content: "";
}
.timeline__date:first-of-type::before {
  display: block;
  position: absolute;
  top: 0px;
  right: -6px;
  width: 8px;
  height: 5px;
  background-color: #FFFFFF;
  content: "";
}
.timeline__text {
  width: calc(100% - 6.5em);
  padding: 0.5em 2em 2em;
  background-image: linear-gradient(to top, #D3D8E7, #D3D8E7 3px, transparent 3px, transparent 6px);
  background-size: 2px 6px;
  background-repeat: repeat-y;
  background-position-y: bottom;
}
.timeline__text:last-child {
  background: none;
}


@media screen and (min-width: 769px) {
  .timeline__date {
    width: 80px;
    color: #888888;
    font-size: 16px;
    font-family: "Source Sans Pro", sans-serif;
  }
  .timeline__date::after {
    width: 8px;
    height: 8px;
  }
  .timeline__text {
    width: calc(100% - 80px);
    padding: 0 0.5em 2em 30px;
    color: #2C2C2C;
    font-size: 16px;
  }
  .ajf .top__h1 {
    font-size: 28px;
    text-align: center;
    font-weight: 600;
    height: 148px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
  .ajf .top__h1 .Sfont {
    font-size: 20px;
    font-weight: 400;
  }
  .ajf .top__inner {
    background-color: #F6F6F6;
    margin: 0 auto 80px;
  }
  .ajf .top__inner .top__heading {
    padding: 40px 30px 35px;
    font-weight: 400;
  }
  .ajf .top__inner .top__title,
.ajf .top__inner .top__text {
    color: #2C2C2C;
  }
  .ajf .top__inner .top__img {
    min-width: 570px;
    max-width: 610px;
  }
  .ajf .top__inner .top__title {
    font-size: 24px;
    margin-bottom: 20px;
    font-weight: 600;
  }
  .ajf .top__inner .top__text {
    margin-bottom: 15px;
    font-size: 16px;
  }
  .ajf .top__inner .top__text:last-child {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 769px) and (max-width: 1100px) {
  .ajf .top__h1 {
    font-size: 2.545vw;
    text-align: center;
    font-weight: 600;
    height: 13.455vw;
    display: flex;
    justify-content: start;
    align-items: center;
    flex-direction: column;
  }
  .ajf .top__h1 .Sfont {
    font-size: 1.818vw;
    font-weight: 400;
  }
  .ajf .top__inner {
    background-color: #F6F6F6;
    margin: 0 auto 80px;
  }
  .ajf .top__inner .top__heading {
    padding: 3.636vw 2.727vw 3.182vw;
    font-weight: 400;
  }
  .ajf .top__inner .top__title,
.ajf .top__inner .top__text {
    color: #2C2C2C;
  }
  .ajf .top__inner .top__img {
    width: 55.4545454545%;
    min-width: 0;
  }
  .ajf .top__inner .top__title {
    font-size: 2.182vw;
    margin-bottom: 1.818vw;
    font-weight: 600;
  }
  .ajf .top__inner .top__text {
    margin-bottom: 1.364vw;
    font-size: 1.455vw;
  }
  .ajf .top__inner .top__text:last-child {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 768px) {
  .timeline__date {
    width: 60px;
    color: #888888;
    font-size: 14px;
    font-family: "Source Sans Pro", sans-serif;
  }
  .timeline__date::after {
    width: 8px;
    height: 8px;
  }
  .timeline__text {
    width: calc(100% - 60px);
    padding: 0 0 27px 20px;
    color: #2C2C2C;
    font-size: 14px;
  }
  .ajf .top__h1 {
    font-size: 24px;
    text-align: center;
    font-weight: 600;
    height: 74px;
    display: flex;
    justify-content: start;
    align-items: center;
    flex-direction: column;
  }
  .ajf .top__h1 .Sfont {
    font-size: 16px;
    font-weight: 400;
  }
  .ajf .top__inner {
    background-color: #F6F6F6;
    margin: 0 auto 50px;
  }
  .ajf .top__inner .top__heading {
    padding: 50px 30px;
    font-weight: 400;
  }
  .ajf .top__inner .top__title, .ajf .top__inner .top__text {
    color: #2C2C2C;
  }
  .ajf .top__inner .top__title {
    font-size: 20px;
    margin-bottom: 20px;
    font-weight: 600;
  }
  .ajf .top__inner .top__text {
    margin-bottom: 20px;
  }
  .ajf .top__inner .top__text:last-child {
    margin-bottom: 0;
  }
  .ajf .content__inner {
    padding: 0 30px;
    margin-bottom: 70px;
  }
  .ajf .content__title {
    text-align: left;
    font-size: 20px;
  }
  .ajf .content__text {
    padding: 0;
  }
}/*# sourceMappingURL=style_ajf.css.map */