/*
Theme Name: Forkup GP child
Theme URI: https://generatepress.com
Description: This is a child theme of GeneratePress
Author: virge
Author URI:
Template: generatepress
Version: 1.0.0
License:GNU General Public License v2 or later
License URI:LICENSE
Tags:custom-background,custom-logo,custom-menu,featured-images,threaded-comments,translation-ready;
*/
.related-title {
  margin: 30px 0 10px;
}
.related-articles {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 10px 0 0;
}
.related-article {
  width: calc((100% - 2vh) / 2);
  position: relative;
  border-radius: 20px;
  margin-bottom: 30px;
}
@media screen and (max-width: 640px) {.related-article {width:100%}}