/*
Theme Name: Astra Child
Theme URI: 
Author: OHQMedia
Author URI: https://klaipedossachmatai.lt/
Description: Child theme for Astra theme.
Version: 1.0
Template: astra
Text Domain: astra-child
*/

.post-grid-item {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}

.post-grid-item.first-item {
  flex-direction: row-reverse;
}

.post-grid-item .post-image {
  flex: 0 0 50%;
  margin-right: 20px;
}

.post-grid-item .post-content {
  flex: 1;
}
