.SL_4ProductsComponent_v2 {
  padding: 5rem 0;
}
.SL_4ProductsComponent_v2 .box {
  overflow: hidden;
  position: relative;
  display: block;
  width: 100%;
}
.SL_4ProductsComponent_v2 .box::after {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.SL_4ProductsComponent_v2 .box::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 3px;
  background: rgba(28, 168, 252, 0.1);
  height: 100%;
  z-index: 0;
}
.SL_4ProductsComponent_v2 .box > .header {
  padding: 1rem 2rem;
}
.SL_4ProductsComponent_v2 .box > .header::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 3px;
  border-left: 7px solid #085091;
  height: 40%;
}
.SL_4ProductsComponent_v2 .box > .header h4 {
  color: #01142f;
}
.SL_4ProductsComponent_v2 .box > .image {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  width: 100%;
  height: 18rem;
  border: 1px solid #1ca8fc;
}
.SL_4ProductsComponent_v2 .box > .text {
  color: #01142f;
  z-index: 10;
  padding: 0 2rem;
}
.SL_4ProductsComponent_v2 .box > .text > h4 {
  font-weight: 400;
  font-size: 2rem;
  color: #01142f;
}
.SL_4ProductsComponent_v2.isDark .box > .header h4 {
  color: #FFFFFF;
}
.SL_4ProductsComponent_v2.isDark .box > .text {
  color: #FFFFFF;
}
