    body {
      background: #fff;
    }
    .card img {
      height: 450px;
      object-fit: cover;
    }
    .owl-dots {
      margin-top: 30px;
      padding-top: 40px !important;
      text-align: center;
    }
    .owl-theme .owl-dots .owl-dot span {
      width: 12px;
      height: 12px;
      background: #999;
      border-radius: 50%;
      transition: all 0.3s ease;
    }
    .owl-theme .owl-dots .owl-dot.active span {
      background: #007bff;
      transform: scale(1.2);
    }
    .owl-stage {
    margin-left: 0 !important;
    }