.blog-home3 {
  color: #484848;
  font-weight: 300;
}

.blog-home3 h1, .blog-home3 h2, .blog-home3 h3, .blog-home3 h4, .blog-home3 h5, .blog-home3 h6 {
  color: #484848;
  font-family: 'Source Sans Pro'!important;
}

.blog-home3 a.link {
  color: #696868;
  font-size: 20px;
  font-weight: 600;
}

.blog-home3 a.link:hover {
  color: #158cba;
}

.blog-home3 .font-weight-medium {
  font-weight: 500;
}

.blog-home3 .bg-default-gradiant {
  background: #158cba;
  background: -webkit-linear-gradient(legacy-direction(to right), #158cba 0%, #158cba 100%);
  background: -webkit-gradient(linear, left top, right top, from(#158cba), to(#158cba));
  background: -webkit-linear-gradient(left, #158cba 0%, #72e3ff 100%);
  background: -o-linear-gradient(left, #158cba 0%, #72e3ff 100%);
  background: linear-gradient(to right, #158cba 0%, #4cced1 100%);
}

.blog-home3 .date-pos {
  font-size: 14px;
  font-family: 'Source Sans Pro';
}

.blog-home3 a {
  overflow: hidden;
}

.blog-home3 a img {
  -webkit-transition: 0.2s ease-in;
  -o-transition: 0.2s ease-in;
  transition: 0.2s ease-in;
  object-fit: cover;
  height: 200px!important;
}

.blog-home3 a img:hover {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}

