:root{--background:#fafafa;--theme-color:#6b72ff;--secondary-color:#30cdff;--dark-theme-color:#3841ed;--text-color:#777776;--white:#fff;--black:#000}.dark:root{--background:#121212;--text-color:var(--white)}.imgCard{overflow:clip;border-radius:.75rem;background-color:var(--white);--tw-shadow:0 25px 50px -12px rgba(0,0,0,.25);--tw-shadow-colored:0 25px 50px -12px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.imgCard:where(.dark,.dark *){background-color:var(--black);--tw-shadow-color:#fff2;--tw-shadow:var(--tw-shadow-colored)}.imgCard figure{position:relative;height:250px;width:100%}@media (min-width:991.98px){.imgCard figure{height:450px}}.imgCard figure img{-o-object-fit:cover;object-fit:cover}.imgCard .content{padding:2rem 1rem}.imgCard .content h3{margin-bottom:1rem;font-size:1.75rem;font-weight:700;color:var(--black)}.imgCard .content h3:where(.dark,.dark *){color:var(--white)}.imgCard .content p{font-size:.875rem;font-weight:500}.imgCard .content a{margin-top:.5rem;display:flex;align-items:center;gap:.5rem;font-size:1.125rem;font-weight:700;color:var(--theme-color)}