.tab_list {
	border-left: none;
	border-right: 2px solid #d8e3eb;
}
.tab_list button {
	padding-left: 0;
	padding-right: 64px;
}
.tab_list button::before {
	left: auto;
	right: -2px;
}
.tab_list button .tab_desc {
	padding-left: 0;
	padding-right: 30px;
}
.tab_list button .tab_desc ul {
	padding-left: 0;
	padding-right: 30px;
}
.cta-section .cta_title .ticker {
	right: auto;
	left: 5%;
	transform: rotate(-10deg);
}
.feature_list li {
	text-align: right;
}
.process_wrap .process_step {
	padding-right: 0;
	padding-left: 88px;
	text-align: left;
}
.process_wrap .process_step:nth-child(odd) {
	padding-left: 0;
	padding-right: 88px;
	margin-left: 0;
	margin-right: auto;
	text-align: right;
}
.process_wrap .process_step .count {
	right: auto;
	left: -48px;
}
.process_wrap .process_step:nth-child(odd) .count {
	left: auto;
	right: -48px;
}
.accordion_item .accordion_title {
	padding: 32px 48px 32px 52px;
	text-align: right;
}
.accordion_item .accordion_title::after {
	right: auto;
	left: 32px;
}

@media only screen and (min-width: 1200px) and (max-width: 1400px) {
	.cta-section .cta_title .ticker {
		left: 0;
	}
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.tab_list button {
		padding-right: 30px;
	}
	.tab_list button .tab_desc {
		padding-right: 20px;
	}
	.cta-section .cta_title .ticker {
		left: 0;
	}
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
	.tab_list button {
		padding-right: 20px;
	}
	.tab_list button .tab_desc {
		padding-right: 15px;
	}
	.cta-section .cta_title .ticker {
		left: 0;
	}
	.process_wrap .process_step .count {
		left: -40px;
	}
	.process_wrap .process_step:nth-child(odd) .count {
		right: -40px;
	}
}
@media only screen and (max-width: 767px) {
	.tab_list {
		border: none;
	}
	.tab_list button {
		padding: 10px 24px;
	}
	.tab_content .tab_image .tab_desc ul {
		padding-left: 0;
		padding-right: 25px;
	}
	.cta-section .cta_title .ticker {
		left: 0;
	}
	.process_wrap .process_step {
		padding-left: 25px;
	}
	.process_wrap .process_step:nth-child(odd) {
		padding-right: 25px;
	}
	.process_wrap .process_step .count {
		left: -15px;
	}
	.process_wrap .process_step:nth-child(odd) .count {
		right: -15px;
	}
	.accordion_item .accordion_title {
		padding: 21px 30px 21px 37px;
	}
	.accordion_item .accordion_title::after {
		left: 24px;
	}
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
	.process_wrap .process_step {
		padding-left: 35px;
	}
	.process_wrap .process_step:nth-child(odd) {
		padding-right: 35px;
	}
	.process_wrap .process_step .count {
		left: -20px;
	}
	.process_wrap .process_step:nth-child(odd) .count {
		right: -20px;
	}
}
