div.people {
    width: 58.64vw;
    height: 34.25vw;
    margin-left: -7vw;
    background: url(../img/xo-walk/people-back.png) no-repeat;
    background-size: contain;
    position: relative;
    margin-bottom: 2vw;
}
div.people > i.left {
    width: 21.68vw;
    height: 20.75vw;
    background: url(../img/xo-walk/people-left.png) no-repeat;
    background-size: contain;
    position: absolute;
    top: 11vw;
    left: 4.2vw;
}
div.people > i.right {
    width: 27.43vw;
    height: 21.71vw;
    background: url(../img/xo-walk/people-right.png) no-repeat;
    background-size: contain;
    position: absolute;
    top: 8.5vw;
    left: 28vw;
}

div.coin {
    height: 0;
    position: relative;
}
div.coin > i {
    width: 21.75vw;
    height: 21.21vw;
    background: url(../img/xo-walk/coin.png) no-repeat;
    background-size: contain;
    position: absolute;
    top: -10vw;
    right: -24vw;
}

div.woman {
    width: 60.64vw;
    height: 34.57vw;
    margin-left: -7vw;
    background: url(../img/xo-walk/woman-back.png) no-repeat;
    background-size: contain;
    position: relative;
    margin-bottom: 2vw;
}
div.woman > i {
    width: 29.96vw;
    height: 24.46vw;
    background: url(../img/xo-walk/woman-gog.png) no-repeat;
    background-size: contain;
    position: absolute;
    top: 10vw;
    left: 10vw;
}

div.ig {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 56vw;
    margin-top: 4vw;
}
div.ig > div {
    display: flex;
    flex-direction: column;
    flex: 0 0 16vw;
    position: relative;
    padding-top: 16vw;
}
div.ig > div > i {
    display: block;
    width: 14vw;
    height: 14vw;
    background: url(../img/xo-walk/ig-2.png) no-repeat;
    background-size: contain;
    position: absolute;
    top: 0;
    left: 0;
}
div.ig > div:first-child > i {
    background-image: url(../img/xo-walk/ig-1.png);
}
div.ig > div:last-child > i {
    background-image: url(../img/xo-walk/ig-3.png);
}

div.man {
    width: 40vw;
    height: 40vw;
    margin: 0 auto;
    position: relative;
}
div.man > i {
    width: 40vw;
    height: 40vw;
    background: url(../img/xo-walk/man.png) no-repeat;
    background-size: contain;
    position: absolute;
    top: 0vw;
    left: 0vw;
}
section.content hr {
    background-position: left;
    margin-top: 4vw;
}

@media only screen and (max-width: 480px) {
    div.people {
        width: 120vw;
        height: 70vw;
        margin-left: -10vw;
    }
    div.people > i.left {
        width: 44vw;
        height: 42vw;
        top: 22vw;
        left: 9vw;
    }
    div.people > i.right {
        width: 55vw;
        height: 43vw;
        top: 17vw;
        left: 56vw;
    }
    
    div.coin {
        height: 43vw;
        position: relative;
    }
    div.coin > i {
        width: 44vw;
        height: 43vw;
        top: unset;
        left: unset;
        position: static;
        margin: 0 auto;
        display: block;
    }
    
    div.woman {
        width: 120vw;
        height: 70vw;
        margin-left: -10vw;
    }
    div.woman > i {
        width: 60vw;
        height: 49vw;
        top: 20vw;
        left: 20vw;
    }
    
    div.ig {
        flex-direction: column;
        width: 64vw;
        margin: 12vw auto 0 auto;
    }
    div.ig > div {
        display: flex;
        flex-direction: column;
        flex: 1 1 auto;
        position: relative;
        padding-top: 44vw;
        padding-bottom: 8vw;
    }
    div.ig > div > i {
        display: block;
        width: 40vw;
        height: 40vw;
        margin: 0 auto;
    }
    div.ig > div > span {
        font-size: 4.444vw;
    }
    
    div.man {
        width: 60vw;
        height: 60vw;
    }
    div.man > i {
        width: 60vw;
        height: 60vw;
    }
}
