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