@media (max-width: 990px) {
    .benefits_box {
        width: 100%;
        padding: 50px 30px;
        box-sizing: border-box;
    }

    .benefits_list {
        width: 100%;
        margin-top: 40px;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .benefits_item {
        width: 50%;
        text-align: center;
        margin-bottom: 60px;
    }

    .benefits_item img {
        width: 72px;
        height: 72px;
        border: 1px solid #a6a8ab;
        margin-bottom: 10px;
    }

    .plan_box {
        width: 100%;
        min-height: 700px;
        background: #E6E7E8;
    }

    .plan_container {
        width: 100%;
    }

    .plan_item {
        width: 100%;
        padding: 40px 30px 170px 30px;
        box-sizing: border-box;
        position: relative;
    }

    .plan_title {
        display: flex;
        align-items: flex-start;
    }

    .plan_title img {
        width: 28px;
        height: 28px;
        margin-right: 12px;
    }

    .plan_text {
        text-align: left;
    }

    .more_btn {
        width: 146px;
        height: 50px;
        background: #96825A;
        font-size: 14px;
        text-align: center;
        color: #FFFFFF;
        line-height: 50px;
        display: block;
        position: absolute;
        left: 50%;
        bottom: 60px;
        transform: translateX(-50%);
        cursor: pointer;
    }

    .bg_dark {
        background: #E6E7E8;
    }

    .bg_light {
        background: #F1F1F2;
    }
}

@media (min-width: 991px) and (max-width: 1400px) {
    .benefits_box {
        width: 940px;
        margin: 75px auto 60px;
    }

    .benefits_list {
        width: 100%;
        margin-top: 50px;
        display: flex;
        flex-wrap: wrap;
    }

    .benefits_item {
        width: 33.33%;
        text-align: center;
        margin-bottom: 60px;
    }

    .benefits_item img {
        width: 200px;
        height: 200px;
        border: 2px solid #a6a8ab;
        margin-bottom: 10px;
    }

    .plan_box {
        width: 100%;
        min-height: 700px;
        background: #E6E7E8;
    }

    .plan_container {
        width: 940px;
        height: 100%;
        margin: 0 auto;
        display: flex;
    }

    .plan_item {
        width: 380px;
        padding: 50px 52px 170px 20px;
        box-sizing: border-box;
        position: relative;
    }

    .plan_title {
        display: flex;
        align-items: flex-start;
    }

    .plan_title img {
        width: 28px;
        height: 28px;
        margin-right: 12px;
    }

    .plan_text {
        text-align: left;
        margin-left: 40px;
    }

    .more_btn {
        width: 146px;
        height: 50px;
        background: #96825A;
        font-size: 14px;
        text-align: center;
        color: #FFFFFF;
        line-height: 50px;
        display: block;
        position: absolute;
        left: 50%;
        bottom: 60px;
        transform: translateX(-50%);
        cursor: pointer;
    }

    .bg_dark {
        background: #E6E7E8;
    }

    .bg_light {
        background: #F1F1F2;
    }
}

@media (min-width: 1401px) {
    .benefits_box {
        width: 1140px;
        margin: 75px auto 60px;
    }

    .benefits_list {
        width: 100%;
        margin-top: 50px;
        display: flex;
        flex-wrap: wrap;
    }

    .benefits_item {
        width: 33.33%;
        text-align: center;
        margin-bottom: 60px;
    }

    .benefits_item img {
        width: 200px;
        height: 200px;
        border: 2px solid #a6a8ab;
        margin-bottom: 10px;
    }

    .plan_box {
        width: 100%;
        min-height: 700px;
        background: #E6E7E8;
    }

    .plan_container {
        width: 1140px;
        height: 100%;
        margin: 0 auto;
        display: flex;
    }

    .plan_item {
        width: 380px;
        padding: 50px 52px 170px 20px;
        box-sizing: border-box;
        position: relative;
    }

    .plan_title {
        display: flex;
        align-items: flex-start;
    }

    .plan_title img {
        width: 28px;
        height: 28px;
        margin-right: 12px;
    }

    .plan_text {
        text-align: left;
        margin-left: 40px;
    }

    .more_btn {
        width: 146px;
        height: 50px;
        background: #96825A;
        font-size: 14px;
        text-align: center;
        color: #FFFFFF;
        line-height: 50px;
        display: block;
        position: absolute;
        left: 50%;
        bottom: 60px;
        transform: translateX(-50%);
        cursor: pointer;
    }

    .bg_dark {
        background: #E6E7E8;
    }

    .bg_light {
        background: #F1F1F2;
    }
}
