@media screen and (max-width: 768px) {     
    .portal-button {
        padding: 5px 10px 5px;
        font-size: 16px;
    }

    h1 {
        font-size: 28px;
    }
    
    h2 {
        font-size: 24px;
    }
    
    h3 {
        font-size: 22px;
    }
    
    h4 {
        font-size: 20px;
    }
    
    h5 {
        font-size: 18px;
    }
    
    .para--1 {
        font-family: 'Mulish';
        font-size: 16px;
    }
    
    .para--2 {
        font-family: 'Mulish';  
        font-size: 14px;
    }
}