.false-wholesale-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    border: 1px solid #dcdcdc;
    padding: 10px;
}

.wholesale-header-text {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    font-weight: 600;

    p {
        margin: 0 !important;
        padding: 0 !important;
    }
}

.true-wholesale-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    border: 1px solid #dcdcdc;
    padding: 10px;
}

.true-wholesale-container .circle-check {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    background: #2eccaa;
    color: #fff;
    border-radius: 50%;
    font-size: 1.2em;
    margin-right: 0.6em;
    box-shadow: 0 0 3px #eee;
}

.true-wholesale-container .headline {
    font-size: 1.1em;
    justify-content: center;
    align-items: center;
    margin-top: 3px;
    font-weight: 600;
    color: #2eccaa;
}