.CommonRealizacjeListComponent {
  padding: 7rem 0 3rem;
}
.CommonRealizacjeListComponent h2 {
  margin-bottom: 3rem;
}
.CommonRealizacjeListComponent .box {
  background-color: #ffffff;
  border-radius: 5px;
  -moz-border-radius: 5px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  display: block;
  transition: all 0.3s ease-out;
  height: 100%;
}
.CommonRealizacjeListComponent .box > .image > img {
  width: 100%;
}
.CommonRealizacjeListComponent .box > .text {
  text-decoration: none;
  padding: 1rem 1.5rem 2.7rem;
  font-weight: 100;
}
.CommonRealizacjeListComponent .box > .text h3 {
  color: #323d49;
}
.CommonRealizacjeListComponent .box > .text h4 {
  color: #323d49;
  text-decoration: none;
}
.CommonRealizacjeListComponent .box > .text h4 > span {
  font-weight: 300;
  font-size: 1rem;
}
.CommonRealizacjeListComponent .box > .text h6 {
  position: absolute;
  bottom: 1rem;
  left: 2rem;
  color: #7b7b7c;
  font-weight: 400;
  font-size: 0.8rem;
  margin-bottom: 0;
}
.CommonRealizacjeListComponent .box > .text h6.mail {
  font-weight: 300;
}
.CommonRealizacjeListComponent .box > .text h6.mail > i {
  color: #8abc44;
}
.CommonRealizacjeListComponent .box > .text .info {
  position: absolute;
  bottom: 2rem;
  left: 1.5rem;
  right: 1.5rem;
  border-top: 1px solid #f1f3f7;
}
.CommonRealizacjeListComponent .box > .text .info > h6 {
  text-decoration: none;
  position: relative;
  padding-left: 1.5rem;
  font-weight: 100;
  font-size: 0.8rem;
  padding-top: 5px;
  color: #f4f4f4;
}
.CommonRealizacjeListComponent .box > .text .info > h6::before {
  content: " ";
  background-image: url("/css/icons/pin_icon_small.svg");
  background-repeat: no-repeat;
  position: absolute;
  top: -2px;
  left: 0;
  bottom: 0;
  background-size: contain;
  width: 2rem;
  height: 2rem;
}
.CommonRealizacjeListComponent .box > .text .info > h6 > .icons {
  float: right;
  margin-top: -10px;
}
.CommonRealizacjeListComponent .box > .text .info > h6 > .icons > img {
  height: 1rem;
  margin-left: 0.4rem;
}
.CommonRealizacjeListComponent .t_title {
  position: absolute;
  top: 3rem;
  left: 5%;
  right: 5%;
  text-align: center;
  font-size: 8rem;
  line-height: 1;
  font-weight: bold;
  color: rgba(54, 55, 61, 0.05);
}
