.p_15 {
    width: 100%;
	height: 100%;
	background-size: cover;
	position:relative;
}
.p_15 ul li {
    padding-bottom: 2px;
}
.p_15 p.para_inner_head {
    font-size: 20px;
    font-family: 'Calibri-Bold';
	margin: 0;
}
.p_15 p.para_inner_subhead {
    font-size: 16px;
    font-family: 'Calibri-Bold';
    color: var(--red-color);
    margin: 0;
}
.p_15 .list_text {
	padding-left: 22px;
	position: relative;
	line-height: 17px;
    margin-bottom: 5px;
    font-size: 14px;
}
.p_15 .list_text::before {
	content: "";
    position: absolute;
    left: 4px;
    top: 3px;
    height: 9px;
    width: 5px;
    border-bottom: 2px solid red;
    border-right: 2px solid red;
    transform: rotate(45deg);
}