#wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column nowrap;
    background: #1e85fe;
    height: 100%;
    padding: 0 4rem;
}
#wrap .img_wrap {}
#wrap .img_wrap img:nth-of-type(1) {
    width: 10rem;
    margin-bottom: 4rem;
}
#wrap .img_wrap img:nth-of-type(2) {
    width: 90%;
}