.wp-block-column .wp-block-image figure, .wp-block-column > .wp-block-image { transition: transform 0.3s, box-shadow 0.3s, filter 0.3s; overflow: hidden; border-radius: 6px; }
.wp-block-column:hover .wp-block-image img { transform: scale(1.06); filter: brightness(0.82) saturate(1.15); }
.wp-block-column .wp-block-image img { transition: transform 0.35s, filter 0.35s; display: block; width: 100%; height: auto; border-radius: 6px; }
.wp-block-column:hover h3 { transition: color 0.25s; color: rgb(198, 40, 40) !important; }
.wp-block-column h3 { transition: color 0.25s; }
.wp-block-column .wp-block-image { position: relative; }
.wp-block-column .wp-block-image::after { content: ""; position: absolute; left: 50%; bottom: 0px; width: 0px; height: 4px; background: rgb(198, 40, 40); transition: width 0.3s, left 0.3s; }
.wp-block-column:hover .wp-block-image::after { width: 100%; left: 0px; }
@media (max-width: 768px) {
body .gaby-hero-cover .wp-block-buttons, body section.gaby-hero-cover .wp-block-buttons, body .wp-block-buttons.is-content-justification-center { display: flex !important; flex-direction: column !important; align-items: center !important; justify-content: center !important; gap: 12px !important; width: 100% !important; margin-left: auto !important; margin-right: auto !important; text-align: center !important; }
}
