/*
Theme Name:     Lymcoin Child
Theme URI:      http://lymcoin.ancorathemes.com/
Description:    Make your modifications to Lymcoin in this child theme.
Author:         AncoraThemes
Author URI:     http://ancorathemes.com
Version:        1.0
Template:       lymcoin
*/
.page-content {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  padding: 40px;
}
.left-column,
.right-column {
  flex: 1 1 50%;
}
.featured-image img {
  max-width: 100%;
  height: auto;
}
@media (max-width: 768px) {
  .left-column,
  .right-column {
    flex: 1 1 100%;
  }
}

