:root{--target-bg-color-one:#f0ffce;--target-bg-color-two:#e3f6ff;--target-bg-color-three:#fff2e3;--target-bg-color-four:#ede3ff;--target-border-color-one:#8dc63f;--target-border-color-two:#a7e3ff;--target-border-color-three:var(--color-secondary);--target-border-color-four:#bc97ff;--target-shadow:0 4px 10px rgba(0,0,0,.1)}.target-grid{display:grid;gap:1rem;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));margin:0 auto 50px;max-width:1024px}.target-card{align-items:center;box-shadow:var(--target-shadow);display:flex;flex-direction:column;height:325px;padding:.5rem;transition:transform .3s ease,box-shadow .3s ease;width:200px;z-index:1}.target-card:first-child{background-color:var(--target-bg-color-one)}.target-card:nth-child(2){background-color:var(--target-bg-color-two)}.target-card:nth-child(3){background-color:var(--target-bg-color-three)}.target-card:nth-child(4){background-color:var(--target-bg-color-four)}.target-image{border-radius:50%;margin-bottom:.5rem;min-height:150px;object-fit:cover;width:150px}.target-description{font-size:.9rem;line-height:1.2}@media (max-width:768px){.target-grid{grid-template-columns:repeat(auto-fit,minmax(250px,1fr));justify-items:center}}@media (max-width:767px){.target-grid{grid-template-columns:1fr}.target-card{flex-direction:row-reverse;gap:1rem;height:auto;width:100%}.target-image{margin-bottom:0;min-height:100px;width:100px}}