.about_container {
  height: 1300px;
  margin: 1em 0 0;
  background-color: white;
}

.about_container .title {
  text-align: center;
  font-size: 3em;
  margin-bottom: 0.5em;
}

.about_container svg {
  position: absolute;
  top: 146px;
  left: 50% !important;
  height: 1250px;
  stroke: black;
  stroke-width: 6px;
  -webkit-transform: translate(-1%);
          transform: translate(-1%);
  z-index: 2;
}

li:nth-child(1) a {
  font-size: 120%;
  font-weight: bolder;
}

.timeline {
  background-color: white;
  height: 1200px;
  margin: 0 1em;
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: (1fr)[18];
      grid-template-rows: repeat(18, 1fr);
  -ms-grid-columns: (1fr)[6];
      grid-template-columns: repeat(6, 1fr);
}

.a1,
.a2,
.b1,
.b2,
.c1,
.c2,
.d1,
.d2,
.e1,
.e2,
.f1,
.f2 {
  height: 130%;
  position: relative;
}

.a1 .content h3,
.a2 .content h3,
.b1 .content h3,
.b2 .content h3,
.c1 .content h3,
.c2 .content h3,
.d1 .content h3,
.d2 .content h3,
.e1 .content h3,
.e2 .content h3,
.f1 .content h3,
.f2 .content h3 {
  margin: 0;
  padding: 0;
  font-size: 1.2em;
}

.a1 .content p,
.a2 .content p,
.b1 .content p,
.b2 .content p,
.c1 .content p,
.c2 .content p,
.d1 .content p,
.d2 .content p,
.e1 .content p,
.e2 .content p,
.f1 .content p,
.f2 .content p {
  margin: 0;
  padding: 0;
  font-size: 0.5em;
}

.a1 img,
.a2 img,
.b1 img,
.b2 img,
.c1 img,
.c2 img,
.d1 img,
.d2 img,
.e1 img,
.e2 img,
.f1 img,
.f2 img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
}

.a2,
.c2,
.e2 {
  margin: 0 0 1em 3em;
}

.b1,
.d1,
.f1 {
  margin: 0 3em 1em 0;
}

.a1,
.c1,
.e1 {
  background-color: #f7f7f7;
  height: 80%;
  -webkit-animation-name: toright;
          animation-name: toright;
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
  padding: 1em;
  left: -1%;
  top: 22%;
  width: 105%;
  border-radius: 10px;
  z-index: 2;
}

.a1 .content,
.c1 .content,
.e1 .content {
  text-align: right;
  height: 100%;
}

.b2,
.d2,
.f2 {
  background-color: #f7f7f7;
  height: 80%;
  -webkit-animation-name: toleft;
          animation-name: toleft;
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
  padding: 1em;
  left: -4%;
  top: 22%;
  width: 105%;
  border-radius: 10px;
  z-index: 2;
}

.b2 .content,
.d2 .content,
.f2 .content {
  text-align: left;
  height: 100%;
}

@-webkit-keyframes toright {
  0% {
    left: -70%;
  }
  100% {
    left: -1%;
  }
}

@keyframes toright {
  0% {
    left: -70%;
  }
  100% {
    left: -1%;
  }
}

@-webkit-keyframes toleft {
  0% {
    left: 70%;
  }
  100% {
    left: -4%;
  }
}

@keyframes toleft {
  0% {
    left: 70%;
  }
  100% {
    left: -4%;
  }
}

.a1 {
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
  grid-column: 1 /4;
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  grid-row: 1/3;
}

.a2 {
  -ms-grid-column: 4;
  -ms-grid-column-span: 3;
  grid-column: 4 / 7;
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  grid-row: 1/3;
}

.b1 {
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
  grid-column: 1 /4;
  -ms-grid-row: 4;
  -ms-grid-row-span: 2;
  grid-row: 4/6;
}

.b2 {
  -ms-grid-column: 4;
  -ms-grid-column-span: 3;
  grid-column: 4 / 7;
  -ms-grid-row: 4;
  -ms-grid-row-span: 2;
  grid-row: 4/6;
}

.c1 {
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
  grid-column: 1 /4;
  -ms-grid-row: 7;
  -ms-grid-row-span: 2;
  grid-row: 7/9;
}

.c2 {
  -ms-grid-column: 4;
  -ms-grid-column-span: 3;
  grid-column: 4 / 7;
  -ms-grid-row: 7;
  -ms-grid-row-span: 2;
  grid-row: 7/9;
}

.d1 {
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
  grid-column: 1 /4;
  -ms-grid-row: 10;
  -ms-grid-row-span: 2;
  grid-row: 10/12;
}

.d2 {
  -ms-grid-column: 4;
  -ms-grid-column-span: 3;
  grid-column: 4 / 7;
  -ms-grid-row: 10;
  -ms-grid-row-span: 2;
  grid-row: 10/12;
}

.e1 {
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
  grid-column: 1 /4;
  -ms-grid-row: 13;
  -ms-grid-row-span: 2;
  grid-row: 13/15;
}

.e2 {
  -ms-grid-column: 4;
  -ms-grid-column-span: 3;
  grid-column: 4 / 7;
  -ms-grid-row: 13;
  -ms-grid-row-span: 2;
  grid-row: 13/15;
}

.f1 {
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
  grid-column: 1 /4;
  -ms-grid-row: 16;
  -ms-grid-row-span: 2;
  grid-row: 16/18;
}

.f2 {
  -ms-grid-column: 4;
  -ms-grid-column-span: 3;
  grid-column: 4 / 7;
  -ms-grid-row: 16;
  -ms-grid-row-span: 2;
  grid-row: 16/18;
}

@media (max-width: 650px) {
  .about_container {
    height: 1265px;
    margin: 0;
    background-color: white;
  }
  .about_container .title {
    text-align: center;
    font-size: 1em;
    margin-bottom: 0.5em;
  }
  .about_container svg {
    position: absolute;
    width: 50px;
    top: 158px;
    left: 50% !important;
    height: 1250px;
    stroke: black;
    stroke-width: 2px;
    z-index: 2;
  }
  .a2,
  .c2,
  .e2 {
    margin: 0 0 0 0.5em;
  }
  .b1,
  .d1,
  .f1 {
    margin: 0 0.5em 0 0;
  }
  @-webkit-keyframes toright {
    0% {
      left: -70%;
    }
    100% {
      left: -1%;
    }
  }
  @keyframes toright {
    0% {
      left: -70%;
    }
    100% {
      left: -1%;
    }
  }
  @-webkit-keyframes toleft {
    0% {
      left: 70%;
    }
    100% {
      left: 1%;
    }
  }
  @keyframes toleft {
    0% {
      left: 70%;
    }
    100% {
      left: 1%;
    }
  }
  .a1,
  .c1,
  .e1 {
    background-color: #f7f7f7;
    height: 80%;
    -webkit-animation-name: toright;
            animation-name: toright;
    -webkit-animation-duration: 1.5s;
            animation-duration: 1.5s;
    padding: 1em;
    left: -1%;
    top: 0;
    width: 100%;
    border-radius: 10px;
    z-index: 2;
  }
  .a1 .content,
  .c1 .content,
  .e1 .content {
    text-align: right;
    height: 100%;
  }
  .b2,
  .d2,
  .f2 {
    background-color: #f7f7f7;
    height: 80%;
    -webkit-animation-name: toleft;
            animation-name: toleft;
    -webkit-animation-duration: 1.5s;
            animation-duration: 1.5s;
    padding: 1em;
    left: 1%;
    top: 0;
    width: 100%;
    border-radius: 10px;
    z-index: 2;
  }
  .b2 .content,
  .d2 .content,
  .f2 .content {
    text-align: left;
    height: 100%;
  }
  .a1,
  .a2,
  .b1,
  .b2,
  .c1,
  .c2,
  .d1,
  .d2,
  .e1,
  .e2,
  .f1,
  .f2 {
    overflow: hidden;
    height: 140%;
    position: relative;
  }
  .a1 .content h3,
  .a2 .content h3,
  .b1 .content h3,
  .b2 .content h3,
  .c1 .content h3,
  .c2 .content h3,
  .d1 .content h3,
  .d2 .content h3,
  .e1 .content h3,
  .e2 .content h3,
  .f1 .content h3,
  .f2 .content h3 {
    margin: 0;
    padding: 0;
    font-size: smaller;
  }
  .a1 .content p,
  .a2 .content p,
  .b1 .content p,
  .b2 .content p,
  .c1 .content p,
  .c2 .content p,
  .d1 .content p,
  .d2 .content p,
  .e1 .content p,
  .e2 .content p,
  .f1 .content p,
  .f2 .content p {
    margin: 0;
    padding: 0;
    font-size: smaller;
  }
  .a1 img,
  .a2 img,
  .b1 img,
  .b2 img,
  .c1 img,
  .c2 img,
  .d1 img,
  .d2 img,
  .e1 img,
  .e2 img,
  .f1 img,
  .f2 img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 10px;
  }
}
/*# sourceMappingURL=about.css.map */