
.r7-desktop-img{
	display:none;
}
.r7-content-pages h2 {
    font-size: var(--r7-headling50);
    line-height: var(--r7-headling50-lh);
    font-weight: 700;
    color: var(--r7-brown-color);
}
.r7-content-pages p {
    font-size: var(--r7-body20);
    line-height: var(--r7-body20-lh);
    color: var(--r7-black-color);
    font-weight:300;
}
.r7-content-pages h2 ~ p {
    margin-top: 20px;
}
.r7-content-pages {
    padding: var(--r7-py60-90);
}
.r7-cta a {
    height: 44px;
    padding: 0 30px;
    font-family: 'Helvetica Now Text', Helvetica, Arial, sans-serif;
    font-weight: bold;
    background-color: #127749;
    color: #fff;
    border-radius: 50px;
    align-items: center;
    font-size: 14px;
    display: inline-flex;
}
.r7-cta a:hover {
    background-color: #006039;
}
.r7-content-pages .r7-cta {
    margin-top: 30px;
}
.r7-content-pages img.r7-logo {
    margin-bottom: 40px;
}

/* breadcumb start  */
.r7-breadcumb {
    background: var(--background-rolex-green);
    padding: 2px 0 15px;
    margin-top: -2px;
}
.r7-breadcumb ul {
    display: flex;
    line-height: 1;
}
.r7-breadcumb a {
    padding-right: 10px;
    font-size: 14px;
    color: #fff;
    font-weight: 400 !important;
    font-family: 'Helvetica Now Text', Helvetica, Arial, sans-serif;
    line-height: 1.1;
}
.r7-breadcumb li:last-child a {
    color: #61bd93;
}
.r7-breadcumb ul li:not(:last-child):before {
    content: "";
    background: url(/cdn/shop/files/arrow-white-button.png?v=1714029383);
    left: 0;
    top: 3px;
    position: absolute;
    width: 10px;
    height: 10px;
    background-size: cover;
    transform: rotate(180deg);
}
.r7-breadcumb li{
    display: none;
}
.r7-breadcumb li:nth-last-child(2) {
    display: block;
    position: relative;
    padding-left: 16px;
}
/* end  */

@media (min-width:992px){
    .r7-desktop-img{
    	display:block;
    }
    .r7-mobile-img{
    	display:none;
    }
    .layout-50 .group-content {
        width: 50%;
        margin: auto;
    }
    .layout-90 .group-content {
        width: 90%;
        margin: auto;
    }
    .r7-content-pages img.r7-logo {
        margin-bottom: 45px;
    }

    /* breadcumb start  */
    .r7-breadcumb li {
        display: block;
        position: relative;
    }
    .r7-breadcumb li:nth-last-child(2){
      padding-left:0;
    }
    .r7-breadcumb ul li:not(:last-child) {
        padding-right: 10px;
    }
    .r7-breadcumb ul li:not(:first-child) {
        padding-left: 10px;
    }
    .r7-breadcumb ul li:not(:last-child):before {
          right: 0;
          top:2.5px;
          left: inherit;
          transform: rotate(0deg);
      }
    /* breadcumb end  */

}