.features_box .txt {
    text-align: left;
}
.features_box .bg {
    background-position: left top;
    background-repeat: no-repeat;
    background-size: 100%;
    background-image: url('../img/bg.jpg');
    padding: 153px 60px 60px 60px;
    margin-top: 80px;
}
.features_box .bg .flex_box {
    width: 1000px;
    gap: 60px;
    justify-content: left;
    align-items: flex-start;
    margin-left: auto;
    margin-right: auto;
}
.features_box .bg .flex_box div {
    width: 470px;
}
.features_box .bg .flex_box div img {
    width: 100%;
    margin-bottom: 0;
}
.features_box .bg .flex_box div a.current {
    pointer-events: none;
}