@media (min-width: 1330px) {
  .aboutUs-timeline .container {
    width: 1300px;
  }
}
.aboutUs-timeline .dot-2 .dot-inner span {
  top: -53px;
}
.aboutUs-timeline .dot-2 .dot-inner span:last-child {
  white-space: normal;
  font-size: .95em;
  width: 310px;
  font-weight: 300;
  top: -31px;
}
.eng-ver.aboutUs-timeline .dot-2 .dot-inner span:last-child {
  font-size: .85em;
}
.aboutUs-timeline .dot-2 .dot-inner span small {
  display: block;
  margin-top: 1em;
}
@media (max-width: 1329px) {
  .aboutUs-timeline .dot-2 .dot-inner span:last-child {
    width: 250px;
  }
}
@media (max-width: 1130px) {
  .aboutUs-timeline .dot-2 .dot-inner span:last-child {
    width: 205px;
  }
}
@media (min-width: 992px) {
  .aboutUs-timeline .dot-2 i {
    display: none;
  }
}
@media (max-width: 1199px) {
  .aboutUs-timeline .section-title {
    margin-bottom: 1.2em;
  }
}
@media (max-width: 991px) {
  .aboutUs-timeline #doted-line {
    display: none;
  }
  .aboutUs-timeline .col-6 {
    padding-left: 25px;
    padding-right: 25px;
  }
  .aboutUs-timeline .dot-2 {
    width: auto;
    height: auto;
    background-color: transparent;
    margin: 20px 0;
  }
  .aboutUs-timeline .dot-2 .dot-inner {
    position: relative;
  }
  .aboutUs-timeline .dot-2 .dot-inner:before {
    left: -8px;
    top: -2px;
    bottom: 0;
    background-repeat: repeat-y;
    height: auto;
  }
  .aboutUs-timeline .dot-2 .dot-inner span {
    position: static;
    display: block;
    width: auto !important;
  }
  .aboutUs-timeline .dot-2 i {
    display: block;
    width: 16px;
    height: 16px;
    position: absolute;
    bottom: -2px;
    left: -8px;
    -webkit-transform: translate(-50%, 50%);
    -ms-transform: translate(-50%, 50%);
    -o-transform: translate(-50%, 50%);
    transform: translate(-50%, 50%);
    background-color: #f47421;
    border-radius: 50%;
  }
  .aboutUs-timeline .dot-2 i:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 4px;
    height: 4px;
    background-color: #ffffff;
  }
}
@media (max-width: 480px) {
  .aboutUs-timeline .row {
    display: block;
  }
  .aboutUs-timeline .col-6 {
    width: 100% !important;
    max-width: 100% !important;
  }
}