.gallery-banner {
    background-color: #333;
    padding: 200px 0 70px 0;
    color: #fff;
    height: calc(100vh - 180px);
}

.gallery-container {
    margin: 15px 0;
}

.gallery-heading h4 {
    font-weight: 500;
    font-size: 26px;
    font-weight: 600 !important;
    text-transform: uppercase;
}

.gallery-heading h4 span {
    font-weight: 300;
}

@media (max-width: 768px) {
    .gallery-banner {
        padding: 150px 0 70px 0;
    }
}

.gallery-banner h5 {
    font-weight: 400 !important;
    line-height: 24px;
    font-size: 18px;
    line-height: 30px;
}
