.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;
    margin-top: 15px;
    line-height: 20px;    
}
.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;
    letter-spacing: 2px;
}      
.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: 80px
}
.rolex_page .rolex-family-page-box-content img.rolex_authorized_plaque {
    margin-bottom: 0px;
    width: 120px;
}
.rolex_page .contact-btn.svr {
    margin-top: 30px;
}
.rolex_page .contact-btn.svr .button {
    color: #fff;
    border: 1px solid rgb(18, 120, 74);
    background-color: rgb(18, 120, 74);
    border-radius: 30px;
    padding: 12.5px 30px;
    font-size: 14px;
    height: auto;
    line-height: 1;
    
}
.rolex_page .contact-btn.svr .button:hover {
    background: #fff;
    color: rgb(18, 120, 74);
}

.rolex_page .family-page-contact-us-banner-outer {
    margin-bottom: 70px;
    margin-top: 70px;
}
.rolex_page .family-page-contact-us-banner-inner {
    position: relative;
}
.rolex_page .contact-us-banner-mobile-image {
    display: none;
}
.rolex_page .contact-us-button-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.4);
}
.rolex_page .contact-us-button-overlay-inner {
    max-width: 90%;
    margin: 0 auto;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    text-align: center;
}
.rolex_page span.contact-us-button-service {
    font-family: Helvetica;
    font-size: 18px;
    text-transform: none;
    font-weight: bold;
    line-height: initial;
    margin: 0;
    color: #fff;
}
.rolex_page .contact-us-button-overlay-inner h3 {
    font-family: Helvetica;
    font-size: 38px;
    text-transform: uppercase;
    font-weight: normal;
    margin-bottom: 20px;
    margin-top: 20px;
    line-height: initial;
    color: #fff;
}
.rolex_page .contact-us-button-overlay-inner button {
    font-size: 14px;
    padding: 12.5px 30px;
    font-family: Helvetica;
    text-transform: none;
    font-weight: normal;
    transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    background: none;
    color: white;
    border: 1px solid white;
      border-radius: 30px!important;
    border-radius: 25px;
    line-height: 1;
}
.rolex_page .contact-us-button-overlay-inner button:hover {
    color: #127749;
    background: white;
}
@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-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 .hide_mobile_768 {
        display: none!important;
    }
    .rolex_page .family-page-contact-us-banner-outer {
        margin-bottom: 50px;
        margin-top: 40px;
    }
   .rolex_page .contact-us-banner-mobile-image {
        display: block;
        width: 100%;
        height: auto;
        max-width: 100%;
        align-self: flex-start;
    }
    .rolex_page .contact-us-button-overlay-inner h3 {
        font-size: 24px;
        font-family: Helvetica;
        margin-bottom: 20px;
        margin-top: 20px;
    }
    .rolex_page span.contact-us-button-service {
        font-size: 14px;
    }
}   