.about-card{cursor:pointer;background:#468ee6d9;border-radius:15px;flex-direction:column;justify-content:center;align-items:center;width:100%;height:100%;min-height:260px;padding:2rem;transition:all .5s;display:flex;position:relative;overflow:hidden}.about-card:before,.about-card:after{content:"";z-index:0;background-color:#85bdf2;width:20%;height:20%;transition:all .5s;position:absolute}.about-card:before{border-radius:0 15px 0 100%;top:0;right:0}.about-card:after{border-radius:0 100% 0 15px;bottom:0;left:0}.about-card:hover:before,.about-card:hover:after{border-radius:15px;width:100%;height:100%}.about-card-content{z-index:10;flex-direction:column;justify-content:center;align-items:center;width:100%;height:100%;display:flex;position:relative}.text-shadow-custom{text-shadow:2px 2px 4px #00000080}
