.p_8 {
	width: 100%;
	height: 100%;
	background-size: cover;
	position:relative;
}
.p_8.pageHolder {
    width: 100%;
    height: 100%;
    position: relative;
    background: url(../../images/p_8_bg.jpg) no-repeat 0 0;
    background-size: cover;
}
.p_8 p.para_inner_head {
    font-size: 20px;
    font-family: 'Calibri-Bold';
}

.p_8 .right_area {
	display: flex;
	flex-direction: column;
	width: 100%;
	padding-left: 77%;
    justify-content: flex-end;
    text-align: center;
}
.p_8 .icon_main {
	margin: 0 10px 20px 0;
}
.p_8 .icon_title {
	font-family: 'Calibri-Bold';
	font-size: 18px;
}