.badge-screen-popup {
    width: 100%;
    height: 100%;
    background: #3E4C62;
    position: absolute;
    top: 0;
    /* display: none; */
    z-index: 2;
}
.badgeScreenPopup2{
    width: 100%;
    height: 100%;
    /* background: #3E4C62; */
    position: absolute;
    top: 0;
    /* display: none; */
    z-index: 2;
}

.badge-screen-popup .logo-section {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1em 2em 1em 1em;
    z-index: 20;
}

.closeBadge {
    font-size: 2em;
    cursor: pointer;
    /* padding-top: 2em; */
    transform: rotate(0deg);
    transition: 0.2s ease;
}
.closeBadge img{
    transform: scale(1.2);
}
.closeBadge:hover {
    cursor: pointer;
    transform: rotate(360deg);
    transition: 0.2s ease;
}

.badge-section {
    width: 80%;
    padding-top: 7em;
    margin: 0 auto;
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    gap: 0.5em;
    align-items: center;
    align-content: center;
    flex-direction: row;
}

.badge-card {
    display: flex;
    width: 150px;
    flex-basis: 50%;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.badge-title {
    width: 80%;
    color: #ffffff;
    font-size: 18px;
    font-family: SPARTANMB-REGULAR;
    text-align: center;
    margin-top: 1em;
    line-height: 1.3em;
}
.badge-title b{
    color: #FF9900;
    font-family: SPARTANMB_BOLD;
}