.three_column_grid{display:grid;gap:48px;grid-template-columns:repeat(3,1fr)}.three_column_grid .image_holder{border-radius:10px;height:180px;margin-bottom:24px;overflow:hidden;width:100%}.three_column_grid .image_holder img{height:100%;object-fit:cover;transition:all 2.3s ease;width:100%}.three_column_grid .image_holder:hover img{transform:scale(1.04)}.three_column_grid h2,.three_column_grid h3,.three_column_grid h4,.three_column_grid h5{margin-bottom:24px}@media (max-width:968px){.three_column_grid{grid-template-columns:repeat(2,1fr)}.three_column_grid .image_holder{height:240px}}@media (max-width:568px){.three_column_grid{grid-template-columns:repeat(1,1fr)}.three_column_grid .image_holder{height:240px}}