.blog--background-img {
  background-image: url('{{ getImgPathBlog($blog->image) }}');
  background-repeat: no-repeat;
  background-position: center;
  height: 250px;
  background-color: rgb(0 0 0 / 65%);
  background-blend-mode: multiply; 
  background-size: cover;
}

.btn-contact {
  background-color:#ff7904;
  color: #fff;
  border-radius: 0;
  padding: 10px 30px;
}
.btn-contact:hover {
  color: #fff !important;
}
.blog-cats {
  font-size: 0.9rem;
}
.blog-cats > a {
  padding: 10px 0px 7px 25px;
  color: black;
}
.blog-cats a:hover,
.blog-cats .active {
  border: 1px solid #ff7904 !important;
  color: #ff7904 !important;
}
.read-more-btn:hover {
  color: white !important;
}
.social-icon {
  color: white;
  left: -75px;
  position: relative
}
.social-icon:hover {
  color: white !important;
}
.social-icon-f {
  font-size: 30px;
  padding: 7px 12px;
}
.social-icon-t {
  font-size: 25px;
  padding: 9px;
}
.social-icon-in {
  font-size: 24px;
  padding: 10px 11px;
}
.social-icon-email {
  font-size: 25px;
  padding: 9px 9px;
}
.social-containter {
  position: absolute;
  flex-direction: column;
}
.blog--img-wrap {
  float: right;
  width: 100px;
  height: 115px;
}
.blog--img-wrap > img {
  top: -40px;
  position: relative;
  width: 150px;
  max-width: unset;
}
@media screen and (max-width: 1024px) {
  .social-icon-email,
  .social-icon-t {
      font-size: 24px;
      padding: 10px 9px;
  }
  .social-containter {
      position: relative;
      flex-direction: row;
      padding-bottom: 20px;
      top: -15px;
  }
  .social-icon {
      left:0
  }
}