@media (min-width: 996px) {
	.timelineTitle h2 {
		display: flex;
		justify-content: center;
		font-size: 38px;
	}
	.timelineTitle p {
		display: flex;
		justify-content: center;
		font-size: 20px;
	}
	.mainTimeline {
		overflow: hidden;
		position: relative;
	}
	.mainTimeline .timeline {
		position: relative;
	}
	.mainTimeline .timeline:before,
	.mainTimeline .timeline:after {
		content: "";
		display: block;
		width: 100%;
		clear: both;
	}
	.mainTimeline .timeline:before {
		content: "";
		width: 15px;
		height: -webkit-fill-available;
		background: #501f3a;
		margin: 0 auto;
		position: absolute;
		top: -50%;
		left: 0;
		right: 0;
	}

	.mainTimeline .timeline:last-child:before {
		height: 150%;
		border-radius: 0 0 10px 10px;
	}
	.mainTimeline .TLIcon {
		display: flex;
		justify-content: center;
		align-items: center;
		width: 130px;
		height: 130px;
		border-radius: 50%;
		background: #cb2d6f;
		border: 12px solid #501f3a;
		margin: auto;
		font-size: 70px;
		text-align: center;
		position: absolute;
		top: 0;
		left: 0;
		bottom: 0;
		right: 0;
		z-index: 1;
	}
	.mainTimeline .TLIcon:before {
		display: flex;
		justify-content: center;
		align-items: center;
		content: "";
		width: 0;
		height: 0;
		border-right: 15px solid #14a098;
		border-top: 10px solid transparent;
		border-bottom: 10px solid transparent;
		margin: auto 0;
		position: absolute;
		top: 0;
		left: -33px;
		bottom: 0;
	}
	.mainTimeline .TLContent {
		width: 50%;
		height: auto;
		margin-bottom: 30px;
		padding-right: 100px;
	}
	.mainTimeline .icon {
		display: contents;
		color: #14a098;
		line-height: 105px;
	}
	.mainTimeline .TLtitle {
		font-size: 25px;
	}
	.mainTimeline .TLDescription {
		font-size: 16px;
		line-height: 24px;
		margin: 0;
	}
	.mainTimeline .year {
		width: 50%;
		padding-left: 50px;
		position: absolute;
		top: 50%;
		right: 0;
		transform: translateY(-50%);
	}
	.mainTimeline .year span {
		display: inline-block;
		padding: 12px 25px 12px 25px;
		background: #501f3a;
		border-radius: 0 50px 50px 0;
		font-size: 40px;
		font-weight: bold;
		line-height: 36px;
		color: #fff;
	}
	.mainTimeline .timeline:nth-last-child(1) {
		margin-bottom: 50px;
	}
	.mainTimeline .timeline:nth-child(2n) .TLIcon:before {
		border-right: none;
		border-left: 15px solid #14a098;
		left: auto;
		right: -33px;
	}
	.mainTimeline .timeline:nth-child(2n) .TLContent {
		float: right;
		padding: 0 0 0 100px;
		text-align: start;
	}
	.mainTimeline .timeline .TLContent {
		text-align: end;
		padding-right: 100px;
	}
	.mainTimeline .timeline:nth-child(2n) .TLtitle {
		padding-left: 20px;
	}
	.mainTimeline .timeline:nth-child(2n) .TLDescription {
		padding-left: 20px;
	}
	.mainTimeline .timeline:nth-child(2n) .year {
		padding: 0 50px 0 0;
		text-align: right;
		right: auto;
		left: 0;
	}
	.mainTimeline .timeline:nth-child(2n) .year span {
		border-radius: 50px 0 0 50px;
	}
}
@media (max-width: 996px) {
	.timelineTitle h2 {
		font-size: 38px;
	}
	.timelineTitle p {
		font-size: 20px;
	}
	.mainTimeline {
		overflow: hidden;
		position: relative;
	}
	.mainTimeline .timeline {
		position: relative;
	}
	.mainTimeline .timeline:before,
	.mainTimeline .timeline:after {
		content: "";
		display: block;
		width: 100%;
		clear: both;
	}
	.mainTimeline .timeline:before {
		content: "";
		width: 15px;
		height: -webkit-fill-available;
		background: #501f3a;
		margin: 0 auto;
		position: absolute;
		top: -50%;
		left: 8%;
	}

	.mainTimeline .timeline:last-child:before {
		height: 150%;
		border-radius: 0 0 10px 10px;
	}
	.mainTimeline .TLIcon {
		display: flex;
		justify-content: center;
		align-items: center;
		width: 130px;
		height: 130px;
		border-radius: 50%;
		background: #cb2d6f;
		border: 12px solid #501f3a;
		font-size: 70px;
		text-align: center;
		position: absolute;
		top: 20%;
		left: 0;
		bottom: 0;
		right: 0;
		z-index: 1;
	}
	.mainTimeline .TLContent {
		width: 58%;
		float: right;
		height: auto;
		margin-bottom: 30px;
		padding: 0 0 0 100px;
	}
	.mainTimeline .icon {
		display: contents;
		color: #14a098;
		line-height: 105px;
	}
	.mainTimeline .TLtitle {
		font-size: 25px;
	}
	.mainTimeline .TLDescription {
		font-size: 16px;
		line-height: 24px;
		margin: 0;
	}
	.mainTimeline .year {
		width: 50%;
		padding-left: 50px;
		position: absolute;
		top: 40%;
		right: 40%;
		transform: translateY(-50%);
	}
	.mainTimeline .year span {
		display: inline-block;
		padding: 12px 25px 12px 25px;
		background: #501f3a;
		border-radius: 0 50px 50px 0;
		font-size: 40px;
		font-weight: bold;
		line-height: 36px;
		color: #fff;
	}
}
@media (max-width: 768px) {
	.timelineTitle h2 {
		font-size: 38px;
	}
	.timelineTitle p {
		font-size: 20px;
	}
	.mainTimeline {
		overflow: hidden;
		position: relative;
	}
	.mainTimeline .timeline {
		position: relative;
	}
	.mainTimeline .timeline:before,
	.mainTimeline .timeline:after {
		content: "";
		display: block;
		width: 100%;
		clear: both;
	}
	.mainTimeline .timeline:before {
		content: "";
		width: 9px;
		height: -webkit-fill-available;
		background: #501f3a;
		margin: 0 auto;
		position: absolute;
		top: -50%;
		left: 9%;
	}

	.mainTimeline .timeline:last-child:before {
		height: 150%;
		border-radius: 0 0 10px 10px;
	}
	.mainTimeline .TLIcon {
		display: flex;
		justify-content: center;
		align-items: center;
		width: 100px;
		height: 100px;
		border-radius: 50%;
		background: #cb2d6f;
		border: 12px solid #501f3a;
		font-size: 50px;
		text-align: center;
		position: absolute;
		top: 25%;
		left: 0px;
		bottom: 0;
		right: 0;
		z-index: 1;
	}
	.mainTimeline .TLContent {
		width: 80%;
		float: right;
		margin-bottom: 30px;
		padding: 0 0 0 100px;
	}
	.mainTimeline .icon {
		display: contents;
		color: #14a098;
		line-height: 80px;
	}
	.mainTimeline .TLtitle {
		font-size: 25px;
	}
	.mainTimeline .TLDescription {
		font-size: 16px;
		line-height: 24px;
		margin: 0;
	}
	.mainTimeline .year {
		width: 50%;
		padding-left: 50px;
		position: absolute;
		top: 40%;
		max-width: 100px;
		left: 6%;
		transform: translateY(-50%);
	}
	.mainTimeline .year span {
		display: inline-block;
		padding: 12px 12px 12px 25px;
		background: #501f3a;
		border-radius: 0 50px 50px 0;
		font-size: 23px;
		font-weight: bold;
		line-height: 18px;
		color: #fff;
	}
}
@media (max-width: 576px) {
	.timelineTitle h2 {
		font-size: 38px;
	}
	.timelineTitle p {
		font-size: 20px;
	}
	.mainTimeline {
		overflow: hidden;
		position: relative;
	}
	.mainTimeline .timeline {
		position: relative;
	}
	.mainTimeline .timeline:before,
	.mainTimeline .timeline:after {
		content: "";
		display: block;
		width: 100%;
		clear: both;
	}
	.mainTimeline .timeline:before {
		content: "";
		width: 7px;
		height: -webkit-fill-available;
		background: #501f3a;
		margin: 0 auto;
		position: absolute;
		top: -50%;
		left: 6.5%;
	}

	.mainTimeline .timeline:last-child:before {
		height: 150%;
		border-radius: 0 0 10px 10px;
	}
	.mainTimeline .TLIcon {
		display: flex;
		justify-content: center;
		align-items: center;
		width: 70px;
		height: 70px;
		border-radius: 50%;
		background: #cb2d6f;
		border: 12px solid #501f3a;
		font-size: 30px;
		text-align: center;
		position: absolute;
		top: 25%;
		left: 0px;
		bottom: 0;
		right: 0;
		z-index: 1;
	}
	.mainTimeline .TLContent {
		width: 94%;
		float: right;
		height: auto;
		margin-bottom: 30px;
		padding: 0 0 0 100px;
	}
	.mainTimeline .icon {
		display: contents;
		color: #14a098;
		line-height: 49px;
	}
	.mainTimeline .TLtitle {
		font-size: 25px;
	}
	.mainTimeline .TLDescription {
		font-size: 16px;
		line-height: 24px;
		margin: 0;
	}
	.mainTimeline .year {
		width: 50%;
		padding-left: 50px;
		position: absolute;
		top: 34%;
		max-width: 100px;
		left: 1%;
		transform: translateY(-50%);
	}
	.mainTimeline .year span {
		display: inline-block;
		padding: 6px 12px 6px 15px;
		background: #501f3a;
		border-radius: 0 50px 50px 0;
		font-size: 16px;
		font-weight: bold;
		line-height: 18px;
		color: #fff;
	}
}
@media (max-width: 430px) {
	.mainTimeline .TLContent {
		width: 94%;
		float: right;
		height: auto;
		margin-bottom: 30px;
		padding: 0 0 0 100px;
	}
}
