.second-hero {
    position: relative;
    height: 60vh;
    background: url('https://stpeterschurchkuching.org/media/page_asset/lod3.jpg') no-repeat center center/cover;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.second-hero::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
}

.second-hero-content {
    position: relative;
    z-index: 1;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.6);
}

.section-title-olss {
    font-family: 'Lora', serif;
    font-weight: 700;
    padding-bottom: 1rem;
    border-bottom: 3px solid #0d6efd;
    display: inline-block;
    margin-bottom: 2.5rem;
}

.card-img-top-olss {
    height: 250px;
    object-fit: cover;
}

.info-card-olss {
    background-color: #ffffff;
    border-radius: 0.5rem;
    padding: 2rem;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, .15) !important;
}

.iban-text {
    font-style: italic;
    color: #6c757d;
}