<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.rolex-page-section .rolex_row {
    width: 100%;
    display: flex;
}
.rolex-page-section .rolex_row&gt;div {
    width: 50%;
    display: flex;    
    order:1;
}
.rolex-page-section .rolex_row&gt;div.order0 {
    order:0;
}
.rolex-page-section h2 {
    font-family: Helvetica;
    font-size: 16px;
    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; 
}
@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;
    }
}
@media (max-width: 767.9px) {
  .rolex-page-section .rolex_row {
      flex-wrap:wrap;      	
  }
  .rolex-page-section .rolex_row&gt;div {
      width: 100%;
  }
  .rolex-page-section .rolex_row .image_cell {
      order: 0;
  }
  .rolex-family-page-box-content h2 {
      margin-top: 20px;
  }
  .rolex-page-section .text_cell .rolex-family-page-box-content {
      padding: 20px 0px;
  }
}   </pre></body></html>