.attack-wrap{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}
.attack{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.img{
    width: 528px;
    height: 300px;
}
.text{
    margin-top: 16px;
    font-size:18px;
  	line-height: 36px;
    text-align: center;
    font-weight: bold;
    color: #262626;
}
}