.SL_3ProductsComponent {
  background: #4291c4 0% 0% no-repeat padding-box;
  padding: 3rem 0; }
  .SL_3ProductsComponent h2 {
    position: relative;
    line-height: 3rem;
    margin-bottom: 3rem;
    color: #FFFFFF;
    font-weight: 200;
    font-size: 2.4rem; }
  .SL_3ProductsComponent h3 {
    color: #FFFFFF; }
  .SL_3ProductsComponent .box {
    margin: 5px;
    overflow: hidden; }
    .SL_3ProductsComponent .box > a {
      position: relative;
      display: block;
      height: 60vh; }
      .SL_3ProductsComponent .box > a > .image {
        width: 100%;
        height: 100%;
        transform: translate(0);
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center center;
        transition: all .8s ease-out;
        transition-property: all;
        transition-duration: 0.8s;
        transition-timing-function: ease-out;
        transition-delay: 0s; }
      .SL_3ProductsComponent .box > a > .text {
        position: absolute;
        bottom: 2rem;
        left: 2rem;
        right: 1rem;
        color: #F2F3F5;
        z-index: 10; }
        .SL_3ProductsComponent .box > a > .text > h4 {
          font-weight: 400;
          font-size: 1.4rem;
          color: #F2F3F5;
          background-color: rgba(0, 0, 0, 0.7);
          padding: 1rem;
          max-width: 70%;
          display: inline-block; }
        .SL_3ProductsComponent .box > a > .text button {
          float: right;
          color: #FFFFFF;
          border: 0;
          font-size: 1rem; }
          .SL_3ProductsComponent .box > a > .text button > span {
            background-color: rgba(245, 245, 245, 0.16);
            border-radius: 50%;
            -moz-border-radius: 50%;
            color: #FFFFFF;
            padding: 3px;
            width: 2rem;
            height: 2rem;
            display: inline-block; }
    .SL_3ProductsComponent .box:hover > a > .image {
      transform: scale(1.06); }

