.slider .slides li .caption {
    color: black;
    display: flex;
    justify-content: center;
}

.slider .caption-inner {
    background-color: rgba(255, 255, 255, 0.8);
    border-radius: 10px;
    padding: 40px;
}

.slider .slides li>img {
    object-fit: cover;
}

.slider .caption img {
    height: 100px !important;
    stroke: white;
    stroke-width: 1px;
    stroke-dasharray: 2, 2;
    stroke-linejoin: round;
}

.slider {
    margin-bottom: 20px;
}