.banners {
  margin: 60px 0;
}
.banners__title {
  margin-bottom: 30px;
}
.banners__banner {
  margin-bottom: 20px;
}
.banners__banner__inner {
  left: 0;
  top: 0;
  padding: 40px;
}
.banners__banner__inner .btn {
  padding: 6px 13px;
  min-width: 0;
  margin-top: 26px;
}
@media all and (max-width: 768px) {
  .banners__banner__inner .btn {
    height: 45px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 2px 25px 0;
    min-width: 0;
  }
}
.banners__banner__inner .btn:hover {
  background-color: #719b35;
}
.banners__banner__inner .btn:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.banners__banner__inner.is_light {
  color: #fff;
}

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