.tm-timeline {
	ul {
		margin: 0;
		padding: 0;
		li {
			position: relative;
			list-style-type: none;
			padding-bottom: 30px;
			padding-left: 35px;
			&:before {
				position: absolute;
				top: 0;
				left: 8px;
				width: 4px;
				height: 100%;
				content: '';
				background-color: #eeeeee;
			}
			&:after {
				position: absolute;
				top: 0;
				left: 0;
				width: 20px;
				height: 20px;
				border-radius: 50%;
				content: '';
			}
			&:last-child {
				&:before {
					display: none;
				}
			}
		}
	}
	.photo {
		margin-bottom: 20px;
	}
	.heading {
		font-weight: bold;
		font-size: 18px;
		margin-bottom: 4px;
	}
}

@include media-breakpoint-up(md) {
	.tm-timeline {
		.photo {
			margin-bottom: 0;
		}
	}
}
