.celebration {
    width: 53%;
    border: solid 2px #ff5050;
    background-color: #fff;
}

.celebration a {
    width: 100%;
    height: 100%;
    padding: 4px 20px;
    color: #3c3c3c;
    font-weight: 600;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.celebration strong {
    color: #ff3131;
    font-size: 21px;
    vertical-align: middle;
}

.celebration img {
    width: 20px;
    height: auto;
}

@media screen and (max-width: 768px){
    .celebration {
        width: 100%;
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 2;
        order: 1;
        margin-top:10px;
    }

    .celebration a {
        padding: 4px 0;
        font-size: 12px;
        display: flex;
        justify-content: center;
    }
    .celebration strong {
        font-size: 19px;
    }
}