.companyinfo-timeline {
  display: inline-block;
  min-height: 20vh;
}

.timeline {
  display: inline-flex;
  width: 268px;
  height: 416px;
  min-height: 416px;
  margin-bottom: 1vh;
  background-color: #FFFFFF;
  border-radius: 1rem;
  margin-right: 2.5rem;
  /* opacity: 0.46; */
}

.timeline:hover {
  cursor: pointer;
  /* opacity: 0.80; */
  border: 1px solid #e60012;
}

.timeline .year {
  width: 100%;
}

.timeline .year .title h2 {
  display: inline-block;
  font-size: 60px;
  color: #e60012;
  margin: 2rem 1rem 0 0;
}

.timeline .year .title {
  font-weight: bold;
  padding-bottom: 20px;
  font-size: 20px;
  color: #333;
  border-bottom: 1px solid #eaeaea;
  margin-bottom: 20px;
  position: relative;
}

.timeline .year .title::after {
  display: block;
  content: '';
  width: 100%;
  height: 2px;
  background: #e60012;
  position: absolute;
  /* left: 20%; */
  bottom: -1px;
}

.timeline .content {
  text-indent: 2rem;
  margin: 1rem 2rem;
  line-height: 28px;
}