.card{position:relative;width:100%;height:370px;perspective:1000px}.card-back,.card-front{position:absolute;width:100%;height:100%;top:0;left:0;backface-visibility:hidden;transform-style:preserve-3d;transition:transform .6s ease-in-out;overflow:hidden}.card-front{z-index:2;transform:rotateY(0deg)}.card-back{transform:rotateY(180deg)}.card.is-flipped .card-front{transform:rotateY(180deg);z-index:1}.card.is-flipped .card-back{transform:rotateY(1turn);z-index:2}.no-scrollbar::-webkit-scrollbar{display:none}.no-scrollbar{-ms-overflow-style:none;scrollbar-width:none}.description-section h1,.description-section h2,.description-section h3,.description-section h4,.description-section h5{padding:0;margin:15px 0 10px;font-weight:400}.description-section section{margin:20px 0 10px}.description-section a{color:blue}hr{border:0;height:2px;margin-top:20px;margin-bottom:20px;background-image:-webkit-linear-gradient(90deg,transparent,rgba(0,0,0,.2),transparent);background-image:-moz-linear-gradient(90deg,transparent,rgba(0,0,0,.2),transparent);background-image:-ms-linear-gradient(90deg,transparent,rgba(0,0,0,.2),transparent);background-image:-o-linear-gradient(90deg,transparent,rgba(0,0,0,.2),transparent);background-image:linear-gradient(90deg,transparent,rgba(0,0,0,.2),transparent);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#d6d6d6",endColorstr="#d6d6d6",GradientType=0)}