Try adding this CSS:
.generate-columns .entry-title {
transition: opacity 0.3s ease-in;
opacity: 0.25;
}
.generate-columns:hover .entry-title {
transition: opacity 0.3s ease-in;
opacity: 1;
}
.generate-columns .post-image {
margin-bottom: 0 !important;
}
@media (min-width: 1024px) {
.generate-columns:nth-child(3n), .generate-columns:nth-child(3n+1) {
-webkit-transform: translateY(100px);
transform: translateY(100px);
}
}
And if you go to Customizer > Typography and set the Archive Content Title (H2)
for your font size. If you want to match the product title then that would be 14px