.badgeScreen {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    background-color: rgba(62, 76, 98, 0.9);
    /* color: white; */
    z-index: 2;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    align-content: space-around;
}

.badge-header {
    padding: 1em 1em 0.5em 1em;
    font-size: 35px;
    color: #ffffff;
    text-align: center;
    font-family: SpartanMB_ExtraBold;
    margin-top: -3em;
}
.badge-text{
    font-size: 20px;
    color: #ffffff;
    text-align: center;
    font-family: SpartanMB_SemiBold;
    width: 40%;
    line-height: 31px;
}
.badge-text b{
    color: #1FC7A7;
    font-family: SpartanMB_ExtraBold;
}

.badge-image {
    display: block;
    /* width: 20%; */
    object-fit: cover;
    transform: scale(2);
}
.badge-image-main{
    background-image: url(../../../Media/eng/images/010101-05/Shadow.png);
    width: 644px;
    height: 644px;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    text-align: center;
    box-sizing: border-box;
    padding-top: 14em;
    margin-top: -10em;
}