.product_text {
    text-align: center;
    margin-bottom: 20px;
}
.product_text span {
    font-family: "Helvetica", sans-serif;
    font-size: 13px;
    text-transform: none;
    font-weight: 600;
}
.product_text h4 {
    font-family: "Helvetica", sans-serif;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: bold;
    margin-top: 5px;
    margin-bottom: 10px;
}

.featured_selection h3 {
    font-family: "Helvetica", sans-serif;
    font-size: 16px;
    text-transform: none;
    font-weight: bold;
    margin-bottom: 30px;
    line-height: 20px;
}
.about_us_section {
    margin: 100px auto;
    max-width: 800px;
}
.about_us_section .content {
    padding-left: 20px;
    padding-right: 20px;
}
.about_us_section h4 {
    color: #212121;
    text-transform: uppercase;
    font-weight: normal;
    line-height: initial;
    margin: 0;
    margin-bottom: 30px;
    letter-spacing: 2px;
    font-family: "Helvetica", sans-serif;
    font-size: 28px;
}
.rolex_page .contact-btn .button {
    color: #fff;
    border: 1px solid rgb(18, 120, 74);
    background-color: rgb(18, 120, 74);
    border-radius: 30px;
    text-transform: none;
    padding: 12.5px 30px;
    font-size: 14px;
    height: auto;
    line-height: 1;
    display: inline-block;
    margin-bottom: 20px;
}
.rolex_page .about_us_section .contact-btn .button:hover {
    background: #fff;
    color: rgb(18, 120, 74);
}
.rolex_page .content {
    text-align: center;
}
.rolex_custom_product {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.rolex_page .heading_content {
    max-width: 900px; 
    margin:0 auto;
    margin-bottom: 40px;
}
.rolex_page .rolex-p {
    max-width: 800px; 
    margin:0 auto;
}
.rolex_custom_product a:hover {
    background-color: #fff;
    display: block;
    position: initial;
    visibility: visible;
    filter: contrast(0.941);
}
.rolex_page .rolex_row.about_us_image {
    margin-bottom: 60px;
}

@media (min-width: 768px) {
    .rolex_custom_product a {
        width: 33.3%;
    }
    .featured_selection {
        max-width: 1260px;
        margin: 60px auto 0 auto;
    }
}
@media (max-width: 767.9px) {
    .product_text h4 {
        font-size: 11px;
    }
    .rolex_custom_product a {
        width: 50%;
    }
    .featured_selection {
        margin-top: 40px;
        width: 90%;
        margin-left: auto;
        margin-right: auto;   
    }
    .featured_selection h3 {
        font-size: 14px;
        margin-bottom: 20px;
    }
    .about_us_section {
        margin-top: 40px;
    }
    .about_us_section h4 {
        font-size: 24px;
        line-height: 30px;
    }
    .about_us_section .button {
        width: auto;
    }
    .product_section {
        width: 100%;
    }
}
