.ct-warsztaty-banner{
  display:block;
  position:relative;
  margin-bottom:30px;
  padding:22px 24px;
  border-radius:4px;
  text-decoration:none;
  color:#fff;
  background:linear-gradient(135deg,#5a7b3c 0%,#3d5a26 55%,#2c4419 100%);
  box-shadow:0 8px 22px rgba(0,0,0,.22);
  border:1px solid rgba(255,255,255,.18);
  overflow:hidden;
  transition:transform .25s ease, box-shadow .25s ease;
}
.ct-warsztaty-banner:hover{
  transform:translateY(-3px);
  box-shadow:0 14px 30px rgba(0,0,0,.3);
  color:#fff;
  text-decoration:none;
}
.ct-warsztaty-banner:after{
  content:"";
  position:absolute;
  right:-40px;
  bottom:-40px;
  width:150px;
  height:150px;
  border-radius:50%;
  background:rgba(255,255,255,.07);
}
.ct-warsztaty-banner-badge{
  display:inline-block;
  font-size:11px;
  letter-spacing:1.5px;
  text-transform:uppercase;
  padding:4px 10px;
  border-radius:20px;
  background:#e9c46a;
  color:#33290a;
  margin-bottom:12px;
  font-weight:700;
}
.ct-warsztaty-banner-title{
  display:block;
  font-size:28px;
  line-height:1.15;
  font-weight:700;
  margin-bottom:8px;
}
.ct-warsztaty-banner-text{
  display:block;
  font-size:14px;
  line-height:1.5;
  color:rgba(255,255,255,.88);
  margin-bottom:16px;
}
.ct-warsztaty-banner-cta{
  display:inline-block;
  font-size:13px;
  font-weight:700;
  text-transform:uppercase;
  letter-spacing:.6px;
  padding:10px 18px;
  border-radius:3px;
  background:#fff;
  color:#3d5a26;
}
.ct-warsztaty-banner:hover .ct-warsztaty-banner-cta{background:#e9c46a;color:#33290a;}
@media (max-width:991px){
  .ct-warsztaty-banner-title{font-size:24px;}
}
@media (min-width:992px){
  .ct-home-hero-row{display:flex;flex-wrap:wrap;align-items:stretch;}
  .ct-home-hero-row > [class*="col-lg-"]{float:none;}
  .ct-home-side{display:flex;flex-direction:column;height:100%;}
  .ct-home-side > [class*="col-lg-"]{float:none;}
  .ct-home-side-banner{display:flex;flex:1 1 auto;}
  .ct-home-side-banner .ct-warsztaty-banner{
    display:flex;
    flex-direction:column;
    align-items:flex-start;
    justify-content:center;
    width:100%;
  }
  .ct-home-side-banner .ct-warsztaty-banner-cta{margin-top:auto;}
}

.ct-farma-band{
  margin:0 0 30px;
  border-radius:4px;
  overflow:hidden;
  background:#f7f2e2;
  border:1px solid rgba(61,90,38,.18);
  box-shadow:0 6px 18px rgba(0,0,0,.12);
  line-height:0;
}
.ct-farma-band img{
  width:100%;
  height:auto;
  display:block;
}
