.high-demand-jewelry-accessories-section {
    container-type: inline-size;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    row-gap: 4cqw;
    column-gap: 0;
    width: min(100%, 767px);
    margin: 0 auto;
    box-sizing: border-box;

    & .high-demand-jewelry-accessories-block {
        flex: 0 0 25%;
        min-width: 0;
        padding: 0 0.5cqw;
        display: flex;
        flex-direction: column;
        align-items: center;
        box-sizing: border-box;
    }

    & img {
        display: block;
        width: 100%;
        aspect-ratio: 1 / 1;
        object-fit: contain;
        object-position: center;
        border: 1px solid #e6e6e6;
        margin-bottom: 2.13cqw;
        box-sizing: border-box;
    }

    & p {
        width: 100%;
        text-align: center;
        font-size: 3.73cqw;
        overflow-wrap: anywhere;
    }
}
