.single-card{align-items:center;aspect-ratio:1/1;background-blend-mode:soft-light;background-color:var(--secondary);background-position:50%;background-repeat:no-repeat;background-size:cover;display:flex;height:-moz-fit-content;height:fit-content;justify-content:center;padding:15px;transition:background-color .3s ease;width:100%}@media only screen and (max-width:767px){.single-card{padding:30px;word-break:break-word}}.single-card__text{color:#fff;font-family:var(--font-headings);font-size:1.75rem;font-size:14px;font-weight:400;letter-spacing:.175rem;text-align:center;transition:opacity .3s ease}@media screen and (min-width:360px){.single-card__text{font-size:calc(9.33333px + 1.2963vw)}}@media screen and (min-width:1440px){.single-card__text{font-size:28px}}.single-card--link:hover{background-color:#0000}.single-card--link:hover .single-card__text{opacity:0}