#tips-for-selling-luxury-watches {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 5cqw 0;
    background: #F5F3EF;
}

#tips-for-selling-luxury-watches .inner-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 5.3cqw;
    width: 100%;
    padding: 0 5.3cqw;
    box-sizing: border-box;
}

#tips-for-selling-luxury-watches .title-block {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 2.6cqw;
    width: 100%;
}

#tips-for-selling-luxury-watches .custom-subtitle-wrap {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 0.5cqw;
    margin-bottom: 0;
}

#tips-for-selling-luxury-watches .custom-subtitle {
    font-weight: 500;
    --f-base: 16;
    line-height: 1.6;
    text-align: center;
    letter-spacing: 0.1em;
    color: #765E00;
}

#tips-for-selling-luxury-watches .custom-subtitle-line {
    width: 5.3cqw;
    height: 2px;
    background: #765E00;
}

#tips-for-selling-luxury-watches .main-title {
    font-weight: 700;
    --f-base: 26;
    line-height: 1.5;
    text-align: center;
    letter-spacing: 0.06em;
    color: #272727;
    margin: 0;
}

#tips-for-selling-luxury-watches .gradient-line {
    width: 100%;
    height: 20px;
    background: radial-gradient(49.57% 49.65% at 47.68% 0%, #DADADA 0.96%, #EBEBEB 31.25%, rgba(229, 229, 229, 0) 100%);
}

#tips-for-selling-luxury-watches .description-text {
    font-weight: 400;
    --f-base: 16;
    line-height: 1.6;
    letter-spacing: 0.02em;
    color: #272727;
    width: 100%;
    margin: 0;
}


#tips-for-selling-luxury-watches .point-title {
    font-weight: 700;
    --f-base: 18;
    line-height: 1.6;
    text-align: center;
    color: #272727;
    margin: 0 0 2cqw 0;
}