.resources p{color:var(--dark-gray);margin:0 auto 75px;max-width:70ch}.resources-grid{display:grid;gap:30px;grid-template-columns:repeat(auto-fit,minmax(200px,1fr))}.resources-grid a{height:100%;overflow:hidden}.resources-grid a:hover{text-decoration:none}.resources-grid div{border-radius:10px;max-height:220px;overflow:hidden;width:100%}.resources-image{height:220px;object-fit:cover;transform-origin:center center;transition:.5s ease;width:100%}.resources-grid a:hover .resources-image{transform:scale(1.04)}@media (max-width:768px){.resources-image{height:175px}}