/** Shopify CDN: Minification failed

Line 61:1 Expected "}" to go with "{"

**/
.high-jewelry-expert-section {
    width:100%;
    text-align: center;
}
.expert-heading {
    font-size: 28px;
    font-weight: 400;
    color: #1B1E34;
    margin-bottom: 45px;
    text-transform: uppercase;
}
.expert-description {
    max-width: 1230px;
    margin: 0 auto;
    padding: 100px 30px 125px;
    background-color: #E8E8E8;
    box-shadow: 8px 9px 10px #00000021;
    font-size: 14px;
    font-weight: 400;
    color: #1B1E34;
}
.expert-description strong, .expert-description b {
    font-weight: 500;
}
.expert-description a {
    color: #1b1e34;
    text-decoration: underline;
}

@media(max-width:1199px){
.expert-description br {
    display: none;
}    
.expert-description {
    padding: 70px 30px;
}
}

@media(max-width:749px){
.expert-description {
    padding: 30px 20px;
    font-size: 12px;
}
.expert-heading {
    font-size: 20px;  
    margin-bottom: 25px;  
}
.high-jewellery-info-text, .high-jewellery-info-text p {
    font-size: 12px;
}

@media(max-width:499px){
    .expert-heading {
        font-size: 18px;  
    }
}