/* ==========================================================================
   Fonte Da Vida - Contact Page Tablet Styles
   ========================================================================== */
@media (max-width: 1024px) {
.department-grid {
grid-template-columns: repeat(2, 1fr);
}
}
@media (min-width: 769px) and (max-width: 1024px) {
.dept-card:last-child:nth-child(odd) {
grid-column: 1 / -1;
justify-self: center;
width: calc(50% - 12px);
}
}
