.indigo-carousel-title {
    color: #FFF;
    font-weight: 700;
    font-size: 18px;
}

.indigo-carousel-description {
    color: #FFF;
    font-size: 16px;
}

.indigo-carousel-link {
    color: inherit;
}

.indigo-carousel-link:hover {
    color: inherit;
}

.indigo-carousel-caption {
    background-color: rgba(0, 0, 0, 0.6);
    margin-bottom: 1.5rem;
}

.indigo-carousel-has-overlay .indigo-carousel-caption {
    margin-bottom: 0;
    bottom: 10px;
}

.indigo-carousel-inner {
    height: 55vh;
}

.indigo-carousel-overlay {
    position: absolute;
    bottom: 40px;
    width: 100%;
    text-align: center;
}
.indigo-carousel-overlay-content {
    position: relative;
    width: 60%;
    min-width: 200px;
    margin: 0 auto;
    overflow: hidden;
}
