/* index page */

@media all and (min-width:1030px) {
    #index-service-expertise-content-row {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    #index-service-expertise-mechanical {
        margin: 0 79px;
    }
}

/* key management page */

@media all and (min-width:1000px) {
    .key-content-rw figure {
        width: 293px;
        height: 405px;
        margin: 15px;
        margin-bottom: 55px;
    }

    .key-content-rw figure>img {
        height: 293px;
    }
}

@media all and (min-width:1291px) {
    .key-content-rw figure {
        width: 370px;
        height: 480px;
        margin: 15px;
        margin-bottom: 55px;
    }

    .key-content-rw figure>img {
        height: 370px;
    }
}

/* milestone page*/
.milestone-header-rw {
    height: 400px;
}