section.textblockfull-section{
    max-width: 1440px;
    margin: 0 auto;
    padding: 0;
} 
.textblockfull-section .textblockfull-headline{
    font-size: 48px;
    font-family: var(--nunito-font) !important;
    line-height: 1.2em;
    font-weight: 300;
}

.textblockfull-section .textblockfull-text-container .textblockfull-text{
    font-size: 18px;
    font-family: var(--nunito-font) !important;
    line-height: 26px;
}
@media (max-width: 1440px){
    .textblockfull-section{
        padding: 10px 35px;
    }
}
@media(max-width: 900px) {
    .textblockfull-section .textblockfull-container{
        max-width: 540px;
        margin: 0 auto;
    }
    
}
@media(max-width: 768px) {
    .textblockfull-section .textblockfull-container{
        max-width: 400px;
    }
    .textblockfull-section .textblockfull-headline{
        font-size: 24px;
        line-height: 28px;
        font-weight: 400;
    }
    .textblockfull-section .textblockfull-text-container .textblockfull-text{
        font-size: 16px;
        line-height: 26px;
    }
}