.CommonRealizacjeListComponent {
  padding: 5rem 0;
}
.CommonRealizacjeListComponent h2 {
  margin-bottom: 3rem;
}
.CommonRealizacjeListComponent .box a, .CommonRealizacjeListComponent .box1 a {
  position: relative;
  border: 1px solid #eee;
  display: block;
  transition: top 0.3s ease-out;
  padding-bottom: 4rem;
}
.CommonRealizacjeListComponent .box a:hover, .CommonRealizacjeListComponent .box1 a:hover {
  text-decoration: none;
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.17);
}
.CommonRealizacjeListComponent .box .image, .CommonRealizacjeListComponent .box1 .image {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
  height: 26em;
}
.CommonRealizacjeListComponent .box .info, .CommonRealizacjeListComponent .box1 .info {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  min-height: 3rem;
  text-align: center;
  background-color: #fff;
  padding-top: 5px;
}
.CommonRealizacjeListComponent .box .info h4, .CommonRealizacjeListComponent .box1 .info h4 {
  color: #9a9898;
  font-size: 1.6rem;
  font-weight: 600;
}
.CommonRealizacjeListComponent .box .info h6, .CommonRealizacjeListComponent .box1 .info h6 {
  color: #515150;
  font-size: 0.75rem;
}
.CommonRealizacjeListComponent .box:hover h4, .CommonRealizacjeListComponent .box:hover h6, .CommonRealizacjeListComponent .box1:hover h4, .CommonRealizacjeListComponent .box1:hover h6 {
  text-decoration: none;
}
.CommonRealizacjeListComponent .box {
  margin-bottom: 1.5rem;
}
.CommonRealizacjeListComponent .box1 {
  margin-bottom: 0.5rem;
  padding: 0.5rem !important;
}
