#circle_v13_wrap {
    width: 250px;
    height: 215px;
}

#circle_v13 {
    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(../badges3/Badges3/Classic-black-badge-2.svg) no-repeat;
    background-size: cover;
    box-sizing: border-box;
}

#circletype_v13_brand_name {
    position: absolute;
    bottom: 16.2%;
    width: 85%;
    height: 19.74%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 8px;
    text-transform: uppercase;
}

#circletype_v13_brand_name>a {
    color: #fff;
    text-decoration: none;
    text-shadow: rgb(0 0 0 / 15%) 1.95px 1.95px 2.6px;
    font-weight: 700;
}

#circle_v13 #rewards_link {
    position: absolute !important;
    top: 9%;
    display: block !important;
    color: #ffffff00 !important;
    width: 75%;
    height: 40%;
}