.homePageCard{position:relative;border-radius:inherit;width:100%;height:550px;perspective:2000px;display:flex;align-items:center;justify-content:center;overflow:hidden;transform-origin:bottom;transition:all .6s ease;will-change:box-shadow}.homePageCard .cardHeadingContainer{position:absolute;top:10%;right:5%}.leftAlignedCardImageCovers{position:absolute;right:-54px;bottom:-30%;width:100%;height:100%;border-radius:10px;cursor:pointer;transition:all .5s;display:flex;align-items:center;justify-content:center;min-height:300px}.homePageCard:hover .leftAlignedCardImageCovers{bottom:-25%}.leftAlignedCardImageCovers img{border-radius:20px}.centerAlignedCardImageCovers{position:absolute;bottom:-30%;width:70%;height:100%;background-color:inherit;border-radius:10px;cursor:pointer;transition:all .5s;display:flex;align-items:center;justify-content:center;min-height:300px}.homePageCard:hover .centerAlignedCardImageCovers{bottom:-25%}@media (max-width:768px){.homePageCard{height:20rem}.homePageCard .cardHeadingContainer{left:50%;transform:translateX(-50%);text-align:center;width:max-content}.leftAlignedCardImageCovers{right:-24px}.centerAlignedCardImageCovers{width:80%;bottom:-30%}.homePageCard:hover .centerAlignedCardImageCovers,.homePageCard:hover .leftAlignedCardImageCovers{bottom:-32%}}