.custom-flip-card{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;position:relative;padding:90px 70px;text-align:center;border-radius:15px;-webkit-box-shadow:0 0 20px 0 rgba(0,0,0,.2);box-shadow:0 0 20px 0 rgba(0,0,0,.2);background-color:#dfdfdf;background-size:cover;background-repeat:no-repeat;background-position:center center}.custom-flip-card::before{display:none;content:'';position:absolute;top:0;z-index:1;width:100%;height:100%;border-radius:15px;background-color:rgba(31,76,62,.85);left:0}.custom-flip-card:hover::before{display:block}.custom-flip-card:hover .flip-title{text-shadow:none}.custom-flip-card:hover .flip-button,.custom-flip-card:hover .flip-desc{opacity:1;pointer-events:auto}.custom-flip-card .inner{position:relative;z-index:2}.custom-flip-card .flip-title{margin:0;padding-bottom:13px;color:#fff;font-size:48px;font-weight:700;line-height:1.25;letter-spacing:-.9px;text-align:center;text-shadow:0 2px 8px rgba(0,0,0,.5)}.custom-flip-card .flip-desc{padding-bottom:30px;color:#fff;font-size:16px;font-weight:400;line-height:2;letter-spacing:-.3px;text-align:center;opacity:0;pointer-events:none}.custom-flip-card .flip-button{min-width:375px;opacity:0;pointer-events:none}@media(min-width:1000px){.custom-flip-card{min-height:500px;align-items:flex-start}}@media(max-width:767.98px){.custom-flip-card .flip-button{min-width:100%;opacity:0;pointer-events:none}}@media(max-width:767.98px){.custom-flip-card{display:block;padding:90px 15px}}