.timeline{
	display: flex;
	flex-direction: column;
	gap: 30px;
	color: var(--wp--preset--color--dark);

	.year{
		font-size: 32px;
		font-weight: 700;
		color: var(--wp--preset--color--red);
	}

	.button-wrapper{
		display: flex;
		justify-content: flex-end;
		border-top: 1px solid var(--wp--preset--color--red);

		.btn{
			@media (max-width: 575px){
				width: 100%;
			}
		}
	}

	&.show-all [hidden]{
		display: block !important;
	}
}