.bloch-width{
    width: calc(100% - 310px);
}
.bloch-logo-badge {
    position: absolute;
    bottom:0;
    right:0;
    z-index: 3;
    width: 300px;
    height: 100px;
}
.bloch-orange-bg {
    position: absolute;
    left: 160px;
    top: 65px;
    max-width: 450px;
    max-height: 450px;
    background: #FF671F;
    background: rgb(255 103 31 / 95%);
    padding:2em;
    display: flex;
    align-content: center;
    align-items: center;
}
.bloch-orange-bg h2 {
    font-size: 42px;
    line-height:1.2em;
    letter-spacing: 1px;
}
@media screen and (max-width:1024px) {
    .bloch-orange-bg {
        left:50px;
        top:50px;
        height:400px;
        width:400px;
    }
    .bloch-logo-badge {
        width: 200px;
        height:67px
    }
    .bloch-orange-bg h2 {}
    .modal-menu-item-list li {}
}
@media screen and (max-width:768px) {
    .bloch-orange-bg {
        left: 10px;
        top:10px;
        height: 300px;
        width: 300px;
        padding: 1em;
    }
    .bloch-logo-badge {
        width: 200px;
        height:67px;
    }
    .bloch-width{
        width: calc(100% - 210px);
    }
}