.custom-feature-card-text {
    padding-top: 1.5rem;
}

@media (min-width: 992px) {
    .custom-feature-card-text {
        padding-top: 5rem;
    }
}

#slideshow .carousel-item img {
    height: 30vh;
}

@media (min-width: 576px) {
    #slideshow .carousel-item img {
        height: auto;
    }
}