







.p_31 {
    /* background: var(--grey-color); */
    background-image:-webkit-linear-gradient(right, rgba(0,0,0,0) 95%, rgba(0,0,0,0.15) 100%);
	background-image:-moz-linear-gradient(right, rgba(0,0,0,0) 95%, rgba(0,0,0,0.15) 100%);
	background-image:-ms-linear-gradient(right, rgba(0,0,0,0) 95%, rgba(0,0,0,0.15) 100%);
	background-image:-o-linear-gradient(right, rgba(0,0,0,0) 95%, rgba(0,0,0,0.15) 100%);
	background-image:linear-gradient(right, rgba(0,0,0,0) 95%, rgba(0,0,0,0.15) 100%);
}
.p_31 #contentHolder {
    position: relative;
    margin-left: 22px;
}


.p_31 .flip-card {
    background-color: transparent;
    width: 100%;
    height: 100%;
    perspective: 1000px;
}

.p_31 .flip-card-inner {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
    border-radius: var(--border-radius);
    transition: transform 0.6s;
    transform-style: preserve-3d;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);

}

.p_31 .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_31 .flip-card.selected .flip-card-inner {
    transform: rotateY(180deg);
}
.p_31 .flip-card-front {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background: var(--white-color);
    position: relative;
}
.p_31 .flip-card-front::before {
    content: "";
    position: absolute;
    bottom: 5px;
    right: 5px;
    background: url(../../images/SVG/p_25_flip_normal.svg) no-repeat 0 0;
    background-size: contain;
    width: 28px;
    height: 28px;
}
.p_31 .flip-card-front:hover::before {
    content: "";
    position: absolute;
    bottom: 5px;
    right: 5px;
    background: url(../../images/SVG/p_25_flip_hover.svg) no-repeat 0 0;
    background-size: contain;
    width: 28px;
    height: 28px;
}
.p_31 .flip-card-front,
.p_31 .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: var(--border-radius);
    
}
.p_31 .flip-card-front .img_holder img {
    width: 80%;
}
.p_31 .flip-card-front .text_holder {
    color: var(--red-color);
    font-family: 'Calibri-Bold';
    margin: 10px 0 0 0;
}
.p_31 .flip-card-back {
    transform: rotateY(180deg);
    padding: 12px 12px 5px 12px;
    font-size: 16px;
    font-weight: normal;
    line-height: 18px;
    text-align: left;
    background: var(--red-color);
    color: var(--white-color);
    cursor: default;
}

.p_31 .flip-card-back .flip_back_title {
    font-family: 'Calibri-Bold';
    font-size: 20px;
    line-height: 14px;
    padding-bottom: 10px;

}

.p_31 .module {
    width: 45%;    
    margin: 5px 5px 0 5px;
    display: inline-block;
    position: relative;
    cursor: pointer;
    height: 164px;
    font-weight: bold;
}