.points_container {
    display: flex;
}

.doll {text-align: center;margin-top: 4.8vh;margin-left: 5vh;margin-right: 3vh;}

.doll .name_character {font-family: 'Avenir Next';font-style: normal;font-weight: 600;font-size: 2.5vh;color: #FFFFFF;margin: 1vh 0;}

.doll .title_character {font-family: 'Avenir Next';font-style: normal;font-weight: 600;font-size: 1.9vh;margin-bottom: 4vh;color: rgba(255, 255, 255, 0.67);}

.doll .doll_image {height: 62vh;}

.points_info {margin: auto;}

.points_info .main_points {
    display: flex;
}

.points_info .main_points .big_item {
    display: flex;
    align-items: center;
    margin-right: 6vh;
}

.points_info .main_points .big_item .icon {
    max-height: 5vh;
}

.points_info .main_points .big_item .title {
    padding: 0;
    color:white;
    font-style: normal;
    font-weight: 600;
    font-size: 2.5vh;
    margin: 0 1.5vh;
}

.points_info .main_points .big_item .content {font-family: 'Avenir Next';font-style: normal;font-weight: 600;font-size: 2.5vh;color: #FA836D;margin-left: 1vh;}

.points_info .secondary_points {
    margin-top: 6vh;
}

.points_info .header {
    display: flex;
    align-items: center;
}

.points_info .header .icon {
    max-width: 5vh;
    height: 5vh;
    background-size: contain;
    display: flex;
}

.points_info .header .title {
    padding: 0;
    color:white;
    font-style: normal;
    font-weight: 600;
    font-size: 2.5vh;
    margin-left: 2vh;
}

.points_info .bottom {
    display: flex;
}

.points_info .bottom .bottom_container {
    display: flex;
    margin-top: 1.5vh;
    margin-right: 6vh;
}

.points_info .bottom .bottom_container .title {
    font-style: normal;
    font-weight: 600;
    font-size: 2vh;
    color: white;
    padding: 0;
    width: 24vh;
}

.points_info .bottom .content {font-style: normal;font-weight: 600;font-size: 2vh;color: #FA836D;}
