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

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

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

.card-section {
   width: 80%;
   /* padding-top: 1.5em; */
   margin: 0 auto;
   display: flex;
   flex-wrap: nowrap;
   justify-content: space-around;
   gap: 1em;
   flex-direction: column;
   align-content: space-around;
   align-items: center;
}

.card {
    display: flex;
    width: 126px;
    height: 176px;
    flex-basis: 40%;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

/*.card img {
    width: 150px;
    max-width: 100%;
}

.card-points {
    width: 80%;
}
*/
.card-section_1{
    width: 100%;
    height: auto;
    display: flex;
}
.card-section_2{
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: space-around;
    justify-content: space-evenly;
    align-items: flex-start;
    margin-top: 6.5em;
    /* gap: 1em 1em; */
}
.card-title{
    width: 60%;
    color: #ffffff;
    font-size: 18px;
    font-family: SPARTANMB-REGULAR;
    text-align: center;
    margin-top: 1em;
    line-height: 1.3em;
}
.card-section_2 .card-title{
    width: 85%;
}