.process-list-wrap{ position: relative; }

.process-list-wrap h3.process-title{ 
	text-align: center; 
	margin: 25px auto;
	width: 80px;
	height: 80px;
	background: #0F2465;
	color: #fff;
	font-size: 40px;
	font-weight: 600;
	border-radius: 50%;
	box-sizing: border-box;
	padding-top: 10px;
	position: relative;
}

.process-list-content .process-list-wrap:nth-of-type(odd) h3.process-title:after{
	background-image: url('../images/process-at.png');
	background-size: cover;
    background-repeat: no-repeat;
    width: 61px;
    height: 120px;
    content: '';
    display: block;
    top: 50%;
    left: 38px;
    position: absolute;
    transform: translateY(-50%);
}

.process-list-content .process-list-wrap:nth-of-type(even) h3.process-title:after{
	background-image: url('../images/process-at.png');
	background-size: cover;
    background-repeat: no-repeat;
    width: 61px;
    height: 120px;
    content: '';
    display: block;
    top: 50%;
    right: 38px;
    position: absolute;
    transform: translateY(-50%) rotate(180deg);
}

.process-list-wrap h5{
	font-size: 20px !important;
	line-height: 30px !important;
	margin: 0;
}

.process-list-wrap ul{ padding: 0; }

.process-list-wrap p,
.process-list-wrap li{
	font-weight: 500;
	position: relative;
	list-style-type: none;
	box-sizing: border-box;
}

.process-list-wrap li{
	padding-left: 40px;
}

.process-list-wrap li:before{
	content: "\f14a";
	font-family: "Font Awesome 5 Free";
	position: absolute;
    top: 0;
    left: 0;
}

.process-list-wrap .process-content{
	position: absolute;
    width: 43%;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    border: 1px solid #eee;
    box-sizing: border-box;
    padding: 20px 40px;
    border-radius: 5px;
}

.process-list-content .process-list-wrap:nth-of-type(even) .process-content{ 
	right: 0; 
	left: unset;
}

.process-list-content .process-list-wrap:nth-of-type(odd) .process-content{ text-align: right; }

.process-list-content .process-list-wrap .process-content:after{
	background-image: url('../images/tooltip.png');
	background-size: cover;
	background-repeat: no-repeat;
	content: '';
    position: absolute;
    top: 50%;
    font-size: 0;
    width: 25px;
    height: 42px;
}

.process-list-content .process-list-wrap:nth-of-type(odd) .process-content:after{ 
    right: -21px;
    transform: translateY(-50%); 
}

.process-list-content .process-list-wrap:nth-of-type(even) .process-content:after{ 
    left: -21px;
    transform: translateY(-50%) rotate(180deg); 
}

.process-list-content .process-list-wrap:nth-of-type(odd) .process-content li{
	padding-right: 40px;
	padding-left: 0;
}

.process-list-content .process-list-wrap:nth-of-type(odd) .process-content li:before{
	right: 0;
	left: unset;
}


@media only screen and (max-width: 1350px){
	.process-list-wrap h5 {
	    font-size: 17px !important;
	    line-height: 23px !important;
	}

	.process-list-wrap li {
	    font-size: 16px;
	    line-height: 130%;
	    margin: 4px 0;
	}

	.process-list-wrap p{
		font-size: 16px !important;
		line-height: 130% !important;
	}
}

@media only screen and (max-width: 1024px){
	.process-list-wrap .process-content{ 
		width: 40%; 
		padding: 15px 20px;
		transform: none;
	}

	.process-list-wrap h5,
	.process-list-wrap p, 
	.process-list-wrap li {
	    font-size: 15px !important;
	    line-height: 20px !important;
	}


}

@media only screen and (max-width: 780px){
	.process-list-wrap h3.process-title{ margin: 25px auto 35px; }

	.process-list-wrap h3.process-title{ padding-top: 18px; }

	.process-list-wrap .process-content{ 
		position: relative; 
		width: 100%;
	}

	.process-list-content .process-list-wrap:nth-of-type(even) h3.process-title:after,
	.process-list-content .process-list-wrap:nth-of-type(odd) h3.process-title:after{ display: none; }

	.process-list-content .process-list-wrap:nth-of-type(odd) .process-content:after{
		right: unset;
	    transform: translateX(-50%) rotate(-90deg);
	    left: 50%;
	    top: -30px;
	}

	.process-list-content .process-list-wrap:nth-of-type(even) .process-content:after {
	    left: 50%;
	    transform: translateX(-50%) rotate(-90deg);
	    top: -30px;
	}

	.process-list-content .process-list-wrap:nth-of-type(odd) .process-content { text-align: left; }

	.process-list-content .process-list-wrap:nth-of-type(odd) .process-content li{
		padding-right: 0;
    	padding-left: 40px;
	}

	.process-list-content .process-list-wrap:nth-of-type(odd) .process-content li:before {
	    right: unset;
	    left: 0;
	}
}