@media only screen and (max-width: 1024px) {
    html{ 
        font-size: 10px;
    }
    
    .account .help .text-regular{
        width: 90%;
        display: block;
        margin: 0 auto;
    }

    .docs.grid-container {
        grid-column-gap: 2%;
        grid-auto-columns: 20% 55% 24%;
    }
}