.timeline {
      max-width: 800px;
      margin: 0 auto;
      padding: 20px;
      background-color: #fff;
      border-radius: 8px;
      box-shadow: 0 2px 4px rgba(0,0,0,0.1);
      position: relative;
    }
    .event {
      margin-bottom: 20px;
      padding: 20px;
      border-left: 2px solid #3498db;
      background-color: #f9f9f9;
      position: relative;
      overflow: hidden;
      box-shadow: 0 2px 4px rgba(0,0,0,0.1);
      transition: all 0.3s ease;
    }
    .event:hover {
      transform: scale(1.03);
      box-shadow: 0 4px 8px rgba(0,0,0,0.2);
    }
    .year {
      font-size: 24px;
      font-weight: bold;
      color: #3498db;
      margin-bottom: 10px;
    }
    .description {
      font-size: 18px;
      color: #333;
    }
    .circle {
      position: absolute;
      top: 50%;
      left: -10px;
      transform: translateY(-50%);
      width: 20px;
      height: 20px;
      background-color: #3498db;
      border-radius: 50%;
      z-index: 1;
    }
.project_s h3{
	color: #fba919;
	display: inline;
	font-size: 1.5625rem;
}
.project-full-width__title{
	display: inline;
}
.project-full-width__title li{
	margin: 0;
}
