


.rm_banner > img {
    width: 100%;
}
.Headline50-bolid {
    font-size: 50px;
    font-weight: bold;
    line-height: 1.2;
    margin-top: 0;
}

.Body20-light {
    font-size: 20px;
    line-height: 1.6;
}
.bgF4 {
    background-color: #F4EFEA !important;
}

.bgF9 {
    background-color: #F9F7F4 !important;
}
.rm_bb {
    display:flex;
   padding:10vh 8%;
    
    text-align: left;
}

    .rm_bb > h4 {
        font-size: 14px;
        font-weight: 700;
    }

    .rm_bb > h1 {
        width: 50%;
        font-size: 50px;
        font-weight: bold;
        line-height: 1.2;
        margin-top: 0;
        color: #452C1E;
    }

    .rm_bb > div {
        width: 50%;

    }
        .rm_bb > div p {
            font-size: 20px;
            line-height: 1.6;
        }
        .rm_bb > div p:first-child {
           margin-bottom:40px;
        }

.rm_sudd {
    box-sizing: border-box;
    width: 100%;
    padding: 0 8%;
    background-color: #F9F7F4;
}

    .rm_sudd > img {
        width: 100%;
    }

.rm_exp {
    width: 42%;
    padding: 10vh 29%;
    text-align: left;
    background-color: #F9F7F4;
}

    .rm_exp > header {
        font-size: 50px;
        font-weight: bold;
        line-height: 1.2;
        margin-top: 0;
        margin-bottom: 20px;
        color: #452C1E;
    }

    .rm_exp > p {
        font-size: 20px;
        line-height: 1.6;
    }
.rm_proc_img {
    width: 70% !important;
    margin:0 auto;
    padding-top:10vh;
    display: block;
}
.rm_over {
    width: 70%;
    padding: 0 15% 10vh;
    background-color: #F4EFEA;
}

    .rm_over > img {
        width: 100%;
        max-width: unset;
    }

    .rm_over > div {
        width: 50%;
        background-color: #333;
        display: flex;
        flex-direction: column;
        padding: 0 10%;
        justify-content: center;
        color: #fff;
        box-sizing: border-box;
    }

        .rm_over > div > h2 {
            font-weight: 300;
            font-size: 28px;
            margin-bottom: 10px;
        }

        .rm_over > div > p {
            font-size: 14px;
            line-height: 1.5em;
        }

.rm_proc {
    background-color: #F9F7F4;
    margin: 0 auto;
}
    .rm_proc .rolexLogo {
       width:120px;
       padding:10vh 25% 5vh;
    }
    .rm_proc > img {
        width: 100%;
        
       
    }

    .rm_proc > div {
        padding:10vh 29% 10vh;
        display: flex;
        flex-direction: column;
        justify-content: center;
        box-sizing: border-box;
    }

        .rm_proc > div > h2 {
            font-size: 50px;
            font-weight: bold;
            line-height: 1.2;
            margin-top: 0;
            margin-bottom: 20px;
            color: #452C1E;ss
        }

        .rm_proc > div > p {
            font-size: 20px;
            line-height: 1.6;
        }

.rm_sure {
}

    .rm_sure > div {
        padding: 10vh 29% 10vh;
        display: flex;
        flex-direction: column;
        justify-content: center;
        box-sizing: border-box;
    }
    .rm_sure .rm_sureImg {
        width: 70%;
        padding: 0 15% 10vh;
    }
