.SL_4ProductsComponent {
  padding: 5rem 0;
}
.SL_4ProductsComponent .row {
  overflow: hidden;
}
.SL_4ProductsComponent [class*=col-] {
  margin-bottom: -99999px;
  padding-bottom: 99999px;
}
.SL_4ProductsComponent .box {
  overflow: hidden;
  position: relative;
  display: block;
  height: 100%;
  padding-bottom: 8rem;
  width: 100%;
  border: 1px solid transparent;
}
@media (max-width: 767px) {
  .SL_4ProductsComponent .box {
    margin-bottom: 2rem;
    border: 0.5px solid #1ca8fc;
    width: 94%;
    height: 65vh;
  }
  .SL_4ProductsComponent .box > .header {
    background-image: url("/images/repeater-dot.png");
    background-repeat: repeat;
  }
  .SL_4ProductsComponent .box > .header::before {
    border-left-color: #ffffff;
    z-index: 10;
  }
  .SL_4ProductsComponent .box footer > a {
    background-color: #FFFFFF;
    color: #01142f;
  }
  .SL_4ProductsComponent .box:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    opacity: 1;
    background: transparent linear-gradient(180deg, rgba(8, 80, 145, 0.345098), #085091) 0 0 no-repeat padding-box;
  }
  .SL_4ProductsComponent .box > .image {
    opacity: 0.35;
  }
  .SL_4ProductsComponent .box > .text {
    margin-top: 2rem;
  }
}
.SL_4ProductsComponent .box::after {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.SL_4ProductsComponent .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 .box > .header {
  padding: 1rem 2rem;
  height: 10rem;
}
.SL_4ProductsComponent .box > .header::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 3px;
  border-left: 7px solid #085091;
  height: 10rem;
}
.SL_4ProductsComponent .box > .header h4 {
  color: #FFFFFF;
}
.SL_4ProductsComponent .box > .image {
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  transform: translate(0);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  transition: all 0.45s ease-out;
  transition-delay: 0s;
  opacity: 0.12;
}
.SL_4ProductsComponent .box > .text {
  position: relative;
  padding: 0 1.8rem;
  color: #FFFFFF;
  z-index: 10;
}
.SL_4ProductsComponent .box > .text ul {
  padding-left: 1.2rem;
}
.SL_4ProductsComponent .box > .text > p {
  font-weight: 400;
  font-size: 1.2rem;
  color: #FFFFFF;
}
.SL_4ProductsComponent .box > footer {
  text-align: center;
  display: block;
  position: absolute;
  height: 5rem;
  bottom: 0;
  left: 1rem;
  right: 1rem;
  z-index: 30;
}
.SL_4ProductsComponent .box > footer > a {
  background: transparent;
  color: #FFFFFF;
  border-radius: 37px;
  padding: 14px;
  border: 2px solid #FFFFFF;
  width: 90%;
  height: 62px;
  display: block;
  margin-left: 5%;
  font-weight: 600;
}
.SL_4ProductsComponent .box:hover {
  border: 0.5px solid #1ca8fc;
}
.SL_4ProductsComponent .box:hover > .header {
  background-image: url("/images/repeater-dot.png");
  background-repeat: repeat;
}
.SL_4ProductsComponent .box:hover > .header::before {
  border-left-color: #ffffff;
  z-index: 10;
}
.SL_4ProductsComponent .box:hover footer > a {
  background-color: #FFFFFF;
  color: #01142f;
}
.SL_4ProductsComponent .box:hover:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  opacity: 1;
  background: transparent linear-gradient(180deg, rgba(8, 80, 145, 0.345098), #085091) 0 0 no-repeat padding-box;
}
.SL_4ProductsComponent .box:hover > .image {
  opacity: 0.35;
}
