.custom-text-color{color:#e3304a}.hover-expand-box{position:relative;overflow:hidden;height:auto;max-height:480px;transition:max-height 1.5s cubic-bezier(0.3,0,0.3,1),box-shadow 0.5s ease-in-out;background:white;box-shadow:0px 4px 10px rgba(0,0,0,0.1);padding:20px;text-align:center;border-radius:10px}.hover-expand-box:hover{max-height:1200px;box-shadow:0px 8px 20px rgba(0,0,0,0.2)}.hover-expand-box .extra-content{opacity:0;max-height:0;overflow:hidden;transform:translateY(-15px);transition:opacity 1s ease-in-out,max-height 1.0s cubic-bezier(0.3,0,0.3,1),transform 1s ease-in-out}.hover-expand-box:hover .extra-content{opacity:1;max-height:1000px;transform:translateY(0)}.hover-expand-box .custom-button{opacity:0;transform:translateY(15px);transition:opacity 1s ease-in-out,transform 1s ease-in-out}.hover-expand-box:hover .custom-button{opacity:1;transform:translateY(0)}