body {
    display: flex;
    justify-content: center;
    align-items: center;
    background: url("../img/bg_big.webp");
    height: 100vh;
}

.info {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    background: url("../img/swp_box_bg.png") no-repeat;
    width: 1400px;
    height: 523px;
    margin: 0 auto 48px;
    box-sizing: border-box;
    padding: 15px;
}

.infoImageWrap {
    width: 1370px;
    height: 493px;
    display: block;
    overflow: hidden;
}

.infoImage {
    mask: url("../img/swip_fc.webp") no-repeat left top / contain;
    width: 1370px;
    height: 493px ;
    display: block;
    max-width: 1370px;
}
