div#firstSection div.limitedOffer {
    background-color: #ffffff1a;
    margin-bottom: 15px;
}
div#firstSection div.discountOffer {
    transform: rotate(30deg);
    right: -25px;
    top: -10px;
}
div#firstSection  div.saveButton {
    padding: 8px 25px;
}
div#provenResults button.joinNow,div#provenResults div.readyToJoin {
    padding: 10px 20px;
    line-height: unset;
    height: unset;
    font-size: 16px;
    border-radius: 6px;
    margin: 0px;
}
div#provenResults div.readyToJoin span {
    font-size: 16px;
}
div#provenResults {
    gap: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
}
div.getBalanceAssetTodayOffer {
    left: -20px;
    right: unset;
    transform: rotate(-25deg);
    top: -10px;
}
html {
  scroll-behavior: smooth;
}
@media (max-width:767px){
    div#firstSection {
        padding-top: 80px;
        padding-bottom: 80px;
    }
    div#firstSection div.discountOffer {
        transform: rotate(0deg);
        right: 0px;
        top: 0px;
    }
    div#provenResults {
        display: block;
    }
    div#provenResults button.joinNow {
        display: block;
        width: 100%;
        margin-top: 15px;
    }
    div.getBalanceAssetTodayOffer {
        left: 0px;
        top: 0px;
        transform: rotate(0deg);
    }    
}