.stefa_boletin_movistar-69-3 {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column
}

.stefa_boletin-enlace {
    position: absolute;
    width: 124px;
    height: 40px;
    padding: 8px 32px;
    border-radius: 60px;
    background: #e63780;
    color: #fff;
    transform: translate(125px, 140px);
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    text-align: left
}

.stefa_boletin-enlace:hover {
    background-color: #922859;
    color: #fff;
    text-decoration: none !important
}

#stefa_boletin-flexbox {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center
}

@media (max-width:374px) {
    .stefa_boletin-enlace {
        width: 80px;
        height: 28px;
        font-size: 12px;
        line-height: 15px;
        padding: 7px 17px;
        transform: translateX(70px)
    }
}

@media (min-width:375px) and (max-width:424px) {
    .stefa_boletin-enlace {
        width: 80px;
        height: 28px;
        font-size: 12px;
        line-height: 15px;
        padding: 7px 17px;
        transform: translateX(80px)
    }
}

@media (min-width:425px) and (max-width:499px) {
    .stefa_boletin-enlace {
        width: 102px;
        height: 32px;
        font-size: 14px;
        line-height: 17px;
        padding: 8px 24px;
        transform: translateX(90px)
    }
}

@media (min-width:500px) {
    .stefa_boletin-enlace {
        transform: translateX(108px)
    }
}

@media (min-width:600px) {
    .stefa_boletin-enlace {
        transform: translateX(125px)
    }
}

img{
    max-width: 100%;
}