.pwd {
  position: relative;
  transition: 0.5s ease-out all;
}
.pwd:hover .pwd_title h2 {
  padding-top: 10px;
}
@media only screen and (max-width: 992px) {
  .pwd {
    margin-bottom: 30px;
  }
}
.pwd .pwd-image {
  position: relative;
  border: 1px solid transparent;
  border-radius: 5px;
  overflow: hidden;
}
.pwd .pwd-image:before {
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  position: absolute;
  bottom: 10px;
  left: 0;
  width: 100%;
  height: 10px;
  background: #EB1F25;
  content: "";
  -webkit-transform: translate3d(0, 20px, 0);
  transform: translate3d(0, 20px, 0);
  pointer-events: none;
  z-index: 1;
}
.pwd .pwd-image:hover:before {
  transform: translate3d(0, 15px, 0);
}
@media (min-width: 992px) {
  .pwd .pwd-image .large-image {
    display: block;
  }
  .pwd .pwd-image .small-image {
    display: none;
  }
}
@media only screen and (max-width: 992px) {
  .pwd .pwd-image .large-image {
    display: none;
  }
  .pwd .pwd-image .small-image {
    display: block;
  }
}
.pwd .pwd-image:after {
  content: "";
  background: url(/themes/custom/kk/images/lineer-dark.svg);
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: 0;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: bottom;
}
.pwd .pwd-image img {
  width: 100%;
  display: block;
  height: auto;
}
.pwd .pwd_title {
  position: absolute;
  width: 100%;
  text-align: center;
  transform: translateY(-70px);
}
.pwd .pwd_title h3 {
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  color: white;
  font-size: 20px;
  font-weight: 500;
}
.pwd .pwd-desc p {
  font-size: 14px;
  line-height: normal;
  font-weight: 400;
}

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