@import "../../../basic_imports";
//Bootstrap components
.guides {
  padding-left: 0;
  padding-right: 0;
  li {
    padding-bottom:25px;
    &.col-xs-12 {
      @media (min-width: 520px) and (max-width: 767px) {
        width: 50%;
        img {
          width: 100%;
        }
      }
    }
  }
  a {
    font-size:16px;
    @media (min-width: 768px) and (max-width: 1199px) {
      font-size: 15px;
    }
    @include medium-weight;
    color:$brand-grey-dark;
    img {
      @media (min-width: 768px) and (max-width:1199px) {
        width: 100%;
      }
    }
    span {
      display:block;
      padding-top:10px;
    }
  }
}