@media only screen and (max-width: 1044px) {
    .section-sup-buttons img{
        max-width: 135px;
    }
    header img {
        max-width: 212px;
    }
    .section-earths img{
        max-width: 320px;
        animation: none;
    }
    .earth a h2{
        background-size: contain;
        opacity: 1 !important;
        font-size: 26px;
    }
    .earth a p {
        font-size: 20px;
        top: 20px;
    }
    .earth{
        margin-bottom: 80px;
    }
    .section-intro h1{
        font-size: 25px;
    }
    .section-intro p{
        font-size: 15px;
    }
    .section-content h2{
        font-size: 25px;
    }
    .section-content p{
        font-size: 15px;
        line-height: 25px;
    }
}

@media only screen and (max-width: 970px) {
    .section-sup-buttons{
        display: none;
    }
    .menu-responsive {
        display: block;
    }
    header{
        max-width: 100%;
    }
    .section-content p br{
        display: none;
    }
    .section-content>.container{
        max-width: 90%;
    }
    .section-content .content{
        max-width: 90%;
    }
    .section-intro {
        padding-top: 30px;
        padding-bottom: 25px;
        padding-left: 24px;
        padding-right: 24px;
    }
    footer .legal p{
        color: #FFFFFF;
    }
    .menu-footer--pages ul li a{
        color: #FFFFFF;
    }
    .menu-footer--pages a{
        color: #FFFFFF;
    }
    .legal--home p{
        color: #6c0eb8 !important;
    }
    #menu-menu-footer{
        display: block;
        text-align: center;
        margin-top: 25px;
    }
    .woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea, .woocommerce-input-wrapper > strong, .select2-selection__rendered, .woocommerce-input-wrapper select{
        border: 1px solid #8a1fa2 !important;
    }
}

@media only screen and (min-height: 1250px) {
    .legal--pages p{
        color: #FFFFFF !important;
    }
}