.page-hero{position:relative;min-height:45vh;border-radius:0;overflow:hidden;color:#fff}.page-hero__overlay{position:absolute;inset:0;background:linear-gradient(to top,rgba(0,0,0,.65),rgba(0,0,0,.2));z-index:0}.page-hero .container-lg{position:relative;z-index:1}.page-hero__content{max-width:60ch}@media (max-width:576px){.page-hero .lead{font-size:1rem;line-height:1.4}}.artemis-card{background-color:#f5f5f5;transition:transform .15s,box-shadow .15s;border-radius:.5rem;overflow:hidden}.artemis-card .card-body{padding:1rem}.artemis-card:hover{transform:translateY(-2px)}.card-img-container{position:relative;overflow:hidden;aspect-ratio:16/9;border-top-left-radius:inherit;border-top-right-radius:inherit;margin-bottom:0}.featured-image{width:100%;height:100%;object-fit:cover;display:block;transition:transform .6s;will-change:transform}.artemis-card:hover .featured-image{transform:scale(1.12)}.card-body h3{margin-bottom:16px}.card-body p{font-size:.9rem;margin-bottom:0}.card-body h3 a{color:grey;font-size:1.5rem;transition:color .3s}.artemis-card:hover .card-body h3 a{color:red}.card-body p a{color:#010101;text-decoration:none}.card-text{overflow:hidden;line-clamp:3;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:3;max-height:4.2em}