#choice_03 {
    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(../img/choice_03_2025.png) no-repeat;
    background-size: cover;
    box-sizing: border-box;
}

#choice_03_brand_name {
    /* color: #fff; */
    text-decoration: none;
    color: black;
    text-shadow: rgb(0 0 0 / 15%) 1.95px 1.95px 2.6px;
    font-weight: 700;
    top: 41%;
    position: absolute;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    text-align: center;
}

#choice_03 .arc-heading.arc-heading__bottom {
    position: absolute;
    bottom: 8.7%;
    left: 37%;
    width: 26%;
}

#choice_03 .arc-heading.arc-heading__bottom > div {
    visibility: hidden;
}