.sc-hover-cards .custom-card-container{display:flex;flex-wrap:wrap;gap:30px;justify-content:center;margin:0 auto;max-width:1180px;padding:20px}.sc-hover-cards .cc-card{align-items:flex-end;background-position:50%;background-size:cover;border-radius:8px;box-shadow:0 8px 16px rgba(0,0,0,.24);display:flex;height:360px;overflow:hidden;position:relative;width:360px}.sc-hover-cards .cc-card__overlay{background-color:transparent;background:linear-gradient(180deg,transparent 20%,rgba(0,0,0,.5) 80%);bottom:0;content:"";left:0;position:absolute;right:0;top:0;transition:background-color .4s ease;z-index:1}.sc-hover-cards .cc-card__content{color:#fff;padding:24px;position:relative;transform:translateY(0);transition:transform .4s cubic-bezier(.25,.8,.25,1);width:100%;z-index:3}.sc-hover-cards .cc-card h4{color:#fdba25;font-size:24px;font-weight:600;line-height:1.2;margin:0}.sc-hover-cards .cc-card__hidden-content{max-height:0;opacity:0;overflow:hidden;transition:max-height .4s ease,opacity .4s ease-in-out}.sc-hover-cards .cc-card__description{font-size:16px;margin-bottom:20px;margin-top:12px}.sc-hover-cards .cc-card__description p{margin:0}.sc-hover-cards .cc-card__button{background-color:#fdba26;border-radius:4px;color:#1e1e1e;display:inline-block;font-weight:700;padding:10px 24px;text-decoration:none;transition:background-color .3s ease}.sc-hover-cards .cc-card:after{border:2px solid transparent;border-radius:8px;bottom:0;content:"";left:0;pointer-events:none;position:absolute;right:0;top:0;transition:border-color .4s ease;z-index:2}.sc-hover-cards .cc-card:hover:after{border-color:#fdba26}.sc-hover-cards .cc-card:hover .cc-card__overlay{background-color:rgba(0,0,0,.5)}.sc-hover-cards .cc-card:hover .cc-card__hidden-content{max-height:250px;opacity:1}.sc-hover-cards .cc-card__button:hover{background-color:#e4a722}@media (max-width:1180px){.sc-hover-cards .custom-card-container{justify-content:center}}@media (max-width:767px){.sc-hover-cards .custom-card-container{align-items:center;flex-direction:column;gap:20px}.sc-hover-cards .cc-card{max-width:360px;width:100%}.sc-hover-cards .cc-card__overlay{background-color:rgba(0,0,0,.5)}.sc-hover-cards .cc-card__hidden-content{max-height:500px;opacity:1}.sc-hover-cards .cc-card:hover .cc-card__content{transform:none}}