

.inner_gallery{
    height: auto;
    padding: 60px 0;
}

.inner_gallery .page_title h2{
    font-size: 24px;
    font-weight: 600;
    color: #e92e29;
    margin-bottom: 25px;
    padding-bottom: 10px;
    border-bottom: 1px solid #000;
    text-transform: uppercase;
    text-align: center;
}

.inner_gallery .row{
    row-gap: 25px;
}
.gallery.news-gallery, .video-gallery.gallery {
    height: auto;
}
.gallery {
    padding: 70px 0;
}
 .gallery .title h2 {
    font-weight: bold;
    padding-bottom: 10px;
    border-bottom: 1px solid black;
    color: var(--red);
    margin-bottom: 30px;
    font-size: 24px;
}
.gallery .row {
    row-gap: 30px;
}