.upper-card{ } .bottom-card{ } @media(min-width: 1000px){ .image-logo{ width: 10vw; height: 10vh; } .item-container{ height: 10vh; display: flex; flex-direction: column; justify-content: center; .item-name{ padding-top: 1vh; margin-bottom: -0.25vh; font-size: 1.35em; } .item-points{ font-size: 0.95em; color: #aaa; } } } @media(max-width: 999px){ .image-logo{ width: 25vw; height: 10vh; } .item-container{ .item-name{ font-size: 1.15em; margin-bottom: -0.25vh; } .item-points{ font-size: 0.75em; color: #aaa; } } }