.wrapper {
    margin-top: 138px;
}

.page {
    background-color: #E5E5E5;
    position: relative;
    z-index: 1;
}

.page .row {
    align-items: center;
}

.page .left {
    padding: 0% 10%;
}

.page .right {
    padding: 3%;
    background-color: #E5E5E5;
}

.page .title {
    line-height: 100%;
    padding-bottom: 3%;
    border-bottom: 1px solid #000;
    margin-bottom: 10%;
}

.page .title small {
    display: block;
    font-size: 1rem;
    color: #D0AE66;
    font-family: 'Montserrat', sans-serif;
}

.page .subtitle {
    margin-bottom: 5%;
}

.page .InnerImg {
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.page01::after {
    content: '';
    position: absolute;
    bottom: -8%;
    left: 0%;
    width: 27.2%;
    padding-top: 29%;
    background-image: url(../images/img/build/Mask\ group.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    z-index: -1;
}

.page03::after {
    content: '';
    position: absolute;
    bottom: -8%;
    left: 0%;
    width: 27.2%;
    padding-top: 29%;
    background-image: url(../images/img/build/Mask\ group-1.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    z-index: -1;
}

.page01 .InnerImg {
    padding-top: 71%;
}

.page02 .InnerImg {
    padding-top: 71%;
    background-size: contain;
}

.page03 .InnerImg {
    padding-top: 76%;
}

@media screen and (max-width:991px) {
    .wrapper {
        margin-top: 96px;
    }
    .page .left {
        padding: 10%;
    }
    .page01::after {
        bottom: unset;
        top: 0%;
        width: 100%;
    }
    .page03::after {
        bottom: unset;
        top: 0%;
        width: 100%;
    }
}