.hero-content {
    background: rgba(0, 0, 0, .7);
    width: 100%;
    text-align: center;
    border: none;
    border-radius: 50px;
    box-shadow: 0 3px 24px rgb(0 0 0 / 10%);
}

.owl-carousel .owl-item img {
    height: 120px;
}

img.img-fluid.img-thumbnail {
    height: 140px !important;
}