.gutenberg-custom {
    width: 100%;
    max-width: 100%;
    background-color: #0b1d26;
    background-color: #303e42;
}

.full-large {
    width: 100%;
    max-width: 1000px !important;
    margin-left: auto;
    margin-right: auto;
    background-color: #0b1d26;
}

.header {
    aspect-ratio: 1.12;
    flex-direction: column;
    justify-content: flex-start;
}

.follow-us {
    display: inline-block;
    transform: rotate(90deg) translate(10rem, -0.1rem);
}

.dash {
    width: 40px;
    height: 1px;
}

.number {
    display: block;
    position: absolute !important;
}

.paragraph {
    position: relative !important;
    overflow: hidden;
}

#paragraph-1 .number {
    top: 10px;
    left: 20px;
    width: 110px;
}

#paragraph-2 .number {
    top: 10px;
    left: 450px;
    width: 140px;
}

#paragraph-3 .number {
    top: 10px;
    left: 20px;
    width: 140px;
}

.nav-mobile {
    display: none !important;
    position: absolute !important;
    width: 100% !important;
    z-index: 2;
    top:0;
    left: 0;  
    background-color: rgba(0,0,0,0.5);
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.nav-mobile.show {
    display: flex !important; 
}

.menu-button-off {
    position: absolute !important;
    display: inline-block;
    max-width: 25px;
    cursor: pointer !important;   
    top: 10px;
    right: 10px;
}
  
.menu-button-on {
    position: absolute !important;
    display: none !important;
    max-width: 28px;
    cursor: pointer !important;    
    top: 10px;
    right: 10px;
}

@media screen and (max-width:850px) {

    * {
        --parallax-transform: none !important;
    }

    .menu-button-on {
        display: inline-block !important;
    }

    .menu-button-on.hide {
        display: none !important;
    }
    
    .nav-desktop {
        display: none !important;
    }

    .paragraph {
        padding-left: 2rem !important;
        padding-right: 2rem !important;
        margin-top: 0rem !important;
        margin-bottom: 5rem !important;
    }

    .paragraphs-group {
        margin-top: -5rem !important;
    }

    .title {
        padding-left: 2rem !important;
        margin-top: 5rem !important;
        margin-bottom: 5rem !important;
    }
   
    .follow-us {
        transform: rotate(90deg) translate(4rem, 0.5rem);
    } 
    
    .footer {
        padding-left: 1rem !important;
        padding-right: 1rem !important;
        margin-top: 10rem !important;
    }
}


@media screen and (max-width:700px) { 
    
    .paragraphs-group {
        margin-top: 2rem !important;
    }

}


@media screen and (max-width:600px) {   

    .title h1 br {
        display: none;
    }

    .paragraphs-group {
        margin-top: 5rem !important;
    }

    .paragraph {
        flex-direction: column !important;
        gap: 1rem !important;
        margin-bottom: 5rem !important;
    } 

    .paragraph .number {
        top: 20px !important;
        left: 20px !important;
    }

    #paragraph-2 {
        flex-direction: column-reverse !important;
    } 

    .footer>div {
        display: flex;
        flex-direction: column;
    }

}