.taxonomy_page_cases_banner {
    width: 100%;
    height: 360px;
    background: url("http://www.wanmi.com/attachment/20230602/33467ea78d0448828aee50fe9d4bb779.png") no-repeat;
    background-size: cover;
    background-position: center;
}
.taxonomy_page_cases_banner > div {
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.taxonomy_page_cases_banner > div * {
    margin: 0;
    padding: 0;
}
.taxonomy_page_cases_banner > div > div {
    font-size: 40px;
    font-weight: 500;
    color: #FFFFFF;
    line-height: 60px;

    margin-bottom: 20px;
}
.taxonomy_page_cases_banner > div > p {
    font-size: 24px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 24px;
}