.node.smartcard.dsc-two-col-shadow {
    position: relative;
    margin-bottom: 30px;
    padding-bottom: 0;
    border: none
}
.dsc-two-col-shadow .card-info-wrapper {
    background: #fff;
    position: relative;
    margin-top: 15px;
}
.dsc-two-col-shadow .card-info h2 {
    font-weight: bold;
    font-size: 2em;
}
@media (min-width: 768px){
  .dsc-two-col-shadow {
    background: #f1f1f1;
  }
  .dsc-two-col-shadow .row-sm-eq-height {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .dsc-two-col-shadow .card-info-wrapper {
    margin: 0px 60px 0px -75px;
    top: 50%;
    position: absolute;
    padding: 30px;
    transform: translateY(-50%);
    box-shadow: 10px 10px 0px rgba(0,0,0,0.5);
  }
}