.rolex-page-section .rolex_row {
    width: 100%;
    display: flex;
}
.rolex-page-section .rolex_row>div {
    width: 50%;
    display: flex;    
    order:1;
}
.rolex-page-section .rolex_row>div.order0 {
    order:0;
}
.rolex-page-section h2 {
    font-family: Helvetica;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 30px;
    line-height: 20px;    
    letter-spacing: 2px;
}
.rolex-page-section .text_cell {    
    justify-content:center;
    align-items:center;    
}
.rolex-page-section.black-bg .text_cell {
    background:#212121;
    color:#fff;
}
.rolex-page-section.black-bg .rolex-family-page-box-content h2 {
    color:#fff;
}
.rolex-page-section .text_cell .rolex-family-page-box-content {
    flex-direction: column;
    max-width: 460px;
    margin: 0 auto;
    padding: 20px 15px;
    margin: 0 auto;
}
.rolex-family-page-box-content h2 {
    font-size: 28px;
    line-height: initial;
    font-weight:normal;
}      
.rolex-family-page-box-content p{
    font-family: Helvetica;
    font-size: 16px;
    font-weight: lighter;
    line-height: 1.8; 
}
.rolex_page .expert_section {
    max-width: 1000px;
    margin:0 auto;
    margin-top: 100px;
    margin-bottom: 80px;
}
.rolex_page .rolex-h2-bot {
    margin-bottom: 20px;
    font-family: Helvetica;
    font-size: 38px;
    text-transform: uppercase;
    font-weight: normal;
    line-height: 40px;
    letter-spacing: 3px;
}
.rolex_page .expert_section_content {
    text-align: center;
    max-width: 640px;
    margin: 0 auto;
    margin-bottom: 50px;
}
.rolex_page .expert_section_content h2 {
    letter-spacing: 3px;
    font-size: 35px;
    font-weight: 500;
}
.rolex_page .rolex-page-section {
    margin:80px auto 0 auto;
}
@media (min-width: 768px) and (max-width: 1221.9px)  {
    .rolex_page .image_cell img, .rolex_page .rolex_row img {
        height: fit-content;
    }
    .rolex-page-section .text_cell .rolex-family-page-box-content {
        padding: 0px 25px;
    }
    .rolex-family-page-box-content h2 {
        margin-top: 0px;
    }
    .rolex-page-section.black-bg .image_cell {
        background: #212121;
        align-items: center;
    }
    .rolex-page-section.black-bg .text_cell .rolex-family-page-box-content {
        padding: 20px 25px;
    }
}
@media (max-width: 767.9px) {
   .rolex-page-section .rolex_row {
       flex-wrap:wrap;      	
   }
   .rolex_page .rolex-page-section {
        margin: 40px auto 0 auto;
    }
   .rolex-page-section .rolex_row>div {
       width: 100%;
   }
   .rolex-page-section .rolex_row .image_cell {
       order: 0;
   }
   .rolex-family-page-box-content h2 {
       margin-top: 20px;
   }
   .rolex_page .expert_section {
       width: 90%;
   }
   .rolex_page .expert_section_content h2 {
       font-size: 28px;
       letter-spacing: 1px;
   }
}   