#sg_b.sungroup .sg_kafel {
  background-image: url("../images/lp/kafel-bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  text-decoration: none;
  box-shadow: none;
}
#sg_b.sungroup .sg_kafel-box {
  height: 100%;
  border-radius: 4px;
}
#sg_b.sungroup .sg_kafel-content {
  height: 100%;
  display: flex;
  flex-flow: column;
  justify-content: space-between;
}
#sg_b.sungroup .sg_kafel-img {
  padding: 20px 20px 0;
}
#sg_b.sungroup .sg_kafel-img img {
  max-height: 250px;
}
#sg_b.sungroup .sg_content-txt {
  box-sizing: border-box;
  padding-bottom: 15px;
  max-width: 90%;
  width: 100%;
  font-size: 16px;
  line-height: 25px !important;
  font-family: "Poppins";
  font-weight: 400;
  color: #fff;
  margin: 8px auto 0;
}
#sg_b.sungroup .sg_title-kafel {
  font-size: 20px;
  line-height: 32px !important;
  font-weight: 600;
  margin: 5px 0 10px;
  text-transform: uppercase;
  display: block;
  color: #fff;
  font-family: "Poppins";
}
#sg_b.sungroup .sg_btn {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  font: 400 19px/18px Poppins, Arial;
  text-transform: uppercase;
  color: #fff !important;
  z-index: 1;
  background-color: #ff0000;
  border-radius: 1px;
  transition: 0.2s;
  overflow: hidden;
  cursor: pointer;
  text-decoration: none;
  padding: 5px 14px;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  margin: auto;
  margin-bottom: 2px;
  border: 0;
}
#sg_b.sungroup .sg_btn:hover {
  opacity: 0.9;
}
@media (max-width: 1250px) {
  #sg_b.sungroup .sg_kafel-img img {
    max-height: 220px;
  }
}
@media (max-width: 500px) {
  #sg_b.sungroup .sg_content-txt {
    font-size: 14px;
    line-height: 23px !important;
    max-width: 95%;
    padding-bottom: 10px;
  }
  #sg_b.sungroup .sg_title-kafel {
    font-size: 18px;
    line-height: 27px !important;
  }
  #sg_b.sungroup .sg_btn {
    min-height: 40px;
    display: none;
  }
  #sg_b.sungroup .sg_kafel-img img {
    max-height: 220px;
  }
}
@media (max-width: 420px) {
  #sg_b.sungroup .sg_content-txt {
    font-size: 14px;
    line-height: 23px !important;
  }
  #sg_b.sungroup .sg_title-kafel {
    font-size: 17px;
    line-height: 26px !important;
  }
}
