
	
.history__item:nth-of-type(odd) {
    padding-top: 27rem;
  }
  
  .history__item:nth-of-type(1) {
    padding-top: 0;
}
