div#tdi_66 .tdi_69 {
    padding: 0px !important;
}
.carousel-container.opc {
    margin-top: 40px;
    padding-top: 24px;
}
.opc .tdm-member-image {
    width: 95px;
    border-top-right-radius: 180px;
    border-top-left-radius: 180px;
    border-bottom-left-radius: 180px;
    border-bottom-right-radius: 180px;
    text-align: center;
    justify-content: center;
    margin: 0px;
    height: 95px;
    padding: 0px;
    float: none;
    display: inline-block;
}
.carousel-container {
    width: 100%;
    overflow: hidden;
    position: relative;
    background: #831717;
    border-radius: 0;
}

.carousel {
    display: flex;
    transition: transform 0.3s ease-in-out;
}

.carousel-item {
    flex: 0 0 23.6%; /* Four items in view */
    text-align: center;
    padding: 10px;
}

@media (max-width: 768px) {
    .carousel-item {
        flex: 0 0 45%; /* 2 items in view */
    }
}

.arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
    border: none;
    padding: 10px;
    cursor: pointer;
    border-radius: 50%;
    font-size: 1.2rem;
    z-index: 10;
}

.arrow.left { left: 10px; }
.arrow.right { right: 10px; }

.tdm-member-image {
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: center;
    padding-bottom: 100%;
}

.tdm-title a {
    color: white;
    margin-top: 12px;
    display: block;
    font-size: 17px;
    text-decoration: none;
}
@media (max-width: 767px) {
      .carousel-item .tdm-title {
        font-size: 17px;
        line-height: 24px;
    }
}
