.church-logo{
height:50px;
width:50px;
object-fit:cover;
border-radius:50%;
border:3px solid #ffffff;
padding:2px;
background:#fff;
box-shadow:0 2px 6px rgba(0,0,0,0.25);
}
.church-logo:hover{
transform:scale(1.05);
transition:0.3s;
}

.carousel-img {
    height: 500px;
    object-fit: cover;
}

.carousel-caption h5{
    font-size: 2rem;
    font-weight: bold;
}

.carousel-caption p{
    font-size: 1.1rem;
}