.grid-wrapper{display:grid;gap:25px;grid-template-columns:repeat(3,1fr);width:100%;grid-row-gap:45px}.grid-wrapper .single-grid{display:grid;grid-template-rows:60px auto}.grid-wrapper .card{display:flex;flex-direction:column}.grid-wrapper .single-grid img{height:260px;max-width:100%;object-fit:cover;width:100%}.grid-wrapper .single-grid .card{background-color:#fff;box-shadow:0 8px 24px hsla(210,8%,62%,.2)}.grid-wrapper .single-grid .bottom-content-grid{display:flex;flex-direction:column;height:100%;padding:20px 40px}.grid-wrapper .single-grid .bottom-content-grid p{color:#888;font-size:14px;line-height:1.8}.grid-wrapper .single-grid .bottom-content-grid h5{margin-bottom:15px}.grid-wrapper .single-grid .bottom-content-grid h5 a{color:#000;transition:all .3s ease-in}.grid-wrapper .single-grid .bottom-content-grid h5 a:hover{color:var(--hover)}.grid-wrapper .single-grid .bottom-content-grid>a{color:#000;color:var(--site);font-family:var(--bebas);font-size:15px;font-weight:700;letter-spacing:1px;margin-top:auto;text-transform:uppercase;transition:all .3s ease-in}.grid-wrapper .single-grid .bottom-content-grid>a:hover{color:var(--hover)}@media (max-width:1024px){.grid-wrapper{grid-template-columns:repeat(2,1fr);grid-row-gap:35px}}@media (max-width:768px){.grid-wrapper{gap:35px;grid-template-columns:repeat(1,1fr)}}