.overview-header h2:after {content:"";height: 0;}
.overview-header {text-align:center}

.content-grid {text-align: center;}
.content-grid {text-align: center;} 

.grid-wrapper {display: grid; grid-template-columns: repeat(4, 1fr); gap: 30px;} 

.grid-card {background: var(--accent2-color); border-radius: 25px; overflow: hidden; box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.3); padding: 10px; text-align: center; transition: transform 0.3s ease; display: flex; flex-direction: column; justify-content: space-between; height: 100%;} 
.grid-card:hover {transform: translateY(-5px);} 
.grid-card img {max-width: 100%; border-radius: 10px; margin-bottom: 15px; transition: filter 0.3s ease;} 
.grid-card:hover img {filter: grayscale(100%);} 
.grid-card-title {font-size: 1.125em; margin-bottom: 10px; color: var(--primary-color);} 