.ow-card-column .component-content {
  background: #F5F5F5;
  border-left: 2px solid #004494; }
  .ow-card-column .component-content .column-details .btn {
    border: 1px solid #004494 !important; }

.ow-card-column:hover .component-content {
  background: rgba(0, 68, 148, 0.75); }

.ow-card-column .active-mobile {
  background: rgba(0, 68, 148, 0.75); }
  @media only screen and (min-width: 992px) {
    .ow-card-column .active-mobile {
      background: #F5F5F5; } }
