.star-box-6 {
    position: absolute;
    top: 29px;
    left: 37%;
    transform: translate(-50%, -50%);
    width: auto;
    height: 140px;
}
.star-box-6 img {
    width: auto;
    height: 80px;
}
.artist-section .about-star-5-box {
    position: absolute;
    top: 0;
    right: 0;
}
.artist-section .about-ring {
    position: absolute;
    bottom: 43px;
    left: -56px;
}

.shrine-page,
.bernadette-page {
    position: relative;
}

.shrine-image {
    position: relative;
}

.shrine-image img {
    width: 100%;
    display: block;
    object-fit: cover;
    outline: 1px solid rgba(255, 255, 255, 0.35);
    outline-offset: -12px;
}

.shrine-content h2 {
    font-size: 48px;
}

.shrine-content p,
.shrine-info-card p,
.bernadette-timeline li {
    
}

.shrine-info-card {
    background: rgba(23, 23, 23, 0.72);
    height: 100%;
    padding: 28px;
}

.shrine-info-card h5 {
    color: #d8c2a5;
    
    font-size: 22px;
    margin-bottom: 12px;
}

.shrine-card-row,
.bernadette-timeline {
    margin-top: 55px;
}

.bernadette-timeline {
    background: rgba(23, 23, 23, 0.55);
    padding: 32px;
}
