#sts {
    justify-content: space-between;
}

#sts-text {
    max-width: 510px; /* 480 + 30 */
}

#sts-img {
    max-width: 206px; /* 146 + 30 + 30*/
    max-height: 202px; /* 142 + 30 + 30 */
}

@media screen and (max-width: 768px) {
    #sts-img {
        position: absolute;
        bottom: -90px;
        right: 0px;
        width: 30%;
        height: auto;
    }
}

@media screen and (max-width: 640px) {
    #sts-img {
        bottom: -100px;
        width: 40%;
    }
}

.energized-rewards {
    position: relative;
}

.energized-rewards-content {
    width: 80%;
    max-width: 970px;
}

.energized-rewards-flex {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.token-content-container {
    text-align: center;
}

@media screen and (max-width: 640px) {

    .energized-rewards-content {
        width: auto;
        max-width: 970px;
    }

    .energized-rewards {
        margin-left: 45px !important;
    }
    
    .energized-rewards-flex {
        display: block;
        margin-left: 45px !important;
    }
    
    .token-content-container {
        text-align: left;
    }
}