.pwi {
  position: relative;
}
.pwi:hover h3 {
  transform: translate(0px, 10px);
}
@media only screen and (max-width: 992px) {
  .pwi {
    margin-bottom: 30px;
  }
}
.pwi .pwi-image {
  position: relative;
  border: 1px solid transparent;
  border-radius: 5px;
  overflow: hidden;
}
.pwi .pwi-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;
}
.pwi .pwi-image:hover:before {
  transform: translate3d(0, 15px, 0);
}
@media (min-width: 992px) {
  .pwi .pwi-image .large-image {
    display: block;
  }
  .pwi .pwi-image .small-image {
    display: none;
  }
}
@media only screen and (max-width: 992px) {
  .pwi .pwi-image .large-image {
    display: none;
  }
  .pwi .pwi-image .small-image {
    display: block;
  }
}
.pwi .pwi-image:after {
  content: "";
  background: rgba(29, 39, 54, 0.65);
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: 0;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: bottom;
}
.pwi .pwi-image img {
  width: 100%;
  display: block;
  height: auto;
  min-height: 100px;
}
.pwi .pwi-content-wrapper {
  display: flex;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  align-items: center;
}
.pwi .pwi-content {
  position: absolute;
  width: 100%;
  text-align: center;
}
.pwi .pwi-content .pwi_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: 24px;
  margin-bottom: 0;
  font-weight: 500;
}
@media only screen and (max-width: 992px) {
  .pwi .pwi-content .pwi_title h3 {
    font-size: 18px;
    font-weight: 400;
  }
}
.pwi .pwi-content .pwi-icon i {
  font-size: 60px;
  color: white;
}

@media (min-width: 992px) {
  .path-taxonomy .custom-padding .col-lg-3 {
    padding-left: 3px;
    padding-right: 3px;
  }
}
.path-taxonomy .pwi {
  position: relative;
}
.path-taxonomy .pwi:hover h3 {
  transform: translate(0px, 5px);
}
.path-taxonomy .pwi .pwi-content .pwi_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;
  font-size: 16px;
  line-height: normal;
  margin-top: 10px;
}
.path-taxonomy .pwi .pwi-content .pwi-icon i {
  font-size: 35px;
  width: 40px;
  display: block;
  margin: auto;
}

.sertifika-list .pwi {
  margin-bottom: 30px;
}
.sertifika-list i {
  width: 40px;
  display: block;
  margin: auto;
}

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