.about_us{
    /* background-image: linear-gradient(45deg, #BA68C8, #7B1FA2); */
    background-color: #3d464d;
}
.about_us .h1sattaname span{
    color: #3d464d;
    background-color: #ffd333;
    padding: 10px;
    border-radius: 10px;
}
.blinking{
    animation:blinkingText 1.2s infinite;
}
@keyframes blinkingText{
    0%{     color: #ffd333;    }
    49%{    color: #fff; }
    60%{    color: transparent; }
    99%{    color:transparent;  }
    100%{   color: #ffd333;    }
}
.highlight{
    width: 160px;
    height: 60px;
    background-color: #ffd333;
    border-radius: 60px;
    line-height: 1.5;
}
.result_table tr td{
width: 50%;
text-align: center;
}