.activity_npc {
    text-align: left;
}

.npc_list {
    padding-left: 10px;
}

.npc_list img{
    width: 220px;
}

.the_npc {
    display: inline-block;
    text-align: center;
    margin-right: 50px;
}

.the_npc h {
    display: block;
}

.introduction {
    margin-bottom: 30px;
}

.the_prop {
    position: relative;
    margin-bottom: 40px;
}

.the_prop h5{
    position: relative;
    display: inline-block;
    font-size: 14px;
    bottom: 4px;
    margin: 0px;
    padding: 0px;
}

.the_prop div {
    margin-top: 10px;
}

.get_weapon {
    margin-bottom: 40px;
}

.weapon_item {
    display: flex;
    flex-wrap: wrap;
}

.the_weapon {
    text-align: center;
    padding: 10px;
    padding-right: 20px;
    margin-bottom: 20px;
    
}

.the_weapon h {
    display: block;
}

.the_weapon img{
    width: 250px;
    height: 600px;
}
