.hann-page-hero {
    background-image: url('../assets/sub-page-b.jpg');
    background-size: cover;
    background-position: center;
    height: 380px;
    min-height: 380px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hann-page-hero .hotale-header-transparent-substitute {
    display: none !important;
}

.hann-page-hero .hotale-page-title-overlay {
    background-color: rgba(42, 63, 146, 0.62) !important;
    opacity: 1 !important;
}

.hann-page-hero .hotale-page-title-container {
    position: relative;
    width: 100%;
}

.hann-page-hero.hotale-style-custom .hotale-page-title-content {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.hann-page-hero .hotale-page-title,
.hann-page-hero .hotale-page-caption {
    color: #ffffff !important;
}

@media (max-width: 991px) {
    .hann-page-hero {
        height: 280px;
        min-height: 280px;
    }

    .hann-page-hero.hotale-style-custom .hotale-page-title {
        font-size: 52px !important;
    }

    .hann-page-hero.hotale-style-custom .hotale-page-caption {
        font-size: 18px !important;
        margin-top: 8px !important;
    }
}

@media (max-width: 575px) {
    .hann-page-hero {
        height: 240px;
        min-height: 240px;
    }

    .hann-page-hero.hotale-style-custom .hotale-page-title {
        font-size: 42px !important;
    }
}
