.CommonRealizacjeList2Component {
  padding: 3rem 0;
}
.CommonRealizacjeList2Component h2 {
  margin-bottom: 3rem;
}
.CommonRealizacjeList2Component .box {
  margin-bottom: 2rem;
  background: #02214a;
  overflow: hidden;
  width: 100%;
  @media (max-width: 767px) {
    width:90%;
  }
  border: 0.5px solid #1ca8fc;
}
.CommonRealizacjeList2Component .box a:hover {
  text-decoration: none;
}
.CommonRealizacjeList2Component .box .image {
  margin: 5rem 0;
  @media (max-width: 767px) {
    margin: 2rem 0;
  }
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
  height: 10rem;
  float: right;
}
.CommonRealizacjeList2Component .box .image > img {
  margin-top: 3.5rem;
  margin-right: 1rem;
}
.CommonRealizacjeList2Component .box h3 {
  color: #FFFFFF;
  font-weight: 600;
}
.CommonRealizacjeList2Component .box h6 {
  color: #FFFFFF;
}
.CommonRealizacjeList2Component .box:hover h4, .CommonRealizacjeList2Component .box:hover h6 {
  text-decoration: none;
}
.CommonRealizacjeList2Component .box {
  display: block;
  transition: all 0.3s ease-out;
}
.CommonRealizacjeList2Component .box .text {
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.CommonRealizacjeList2Component .box .text::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transition: all 0.2s linear;
  background-color: rgba(2, 33, 74, 0.6);
}
.CommonRealizacjeList2Component .box .text:before {
  content: "";
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  left: -1px;
  background: transparent linear-gradient(270deg, rgba(255, 255, 255, 0) 70%, #09214a) 0 0 no-repeat padding-box;
}
@media (max-width: 767px) {
  .CommonRealizacjeList2Component .box .text {
    height: 9rem;
    @media (max-width: 767px) {
      height:16rem;
    }
    margin-top: 1rem;
    text-align: center;
  }
}
.CommonRealizacjeList2Component .box:hover .text::after {
  background-color: rgba(2, 33, 74, 0);
}
