.protective-card{background-color:var(--white-color);border-radius:32px;padding:1.25rem;display:flex;flex-wrap:wrap;gap:1.25rem;@media screen and (min-width:850px){padding-left:1rem;padding-bottom:1rem;padding-right:1rem;padding-top:1rem;gap:.5rem}}.protective-card--secondary{background-color:var(--gray-color);@media screen and (min-width:850px){padding-left:1rem;padding-bottom:1rem;padding-right:1rem;padding-top:1rem;gap:0}}.protective-card__content{flex-grow:1;flex-basis:20rem;border-radius:32px;display:flex;flex-direction:column;justify-content:space-between;@media screen and (min-width:850px){padding-left:2rem;padding-bottom:2rem;padding-right:2rem;padding-top:2rem}}.protective-card__title{margin:0 0 .75rem;font-size:2rem;font-weight:400;line-height:1.1;color:var(--primary-color);@media screen and (min-width:850px){margin-bottom:1rem}}.protective-card__description{margin:0 0 1rem;font-size:clamp(1.125rem,2vw,1.125rem);line-height:1.5;@media screen and (max-width:768px){margin-top:.75rem;margin-bottom:1rem;line-height:1.4}}.protective-card__title--secondary{color:var(--secondary-color)}.protective-card__button{width:100%;padding:.5rem 1.25rem;text-align:center;@media screen and (min-width:850px){width:fit-content;margin-bottom:0}}.protective-card__img-container{flex-grow:1;flex-basis:18rem;position:relative;@media screen and (min-width:850px){padding-left:0;padding-bottom:0;padding-right:0;padding-top:0}}.protective-card__img{max-height:17.5rem;border-radius:1rem;aspect-ratio:1/1;object-fit:cover;background-color:var(--gray-color);@media screen and (min-width:850px){border-radius:1.5rem;max-height:30.375rem}}.protective-card__tag{position:absolute;padding:.1875rem .5rem;border-radius:99999999px;top:5%;right:10%;background-color:var(--primary-color-light);color:var(--primary-color);font-size:.875rem;line-height:1.3}.protective-card__tag--secondary{background-color:var(--seconday-color-light);color:var(--secondary-color)}