.common_banner_sec .common_banner_section .banner_bg {
    min-height: 406px;
    background-position: center;
    background-size: cover;
    background-color: #fff;
    display: flex;
    align-items: center;
    height: 100%;
    width: 100%;
}

.common_banner_sec .common_banner_section .banner_bg .banner_title {
    font-size: 68px;
    line-height: 1.32;
    margin: 0;
    color: #00346A;
    text-transform: capitalize;
    font-family: supria-sans, sans-serif;
    font-weight: 700;
    font-style: normal;
}

@media (max-width: 1359px) {
    .common_banner_sec .common_banner_section .banner_bg {
        min-height: 350px;
    }
}

@media (max-width: 1199px) {
    .common_banner_sec .common_banner_section .banner_bg .banner_title {
        font-size: 60px;
    }
}

@media (max-width: 991px) {
    .common_banner_sec .common_banner_section .banner_bg {
        min-height: 300px;
    }
    .common_banner_sec .common_banner_section .banner_bg .banner_title {
        font-size: 54px;
    }
}

@media (max-width: 767px) {
    .common_banner_sec .common_banner_section .banner_bg {
        min-height: 260px;
    }
    .common_banner_sec .common_banner_section .banner_bg .banner_title {
        font-size: 46px;
    }

    .page-template-template-firm_directory .common_banner_sec .common_banner_section .banner_bg {
        align-items: flex-start;
        margin-top: 12px;
        min-height: 206px;
    }

    .page-template-template-firm_directory .common_banner_sec .common_banner_section .banner_bg .banner_title {
        font-size: 40px;
    }
}