.banner.about-us-banner .banner-info{
  animation: none;
}
.ahout-us-main > img{
  display: none;
}
.ahout-us-main{
  margin-top: 40px;
}
.ahout-us-main-desc > p{
  width: 100%;
  padding: 0 15px;
}
.ahout-title{
  margin-left: 15px;
  border-bottom: 4px solid #4ea7f7;
}
.about-history-line{
  width: 100%;
  display: none;
}
.about-history-line-small {
  display: block;
}
.about-history-line-small{
  width: 100%;
  padding: 0 10px;
}
.about-history--panel{
  position: static;
  z-index: 22;
  width: 100%;
  margin: 0;
  transform: translateX(0);
  -webkit-transform: translateX(0);
  opacity: 1;
  margin: 20px 0;
  box-shadow: 0px 2px 1px 0px rgba(120, 120, 120, 0.22);
}
.about-history--panel:nth-of-type(1)::after,
.about-history--panel:nth-of-type(3)::after,
.about-history--panel:nth-of-type(5)::after,
.about-history--panel:nth-of-type(2)::after, 
.about-history--panel:nth-of-type(4)::after{
  display: none;
}
.about-history--panel:nth-of-type(2) .full-year, 
.about-history--panel:nth-of-type(4) .full-year{
  border-radius: 9px 9px 0 0;
}