.blog-sidebar .adv .adv-info .adv-sub {
  line-height: 1.57142857;
  font-size: 14px;
}
@media (max-width: 750px) {
  .blog-sidebar .adv .adv-info .adv-sub {
    line-height: 1.33333333;
    font-size: 12px;
  }
}
.blog-sidebar .adv {
  position: relative;
  width: 100%;
  padding: 0;
}
.blog-sidebar .adv .adv-pic {
  width: 100%;
}
.blog-sidebar .adv .adv-pic .ebg-img {
  display: block;
  width: 100%;
}
.blog-sidebar .adv .adv-info {
  position: absolute;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  height: 100%;
  z-index: 9;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-pack: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}
.LANG-sa .blog-sidebar .adv .adv-info {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
     -moz-box-orient: horizontal;
     -moz-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.blog-sidebar .adv .adv-info .adv-sub {
  color: #fff;
}
.blog-sidebar .adv .adv-info .adv-title {
  max-width: 85%;
  margin-top: 10px;
  line-height: 1.36363636;
  font-size: 22px;
  color: #fff;
}
@media (max-width: 750px) {
  .blog-sidebar .adv .adv-info .adv-title {
    margin-top: 5px;
  }
}
.blog-sidebar .adv .adv-info .ebg-btn-box {
  max-width: 80%;
}
.blog-sidebar .adv .adv-info .ebg-btn-box .ebg-btn-bg-red-m {
  background: #fff;
  color: #054f8d;
}
