/*** Customize seu css aqui ***/
.showcase-offer_text {
    font-size: 26px;
    font-weight: bold;
    line-height: 12px;
    text-align: center;
}
.showcase-offer {
    align-items: center;
    background-color: #fdca2200;
    border-radius: 50%;
    bottom: auto;
    color: #fff;
    display: flex;
    height: 35px;
    justify-content: center;
    left: 10px;
    position: absolute;
    right: auto;
    top: 0;
    width: 35px;
    z-index: 1;
}