.CommonRealizacjeListComponent {
  padding: 3rem 0 3rem;
}
.CommonRealizacjeListComponent.isDark .box > .image {
  border: 0.5px solid #1ca8fc;
}
.CommonRealizacjeListComponent.isDark .box > .text {
  color: #080709;
}
.CommonRealizacjeListComponent.isDark .box > .text h3 {
  color: #080709;
}
.CommonRealizacjeListComponent.isDark .box > .text h4 {
  color: #080709;
}
.CommonRealizacjeListComponent.isDark .box > .text h6 {
  color: #080709;
}
.CommonRealizacjeListComponent.isDark .box > .text .info {
  border-top: 1px solid #080709;
}
.CommonRealizacjeListComponent.isDark .box > .text .info > h6 {
  color: #080709;
}
.CommonRealizacjeListComponent.isDark .box.v1 > .text {
  color: #080709;
}
.CommonRealizacjeListComponent.isDark .box.v1 > .text h4 {
  color: #080709;
}
.CommonRealizacjeListComponent.isDark h2, .CommonRealizacjeListComponent.isDark a {
  color: #080709;
}
.CommonRealizacjeListComponent.isDark a {
  background: transparent;
  color: #080709;
  border-radius: 37px;
  padding: 14px 1.8rem;
  border: 2px solid #080709;
  height: 62px;
  font-weight: 600;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.CommonRealizacjeListComponent.isDark a:hover {
  background-color: #080709;
  color: #01142f;
  text-decoration: none;
}
.CommonRealizacjeListComponent h2 {
  margin-bottom: 3rem;
  color: #FFFFFF;
}
.CommonRealizacjeListComponent img {
  width: 58%;
  border-radius: 5px;
  z-index: 20;
  display: inline-block;
  margin-top: 1rem;
  margin-bottom: 1rem;
}
@media (max-width: 991px) {
  .CommonRealizacjeListComponent img {
    width: 100%;
  }
}
.CommonRealizacjeListComponent .box {
  width: 42%;
  z-index: 25;
}
@media (max-width: 991px) {
  .CommonRealizacjeListComponent .box {
    width: 100%;
  }
}
.CommonRealizacjeListComponent .box > div {
  height: 100%;
  padding: 2rem;
  margin-left: -5rem;
  background-color: #113A4E;
  border-radius: 5px;
  color: #FFFFFF;
  display: inline-block;
  box-shadow: 0 0 48px rgba(0, 0, 0, 0.44);
  font-weight: 200;
  font-size: 1rem;
  line-height: 1.4rem;
  min-height: 31rem;
}
@media (max-width: 991px) {
  .CommonRealizacjeListComponent .box > div {
    margin-left: 0;
    margin-top: -3rem;
  }
}
.CommonRealizacjeListComponent .box > div h3 {
  margin-bottom: 1rem;
  padding-bottom: 0.6rem;
  position: relative;
}
.CommonRealizacjeListComponent .box > div h3:after {
  content: " ";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 3rem;
  background-color: #EB1E23;
  height: 5px;
}
.CommonRealizacjeListComponent .box > div p, .CommonRealizacjeListComponent .box > div div {
  font-weight: 200;
  font-size: 0.9rem;
  line-height: 1.3rem;
}
.CommonRealizacjeListComponent .box > div .icons {
  margin-right: 0.6rem;
  width: 1.2rem;
  height: 1.1rem;
  min-width: 1rem;
}
.CommonRealizacjeListComponent .box > div .link {
  display: block;
  color: #FFFFFF;
  text-decoration: none;
  font-size: 0.9rem;
  line-height: 1.5rem;
}
.CommonRealizacjeListComponent .box > div .link > img {
  width: 1rem;
}
.CommonRealizacjeListComponent .box > div .link:hover {
  color: #289FCB;
}
