.grid-wrapper{grid-row-gap:45px;display:grid;gap:25px;grid-template-columns:repeat(3,1fr);width:100%}.grid-wrapper .single-grid img{height:260px;max-width:100%;object-fit:cover;width:100%}.grid-wrapper .single-grid{background-color:#fff;box-shadow:0 8px 24px hsla(210,8%,62%,.2)}.grid-wrapper .single-grid .bottom-content-grid{padding:40px 40px 20px}.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;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-row-gap:35px;grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.grid-wrapper{gap:35px;grid-template-columns:repeat(1,1fr)}}