.cvah-title-section {
    background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url('../images/cvah-banner.jpg');
    background-size: cover;
    background-position: center;
    color: white;
    padding: 50px 0 80px;
    text-align: center;
    position: relative;
}

.cvah-title-section .vah-heading {
    color: white;
}

.cvah-title-section .vah-text {
    color: #aaa;
}

.cvah-title-section .vah-heading {
    font-size: 42px;
    margin-bottom: 20px;
}

.cvah-title-section .vah-heading strong {
    color: #f96f03;
    position: relative;
    display: inline-block;
}

.cvah-title-section .vah-text {
    font-size: 18px;
    max-width: 700px;
    margin: 0 auto;
    line-height: 1.6;
}

@media (max-width: 768px) {
    .cvah-title-section {
        padding: 80px 0 60px;
    }

    .cvah-title-section .vah-heading {
        font-size: 32px;
    }

    .cvah-title-section .vah-text {
        font-size: 16px;
    }
}