.gi-related__block-title {
  color: #000;
  font-family: "Open Sans"
  font-size: 20px;
  line-height: 48px;
  font-weight: 900;
  letter-spacing: 0;
  margin: 0 0 40px 0;
}

.gi-related__item {
  border-bottom: 0px solid #E1E1E1;
  width: 100%;
  margin-bottom: 0px;
}

.gi-related__item a {
  text-decoration: none;
}

.gi-related__tags {
  margin-top: 0px;
  position: relative;
  font-size: 11px;
}

.gi-related__img {
  width: 100%;
  height: 190px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.gi-related__title {
  padding-top: 0px;
  color: #000;
  font-family: "Open Sans"
  font-size: 13px;
  letter-spacing: 0;
  line-height: 26px;
  text-decoration: none;
  margin: 0px 0 30px 0;
}

.gi-related__author {
  padding-bottom: 0px;
  display: flex;
  justify-content: flex-start; 
  align-items: center;
}

.gi-related__author-img {
  width: 40px;
  height: 40px;
  margin-right: 18px;
  box-shadow: 0 2px 10px 4px rgba(211,211,211,0.5);
}

.gi-related__author-name {
  font-weight: 700;
  text-decoration: none;
  font-size: 14px;
  line-height: 14px;
}

.gi-related__date {
  margin: 0;
  padding-bottom: 0px;
  font-size: 14px;
  line-height: 14px;
}

@media (min-width: 768px) {
  .gi-related__wrap.gi-related__wrap--row span {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
  }
  
  .gi-related__item.gi-related__item--2 {
    width: 48%;
  }
  .gi-related__item.gi-related__item--3 {
    width: 32%;
  }
  .gi-related__item.gi-related__item--4 {
    width: 24%;
  }
  
  .gi-related__title.gi-related__title--row {
    min-height: 80px;
  }
  
  .gi-related__img {
    height: 160px;
  }
}