.features_box .box01 {
    margin: 80px 0;
}
.features_box .lineup_box {
    position: relative;
}
.features_box .lineup_box .flex_box {
    justify-content: center;
    width: 74%;
    position: absolute;
    left: 13%;
    bottom: 5%;
}
.features_box .lineup_box .flex_box div,
.features_box .lineup_box .flex_box a {
    width: 50%;
    text-align: center;
}
.features_box .lineup_box .flex_box a:hover {
    opacity: 0.7;
}