@media only screen and (max-width: 1440px) {
    .main-text-container{
        margin-left: 0;
    }
    .main-title{
        width: 70%;
    }
    .main-text{
        width: 70%;
    }
    .main-button{
        font-size: 15px;
    }
    .main-image{
        max-height: 456px;
    }
}

@media only screen and (max-width: 1024px) {
    .rating-title{
        width: 70%;
    }
    .main-image{
        max-height: 227px;
    }
    .main-title{
        font-size: 35px;
    }
    .main-text{
        font-size: 20px;
    }
    .main-button{
        font-size: 14px;
    }
}

@media only screen and (max-width: 900px) {
    .history-hero {
        flex-direction: column;
        text-align: center;
    }
    .history-hero-text .main-title {
        text-align: center;
    }
    .history-lead {
        text-align: center;
    }
}

@media only screen and (max-width: 768px) {
    .connect-button{
        display: block;
        float: none;
        margin-left: auto;
        margin-right: auto;
    }
    header > div{
        display: block;
        margin-left: auto;
        margin-right: auto;
    }
    .header-title{
        display: block;
        float: none;
        font-size: 40px;
        margin-bottom: 10px;
        margin-left: auto;
        margin-right: auto;
        text-align: center;
    }
    .main-title{
        width: 90%;
        text-align: left;
    }
    .main-text{
        width: 100%;
    }
    .main-button{
        width: 80%;
    }
    .rating-title{
        width: 90%;
    }
    .rating-container{
        width: 100%;
    }
    .main-claim-connection-container{
        display: block;
    }
    .main-image{
        margin-bottom: 30px;
        margin-left: 20%;
    }
    .wallet{
        padding: 2vw 2.2vw;
    }
    .history-hero-image {
        max-height: 220px;
    }
    .history-section-title {
        font-size: 20px;
    }
    .history-text {
        font-size: 15px;
    }
    .history-images-row {
        flex-direction: column;
    }
    .history-image-half {
        width: 100%;
    }
    .seasons-grid {
        grid-template-columns: 1fr;
    }
}

@media only screen and (max-width: 500px) {
    main {
        padding: 0 0;
    }

    .header-title {
        font-size: 30px;
    }

    footer {
        display: flex;
    }

    .footer-title {
        display: none;
    }

    .footer > .footer-card {
        display: block;
        float: none;
    }

    footer > div {
        display: block;
    }

    footer > .n2 {
        margin-right: 0;
        margin-left: auto;
    }

    .main-title {
        font-size: 50px;
    }

    .main-text {
        font-size: 22px;
    }

    .main-button {
        font-size: 20px;
    }

    .rating-container {
        width: 100%;
    }

    .rating-title {
        font-size: 30px;
    }

    .wallet-activity {
        display: none;
    }

    .main-title {
        font-size: 30px;
    }

    .main-text {
        font-size: 15px;
    }

    .main-claim-connection-container {
        width: 100%;
    }
}

@media only screen and (max-width: 375px) {
    .header-title{
        font-size:25px;
    }
    .main-title{
        font-size: 30px;
    }
    .rating-title{
        font-size: 30px;
    }
    .main-text{
        font-size: 10px;
    }
    .current-wallet > p{
        font-size: 12px;
    }
    .main-button{
        font-size: 15px;
    }
    .wallet-seeds{
        display: none;
    }
    .main-image{
        max-height: 113px;
        margin-left: 30%;
        margin-bottom: 10px;
    }
    .history-hero-image {
        max-height: 140px;
    }
}