.bn-content{
    position: relative;
    display: flex;
    justify-content: center;
    background-color: #f5f5f5;
    padding: 30px 0;
}
.bn-content img,
.bn-content picture{
    width: 100%;
    max-width: 1108px;
}
.bn-content .bn-content-text{
    position: absolute;
    top: 16%;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
    width: 100%;
    max-width: 560px;
}
.bn-content .bn-content-text h1{
    font-size: 1.8rem;
    line-height: 2rem;
    color: var(--white);
    font-weight: 400;
}
.bn-content .bn-content-text h1 span{
    font-weight: lighter;
    margin-top: 18px;
    display: block;
    font-size: 1.2rem;
    line-height: 1.6rem;
}
.h-desk{
    display: block;
}
@media screen and (min-width: 868px) {
    .h-desk{
        display: none;
    }
    .bn-content .bn-content-text{
        top: 30%;
        left: 20%;
    }
    .bn-content .bn-content-text h1{
        font-size: 2.28rem;
    }
    .bn-content .bn-content-text h1 span{
        font-size: 1.6rem;
        line-height: 2rem;
    }    

}