.tf-page-title {
    position: relative;
    padding: 0;
}

.tf-page-title .overlay {
    padding: 120px 0;
    position: relative;
}

.tf-page-title .overlay::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
}

.page-title-inner {
    position: relative;
    text-align: center;
}

.title-banner {
    color: #fff;
    font-size: 42px;
    margin-bottom: 15px;
    font-weight: 700;
}

@media (max-width: 767px) {
    .tf-page-title .overlay {
        padding: 80px 0;
    }
    
    .title-banner {
        font-size: 32px;
    }
}