.banner-container {
    /* Style the container of the carousel */
    display: block;
    width: 100%;
    margin: 0 auto;
}

.banner-item {
    text-align: center;
}

.banner-item img {
    width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
}

.owl-nav {
    position: absolute;
    top: 50%;
    width: 100%;
    margin-top: -20px;
    display: flex;
    justify-content: space-between;
}

.owl-nav .owl-prev, .owl-nav .owl-next {
    font-size: 30px;
    color: #000;
}
.dcg-banner-state .stats-item small {
    color: #0B3558;
    font-size: 14px;
    background: none;
    -webkit-text-fill-color: #0B3558;
    font-weight: 400;
}