.custom-card{border-radius:12px;color:inherit;justify-content:flex-end;min-height:572px;overflow:hidden;position:relative;text-decoration:none}.custom-card,.image-container{display:flex;flex-direction:column;height:100%;transition:transform .5s ease}.image-container{background-position:50%;background-repeat:no-repeat;background-size:cover;justify-content:space-between;padding:20px}.overlay{background:linear-gradient(180deg,rgba(237,250,247,0),rgba(10,86,65,.8) 82%);background-blend-mode:multiply;bottom:0;left:0;position:absolute;right:0;top:0;transition:background .8s cubic-bezier(.25,.8,.25,1);z-index:1}.custom-card:hover .overlay{background:linear-gradient(180deg,rgba(237,250,247,0),rgba(10,86,65,.8) 82%),linear-gradient(180deg,rgba(237,250,247,0),rgba(10,86,65,.8) 65%);background-blend-mode:multiply}.card-content{display:flex;flex-direction:column;height:100%;justify-content:space-between;position:relative;z-index:2}.category-icon{height:40px;width:40px}.custom-card .card-body{display:flex;flex-direction:column;justify-content:flex-end;position:relative;transition:transform .5s ease;z-index:2}.custom-card:hover .card-body{transform:translateY(-15px)}.card-title{font-size:1.5rem;font-weight:700;margin-bottom:10px}.read-more{font-size:1em;font-weight:700;letter-spacing:.75px;line-height:20px;opacity:0;transform:translateY(20px);transition:opacity .5s ease,transform .5s ease}.custom-card:hover .read-more{opacity:1;transform:translateY(0)}.arrow img{height:20px;width:20px}