<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.card{background-color:#fff;box-shadow:0 0 10px 0 rgba(0,0,0,.1);border-top:5px solid #456177;transition:all .8s ease-in-out}.card:hover{transform:scale(1.08)}.card-content{padding:50px 30px;text-align:center;position:relative}.card-content h3{font-size:22px;font-weight:700;color:#456177;margin-bottom:10px}.card-content p{font-size:14px;font-weight:500;line-height:1.3em;color:#333;height:80px;padding:0 52px;margin-top:0}.card-content a{position:absolute;bottom:30px;right:50px;color:#000 !important;font-weight:600;font-size:14px}.card-content .line{height:1px;background-color:#abb2b9;position:absolute;bottom:-3px;left:0;width:40px;transition:all .3s ease-in-out}.card-content a:hover .line{background-color:#456177;left:15px}.card-image img{width:100%;height:180px;object-fit:cover}@media(max-width:767px){.card{margin-bottom:35px}}@media(max-width:1024px){.card:hover{transform:scale(1)}}@media(width:768px){.card-content{padding:30px}.card-content h3{font-size:18px}.card-content p{padding:0 20px;height:90px}}</pre></body></html>