
.p_10 {
	width: 100%;
	height: 100%;
	background-size: cover;
	position:relative;
	background: var(--grey-page-bg);
	background-image:-webkit-linear-gradient(left, rgba(0,0,0,0) 95%, rgba(0,0,0,0.2) 100%);
	background-image:-moz-linear-gradient(left, rgba(0,0,0,0) 95%, rgba(0,0,0,0.2) 100%);
	background-image:-ms-linear-gradient(left, rgba(0,0,0,0) 95%, rgba(0,0,0,0.2) 100%);
	background-image:-o-linear-gradient(left, rgba(0,0,0,0) 95%, rgba(0,0,0,0.2) 100%);
	background-image:linear-gradient(left, rgba(0,0,0,0) 95%, rgba(0,0,0,0.2) 100%);
}
.p_10 #contentHolder {
    position: relative;
    margin-left: 0px;
}
.p_10 .header_text {
    font-family: 'Calibri-Bold';
    font-size: 20px;
    margin-top: 5px;     
}

.p_10 .header_main_cont {
    display: flex;
    justify-content: space-between;
    margin: 35px 0 30px;
}
.p_10 .header_img_cont {
    width: 20%;
    padding-top: 5px;
}
.p_10 .headerDescription {
    width: 75%;
    font-size: 14px;
    position: relative;
}
.p_10 .headerDescription::before {
    content: "";
    position: absolute;
    left: -38px;
    top: -30px;
    width: 34px;
    height: 27px;
    background: url(../../images/quote_icon.png) no-repeat 0 0;
    background-size: cover;
}

.p_10 .flip-card {
    background-color: transparent;
    width: 100%;
    height: 100%;
    perspective: 1000px;
}
.p_10 .img_holder {
    height: 72px;
    display: flex;
    align-items: flex-end;
}
.p_10 .flip-card-back .img_holder {
    height: 0;
    display: none;
}
.p_10 .flip-card-inner {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
    border-radius: 5px;
    transition: transform 0.6s;
    transform-style: preserve-3d;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);

}

.p_10 .flip-card-back p.flip_inst {
    position: absolute;
    right: 10px;
    bottom: 5px;
    font-size: 14px;
    font-style: italic;
    padding: 5px;
    border: 1px solid #FFF;
    display: none;
}


.p_10 .flip-card.selected .flip-card-inner {
    transform: rotateY(180deg);
}
.p_10 .flip-card-front {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
    background: var(--white-color);
    position: relative;
    padding-top: 30px;
}
.p_10 .flip-card-front::before {
    content: "";
    position: absolute;
    top: 5px;
    right: 5px;
    background: url(../../images/SVG/flip_normal.svg) no-repeat 0 0;
    background-size: contain;
    width: 25px;
    height: 25px;
}
.p_10 .flip-card-front:hover::before {
    content: "";
    position: absolute;
    top: 5px;
    right: 5px;
    background: url(../../images/SVG/flip_hover.svg) no-repeat 0 0;
    background-size: contain;
    width: 25px;
    height: 25px;
}
.p_10 .flip-card-front,
.p_10 .flip-card-back {
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    word-wrap: break-word;
    /* font-size: 18px; */
    font-size: 19px;
    line-height: 20px;
    border-radius: 5px;
    
}
.p_10 .flip-card-front .img_holder img {
    width: 80%;
    margin: 0 auto;
}
.p_10 .flip-card-front .text_holder {
    color: var(--red-color);
    font-family: 'Calibri-Bold';
    margin: 10px 0 0 0;
    font-size: 16px;
    padding: 0 10px;
}
.p_10 .flip-card-back {
    transform: rotateY(180deg);
    padding: 8px 5px 2px 10px;
    font-size: 16px;
    font-weight: normal;
    line-height: 18px;
    text-align: left;
    background: var(--red-color);
    color: var(--white-color);
    cursor: default;
}

.p_10 .flip-card-back .flip_back_title {
    font-family: 'Calibri-Bold';
    font-size: 12px;
    line-height: 14px;
    padding-bottom: 5px;

}
.p_10 .flip-card-back .flip_back_text {
    font-size: 12px;
    line-height: 14px;
}

.p_10 .module {
    width: 139px;    
    margin: 5px 5px 0 5px;
    display: inline-block;
    position: relative;
    cursor: pointer;
    height: 168px;
    font-weight: bold;
}