.guides {
  padding-left: 0;
  padding-right: 0;
}

.guides li {
  padding-bottom: 25px;
}

@media (min-width: 520px) and (max-width: 767px) {
  .guides li.col-xs-12 {
    width: 50%;
  }
  .guides li.col-xs-12 img {
    width: 100%;
  }
}

.guides a {
  font-size: 16px;
  font-weight: 700;
  color: #222222;
}

@media (min-width: 768px) and (max-width: 1199px) {
  .guides a {
    font-size: 15px;
  }
}

html.fonts-loaded .guides a {
  font-weight: 500;
}

html[lang|="ar"].fonts-loaded .guides a, html[lang|="fa"].fonts-loaded .guides a, html[lang|="he"].fonts-loaded .guides a {
  font-weight: 700;
}

@media (min-width: 768px) and (max-width: 1199px) {
  .guides a img {
    width: 100%;
  }
}

.guides a span {
  display: block;
  padding-top: 10px;
}

/*# sourceMappingURL=home_widget.css.map */