#circle_v6_wrap{
    width: 250px;
    height: 250px;
}

#circle_v6_wrap .circle_badge_category{
    width: 95%;
}

#circle_v6 {
    cursor: pointer;
    overflow: hidden;
    position: relative;
    display: flex;
    flex-direction: column;
    padding: 0;
    width: 100%;
    height: 100%;
    font: 400 10px/normal 'Arial', sans-serif;
    font-family: 'Arial', sans-serif;
    align-items: center;
    text-align: center;
    color: #000 !important;
    background: url(../svg/BadgeBP2.svg) no-repeat;
    background-size: cover;
    box-sizing: border-box;
}

#circletype_v6_brand_name {
    position: absolute;
    bottom: 29%;
    width: 67%;
    height: 22%;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    text-transform: uppercase;
    flex-direction: column;
}

#circletype_v6_brand_name > a {
    color: #313131;
    text-decoration: none;
    font-weight: 500;
}

#circle_v6 #rewards_link{
    position: absolute !important;
    top: 16%;
    display: block !important;
    color: #ffffff00 !important;
    width: 41%;
    height: 18%;
}

.circle_badge_category{
    font-weight: 400;
    font-size: 14.7236px;
}