.f-banner .fGalleryText h3 {
    font-size: 3rem !important;
    
}

.f-banner .fGalleryText h5 {
   
    font-size: 1.5rem !important;
    
}

.f-banner .fGalleryText div.date-and-venue {
    font-size: 1.2rem !important;
}

.f-bannernewsup {
    top: -.25em;
}

.f-testimonials .f-list-item {
    background: #fff;
    border-radius: 7px;
   padding: 6px 20px 6px 20px;
   box-shadow: 0 0 33px 0 rgb(0 0 0 / 15%);
    margin: 10px;
    width: 100%;
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.f-testimonials .f-list-item:hover {
    transform: translateY(-3px);
    box-shadow: 0 6px 15px rgba(0,0,0,0.08);
}

.f-testimonials iframe {
    display: block;
    width: 100%;
    border: 0;
height: 300px;
}

.f-testimonials .f-list-item-title {
    display: none;
}