.slide-caption {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.6);
    color: white;
    padding: 20px;
    width: 100%;
    box-sizing: border-box;
    text-align: center;
    text-decoration: none;
}

    .slide-caption h5 {
        margin: 0px;
        color: white;
        font-size: 1.5rem;
        font-family: var(--heading-font);
    }

    .slide-caption p {
        margin: 0px;
        color: white;
        font-family: var(--heading-font);
        font-size: 1rem;
    }

.swiper-slide img {
    max-height: 800px;
    width: 100%;
    height: auto;
    object-fit: cover;
    display: block;
}