.cm-tml-req {
	padding: 4rem 20px;
}
.cm-tml-top-content {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin-right: -15px;
	margin-left: -15px;
}
.cm-tml-content-wrap {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: -15px;
	margin-left: -15px;
	justify-content: center;
	margin-bottom: 1rem;
	margin-top: 1rem;
}
.cm-tml-content-wrap:before {
	content: "";
	position: absolute;
	top: 47%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 10px;
	height: 85%;
	background: #20aab4;
}
.cm-tml-content-col {
	position: relative;
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
}
.cm-tml-content-row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: -15px;
	margin-left: -15px;
}
.cm-tml-content-left {
	width: 100%;
	padding-left: 15px;
	padding-right: 3rem;

	position: relative;
	display: flex;
	align-items: flex-end;
	flex-direction: column;
}
.cm-tml-content-right {
	position: relative;
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
}
.cm-tml-content-left h5 {
	background: linear-gradient(to left, #20aab4 0%, #0599c9 55%, #665cb7 100%);
	width: -moz-fit-content;
	width: fit-content;
	text-align: right;
	position: relative;
	z-index: 1;
	color: #ffffff;
	padding: 7px 15px;
	border-radius: 20px;
	text-transform: uppercase;
	font-family: "source-sans-pro";
	font-size: 18px;
}
.cm-tml-content-left:before {
	content: "";
	position: absolute;
	right: 0;
	top: 15px;
	width: 20%;
	height: 5px;
	background: #20aab4;
	z-index: 0;
}
.cm-tml-content-left:after {
	content: "";
	position: absolute;
	right: -12px;
	top: 5px;
	width: 25px;
	height: 25px;
	background: #ffffff;
	z-index: 0;
	border-radius: 50%;
	border: 2px solid #20aab4;
}
.cm-tml-content-row.left .cm-tml-content-left {
	text-align: right;
}
.cm-tml-content-row.right .cm-tml-content-left {
	text-align: left;
	padding-left: 3rem;
	padding-right: 15px;
	order: 2;
	align-items: flex-start;
}
.cm-tml-content-row.right .cm-tml-content-left:before {
	left: 0;
}
.cm-tml-content-row.right .cm-tml-content-left:after {
	left: -12px;
}
.cm-tml-top-content h2 {
	margin-bottom: 3rem;
}
.cm-tml-content-row.right .cm-tml-content-left  h5 {
	background: linear-gradient(to right, #20aab4 0%, #0599c9 55%, #665cb7 100%);
}

@media (min-width: 576px) {
	.cm-tml-content-col {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
	.cm-tml-content-left {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
	.cm-tml-content-right {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
}
@media (min-width: 768px) {
	.cm-tml-content-col {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 66.66667%;
		flex: 0 0 66.66667%;
		max-width: 66.66667%;
	}
	.cm-tml-content-left {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
	.cm-tml-content-right {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
}

@media screen and (max-width: 767px) {
	.cm-tml-content-right {
		display: none;
	}
	.cm-tml-req {
		padding-top: 2rem;!;
		padding-bottom: 2rem;
	}

	.cm-tml-content-wrap {
		padding-left: 20px;
	}

	.cm-tml-content-left {
		padding-left: 3rem;
		align-items: flex-start;
	}

	.cm-tml-content-left:before {
		left: 0;
		right: unset;
	}

	.cm-tml-content-left:after {
		left: -12px;
		right: unset;
	}

	.cm-tml-content-wrap:before {
		left: 20px;
	}
}
