Hello,
This is Definitely Possible. Consider using the following code:
<div class="row mb-6">
<div class="col-3">
<div class="carousel-widget owl-carousel" data-items="1">
<div class="oc-item p-2">
<div class="card shadow-sm border-light">
<img src="demos/coworking/images/features/1.jpg" alt="Featured image 3" class="card-img-top">
<div class="card-body">
<p class="card-text">Some quick example text to build on the card title and make up the bulk of the card's content.</p>
</div>
</div>
</div>
<div class="oc-item p-2">
<div class="card shadow-sm border-light">
<img src="demos/coworking/images/features/1.jpg" alt="Featured image 3" class="card-img-top">
<div class="card-body">
<p class="card-text">Some quick example text to build on the card title and make up the bulk of the card's content.</p>
</div>
</div>
</div>
<div class="oc-item p-2">
<div class="card shadow-sm border-light">
<img src="demos/coworking/images/features/1.jpg" alt="Featured image 3" class="card-img-top">
<div class="card-body">
<p class="card-text">Some quick example text to build on the card title and make up the bulk of the card's content.</p>
</div>
</div>
</div>
</div>
</div>
</div>
This will definitely work fine. Hope this Helps!
Let us know if we can help you with anything else or if you find any further issues.