.displayBox {
    text-align: center;
    align-content: center;
    min-height: 130px;
    border: 1px solid var(--lightgray);
}

.displayBoxTitle {
    font-size: 1.125rem;
    text-wrap: balance;
    color: var(--darkgray);
    margin-bottom: .5rem;
}

.displayBoxNumber {
    font-size: 3rem;
    font-weight: 600;
    color: var(--red-web);
}

.vfdbCarouselControl {
    display: flex;
    position: relative;
    align-items: center;
    justify-content: center;
    width: 3rem;
    height: 3rem;
    border-radius: 50%;
    background-color: rgba(0, 147, 208, 1);
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    background-size: 80%, 80%;
}

.carousel-control-next:focus,
.carousel-control-next:hover,
.carousel-control-prev:focus,
.carousel-control-prev:hover {
    opacity: 1;
}

#vfdbCarousel .vfdbCarouselCard {
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 0.125rem;
    min-height: 380px;
}

#vfdbCarousel .vfdbCarouselCard .vfdbCarouselCardHeader {
    text-transform: uppercase;
    letter-spacing: .05rem;
    color: var(--red-web);
    background-color: rgba(243, 245, 248, .5);
}

#vfdbCarousel .vfdbCarouselCard .vfdbCarouselCardTitleTypeLabel {
    font-family: var(--font-family-sans-serif-alt);
    font-size: .875rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .05rem;
    color: rgba(38, 74, 89, .75);
    margin-bottom: .25rem;
}

#vfdbCarousel .vfdbCarouselCard .vfdbCarouselCardTitleType {
    text-wrap: balance;
}

#vfdbCarousel .vfdbCarouselCard .vfdbCarouselCardFooter {
    text-align: end;
    background-color: rgba(243, 245, 248, .5);
}

#vfdbCarousel .vfdbCarouselCard .vfdbCarouselCardFooter a {
    font-weight: 500;
    text-wrap: nowrap;
}

@media all and (max-width: 1199px) {

    #vfdbCarousel .vfdbCarouselCard {
        min-height: 410px;
    }

}

@media all and (max-width: 991px) {

    #vfdbCarousel .vfdbCarouselCard {
        min-height: 355px;
    }

}

@media all and (max-width: 767px) {

    #vfdbCarousel .vfdbCarouselCard {
        min-height: 410px;
    }

}

@media all and (max-width: 576px) {

    .displayBox {
        min-height: 110px;
    }

    .displayBoxTitle {
        font-size: 1rem;
        margin-bottom: .25rem;
    }

    .displayBoxNumber {
        font-size: 2.5rem;
    }

    #vfdbCarousel .vfdbCarouselCard {
        min-height: 520px;
    }

}

@media all and (max-width: 364px) {

    #vfdbCarousel .vfdbCarouselCard {
        min-height: 550px;
    }

}