@media only screen and (min-width: 480px) {
    * {
        margin:0 auto;
        padding:0; 
        max-width: 100vw;    
    
    }
    body{
        overflow-x: hidden;
        overflow-y: scroll;
    }
    
    main {
        margin: 0 8%;
        
    }
    
    
    h2 {
        color: #007A68;
        position: static;
        height: 48px;
        left: 160px;
        top: 110px;
    
        /* H2 */
    
        font-family: 'Poppins', sans-serif;
        font-style: normal;
        font-weight: bold;
        font-size: 39.81px;
        line-height: 50px;
        /* identical to box height, or 121% */
    
        display: flex;
        align-items: flex-end;
        font-feature-settings: 'pnum' on, 'lnum' on;
    
        /* Inside Auto Layout */
    
        flex: none;
        order: 0;
        align-self: stretch;
        flex-grow: 0;
        margin: 50px 0px;
    }
    
    .titulo-data h2 {
        font-family: 'Poppins', sans-serif;
        font-style: normal;
        font-weight: bold;
        font-size: 39.81px;
        line-height: 48px;
        color: #007A68;
        margin-left: 1%;
    }
    
    .titulo-data p {
        font-family: 'Poppins', sans-serif;
        font-style: normal;
        font-weight: normal;
        font-size: 20px;
        line-height: 150%;
        margin-left: 1%;
    }
    
    #answers  {
        display:flex;
        flex-direction: column;
        row-gap: 100px;
        
        padding-bottom: 160px;
    }
    
    #answers h6{
        padding-bottom: 0px;
        margin-bottom: 0px;
        
        font-family: 'Poppins', sans-serif;
        font-style: normal;
        font-weight: 800;
        font-size: 20px;
        line-height: 150%;
        /* identical to box height, or 30px */
        
        display: flex;
        align-items: center;
        letter-spacing: 0.2px;
        font-feature-settings: 'pnum' on, 'lnum' on;
        
        /* Base Primária/verde.700 */
        color: #007A68;   
        /* Inside Auto Layout */
        
        flex: none;
        order: 0;
        align-self: stretch;
        flex-grow: 0;
        margin: 0px 0px
    
    } 
    
    #answers p, #title p {
        left: 160px;
        top: 0px;
        padding-bottom: 50px;
    
        font-family: 'Poppins', sans-serif;
        font-style: normal;
        font-weight:500;
        font-size: 20px;
        line-height: 30px;
        letter-spacing: 0.2px;
        font-feature-settings: 'pnum' on, 'lnum' on;
    
        /* cinza.dark */
    
        color: #474747;
        text-align: left;
    
        /* Inside Auto Layout */
    
        flex: none;
        order: 1;
        align-self: stretch;
        flex-grow: 0;
        margin: 8px 0px;
    }
    
    #answers a {
        color: #E86B2B;
        text-decoration-line: underline;
    
    }
    
    
    /* #question-quatro {
        padding-top: 150px;
    }
    
    #answer-quatro {
        padding-top: 50px;
        padding-bottom: 0;
    } */
    

}
