

/* Start:/local/templates/church_of_the_nativity/components/bitrix/news.list/gallery/style.css?1773988586636*/
.temple-project{
    margin:40px 0;
}

.temple-project__title{
    text-align:center;
    font-size:26px;
    font-weight:600;
    margin-bottom:25px;
    padding:10px 15px;
    background:#f3f3f3;
    border-radius:6px;
}

.temple-project__gallery{
    display:flex;
    gap:20px;
    flex-wrap:wrap;
    margin-bottom: 20px;
}

.temple-project__item{
    width:260px;
    display:block;
    overflow:hidden;
}

.temple-project__item img{
    width:100%;
    height:auto;
    display:block;
    border-radius:4px;
    transition:.3s;
}

.temple-project__item:hover img{
    transform:scale(1.05);
}
/* End */
/* /local/templates/church_of_the_nativity/components/bitrix/news.list/gallery/style.css?1773988586636 */
