/* 
    Created on : Aug 19, 2025, 12:35:08 AM
    Author     : elvismilan
*/

.page-header {
    background: url(../images/bg/b.jpg) no-repeat;
    background-position: center center;
    background-size: cover;
}

.page-header .blog h1 {text-transform: inherit}

.about-list-item-content h3 {text-transform: initial !important }
.verse-church {background: #FFF4F1 url('../images/bg-versi.png') no-repeat; 
              background-position: right center; background-size: contain }
.google-map-iframe {height: 700px}
.google-map-iframe iframe {height: 700px}

.equal-height-flex {
    display: flex; flex-direction: column; height: 100%;
}
.equal-height-flex .sermons-body {
    flex: 1; display: flex; flex-direction: column;
}
.sermons-body .sermons-list {display: flex; height: 100%}
.sermons-list ul {margin-top: auto}

.ministry-single-info-list ul li {display: flex; flex-direction: row; align-items: center}
.ministry-single-info-list ul li figure {margin-right: 2rem}
.ministry-single-info-list ul li figure img {width: 80px}