div {
    vertical-align: top;
}

.images {
    height: 400px;
    width: 100%;
    overflow: hidden;
}

.logo {
    width: 100%;
}

.card {
    display: inline-block;
    margin: 10px;
    background: #E4F4F7;
    color: #555;
    border: 0px solid #66d9ee;
    font-family: Rajdhani;
    border-radius: 16px;
}

.card-active {
    width: 250px;
    height: 300px;
    text-align: center;
    padding: 15px;
}

.card-expired {
    width: 250px;
    height: 80px;
    padding: 10px;
}

.card-active h2 {
    font-family: Rajdhani;
    text-transform: uppercase;
    color: black;
    line-height: 0.8;
    font-size: 22pt;
    min-height: 35px;
}

.card-active p {
    font-size: 14pt;
}

.earned {
    border: 5px solid green;
}

.card-active .card-img {
    height: 80px;
    text-align: center;
    alignment: center;
    overflow: hidden;
}

.card-active .image-product {
    width: 80px;
    height: 80px;
}

.card-active .image-skin {
    width: 180px;
    height: 180px;
    position: relative;
    top: -50px;
}

.card-expired .card-img {
    height: 60px;
    width: 60px;
    text-align: left;
    alignment: left;
    overflow: hidden;
    margin-left: 5px;
}

.card-expired .image-product {
    width: 60px;
    height: 60px;
}

.card-expired .image-skin {
    width: 120px;
    height: 120px;
    position: relative;
    left: -35px;
    top: -35px;
}

.card-expired .item-name {
    font-size: 14pt;
    min-height: 60px;
    width: 60%;
    margin-left: 12px;
    text-align: left;
    font-weight: bold;
    text-transform: uppercase;
    color: black;
    line-height: 0.9;
}

.expired-contents {
    display: flex;
    flex-direction: row;
    margin-top: -10px;
}

.earned-label {
    font-family: Rajdhani;
    text-transform: uppercase;
    color: white;
    border-radius: 8px;
    width: 80px;
    height: 23px;
    background: green;
    position: relative;
    top: -30px;
    font-size: 18px;
    z-index: 2;
}

.text {
    font-family: Roboto;
    font-style: normal;
    font-weight: semibold;
    font-size: 24px;
    line-height: 30px;
    color: white;
    width: 90%;
    text-align: center;
    paint-order: stroke fill;
}

.rewards {
    text-align: center;
}

.list-text {
    font-family: Roboto;
    font-style: normal;
    font-weight: semibold;
    font-size: 24px;
    line-height: 40px;
    color:F8FFEE;
    width: 90%;
    margin-top: -10px;
    paint-order: stroke fill;
}

.banner-cont {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.title-bar2{
    width: 100%;
    height: 54px;
    background: linear-gradient(270deg, #FEFFD100 0%, #087C96 50%, #FEFFD100 100%);
    font-family: Rajdhani;
    font-style: normal;
    font-weight: bold;
    font-size: 32px;
    line-height: 41px;
    display: flex;
    align-items: center;
    text-align: center;
    text-transform: uppercase;
    color: #F8FFEE;
    /*text-shadow: 0px 0px 6px rgba(0, 0, 0, 0.7);*/
    display: flex;
    justify-content: center;
}

.title-text{
    width: 100%;
    height: 54px;
    font-family: Rajdhani;
    font-style: normal;
    font-weight: bold;
    font-size: 32px;
    line-height: 41px;
    display: flex;
    align-items: center;
    text-align: center;
    text-transform: uppercase;
    color: F8FFEE;
    /*text-shadow: 0px 0px 6px rgba(0, 0, 0, 0.7);*/
    display: flex;
    justify-content: center;
}

.subtitle-text{
    width: 100%;
    font-family: Rajdhani;
    font-style: normal;
    font-weight: bold;
    font-size: 26px;
    line-height: 36px;
    display: flex;
    align-items: center;
    text-align: center;
    color: F8FFEE;
    /*text-shadow: 0px 0px 6px rgba(0, 0, 0, 0.7);*/
    display: flex;
    justify-content: center;
}

.link {
    color: #66FFED !important;
}

.button-drops {
    padding: 12px 32px;
    background-color: #850BFF;
    border:2px solid white;     
    border-radius: 32px;
    font-family: Rajdhani;
    font-size: 24px;
    text-decoration: none !important;
    box-shadow: none !important;
    font-weight: bold;
    margin-top: 32px;
    margin-bottom: 32px;
}

.table-drops  {
    border: 1px solid #36678A;
    table-layout: fixed;
    border-collapse: collapse;
    color: #F8FFEE;
    font-family: Roboto;
    font-style: normal;
    width: 100%;
}

.th-drops  {
    border: 1px solid #087C96;
    background-color: #087C96;
    font-size: 24px;
    padding: 8px 8px;   
}

.td-drops  {
    border: 1px solid #087C96;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    padding: 8px 8px;    
}

.table-links  {
    color: #66FFED !important;
    text-decoration: none !important;
}
