.WB_MAIN
{
    overflow:hidden;
    text-align:center
}

.wwb-wrapper
{
    position: relative;
    /* max-width: 1440px; */
    /* width: calc(100% - 40px); */
    margin-left: auto;
    margin-right: auto;
}

.wwb-name {
    position: absolute;
    top: 40%;
    left: 40%;
    transform: translateY(-50%);
    font-weight: bold;
    font-size: 64px;
    line-height: 96px;
    text-align: left;
    text-transform: uppercase;
    text-wrap: nowrap;
}

.wwb-name::before
{
    content: "";
	display: inline-block;
	width: 30px;
	height: 30px;
	background-color: var(--Orange);
	vertical-align: middle;
	margin-right: 22px;
}

.wwb-wrapper img
{
    width: 100%;
    height: auto;    
}

@media all and (max-width: 1200px){
    .wwb-name {
        font-size: 48px;
        line-height: 72px;
    }
}

@media all and (max-width: 1024px){
    .wwb-name {
        font-size: 36px;
        line-height: 54px;
    }
}

@media all and (max-width:580px){
    .wwb-name::before{
        width: 24px;
        height: 24px;
    }
    .wwb-name{
        font-size: 24px;
        line-height: 26px;
    }
}