.headlogo_38654{
    width: var(--left-width);
    margin: 10px 0;
}

.headlogo_38654 .Box_img{
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

@media(max-width: 768px){
    .headlogo_38654 {
        margin: 0;
        display: flex;
        justify-content: center;
    }
}