  .starburst-container {
    position: absolute;
    width: 70px;
    height: 70px;
    background: #dd3333;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 100px auto;
    transform: rotate(-45deg);
    right: 0px;
    top: -100px;
}

.starburst-container:before,
.starburst-container:after,
.starburst:before,
.starburst:after {
    position: absolute;
    content: '';
}

.starburst-container:before {
    left: 0;
    top: 0;
    transform: rotate(-35deg);
    background: #dd3333;
    height: 70px;
    width: 70px;
}

.starburst-container:after {
    left: 0;
    top: 0;
    transform: rotate(-20deg);
    background: #dd3333;
    height: 70px;
    width: 70px;
}

.starburst-container,
.starburst {
    padding: 25px;
    height: 70px;
    width: 70px;
    z-index: 100;
    transform: rotate(50deg);
    right; 0px !important;
    top: -100px;
}

.starburst-container .starburst:before {
    left: -10px;
    top: 0;
    transform: rotate(60deg);
    background: #dd3333;
    height: 70px;
    width: 70px;
}

.starburst-container .starburst:after {
    left: -10px;
    top: 0;
    transform: rotate(75deg);
    background: #dd3333;
    height: 70px;
    width: 70px;
}

.starburst_text {
    position: absolute;
    z-index: 100;
    font-size: 14px;
    color: #ffffff;
    width: 70px;
    height: 70px;
    left: 0%;
    top: 0%;
    font-weight: 600;
    display: flex;
    justify-content: center;
    align-items: center;
}
