/*! Generated by Live LESS Theme Customizer */
/* HIGHLIGHT MENU*/
.about__item-menu {
  background-color: #333333;
  color: white;
  border-radius: 4px;
}
.about .period-container h2 {
  margin-bottom: 60px;
}
.about .period-container:before {
  top: 160px;
  bottom: 120px;
  position: absolute;
  content: " ";
  width: 5px;
  background-color: #ffef44;
  left: 24px;
}
.about .period-container__period {
  margin-bottom: 100px;
}
.about .period-container__period__content {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.about .period-container__period__content__image {
  padding-left: 60px;
}
.about .period-container__period__content__text {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.about .period-container__period__content__text .img-inside-text-right {
  width: 100%;
  display: flex;
  justify-content: flex-end;
}
.about .period-container__period__year {
  color: black;
  width: 75px;
  height: 75px;
  line-height: 75px;
  font-size: 14px;
  text-align: center;
  position: absolute;
  top: 16px;
  left: -11px;
  background-color: #ffef44;
  border-radius: 50%;
}
@media (max-width: 767px) {
  .about .period-container__period__year {
    top: 0;
    left: 0;
    position: relative;
    margin: 0;
    text-align: center;
  }
}
@media (max-width: 1200px) {
  .about .period-container:before {
    left: 24px;
  }
  .about .period-container__period__content__year {
    left: -22px;
  }
}
@media (max-width: 991px) {
  .about .period-container:before {
    top: 50px;
  }
  .about .period-container__period__content {
    display: flex;
    justify-content: center;
    text-align: center;
    padding-left: 20px;
    padding-right: 20px;
  }
  .about .period-container__period__content__text {
    margin-top: 15px;
  }
  .about .period-container__period__content__text h4 {
    width: 100%;
    text-align: center;
  }
}
@media (max-width: 767px) {
  .about .period-container:before {
    left: 20px;
    top: 140px;
  }
  .about .period-container__period__year {
    width: 60px;
    height: 60px;
    line-height: 60px;
    font-size: 12px;
    left: -22px;
  }
}
@media (max-width: 575px) {
  .about .period-container:before {
    left: 20px;
    top: 140px;
  }
  .about .period-container__period__year {
    left: -22px;
  }
  .about .period-container__period__content__image {
    padding-left: 0;
  }
}
