@media screen and (min-width:480px) {
    main {
        margin:8%;
    }
    .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%;
    }
}

@media screen and (max-width:480px) {
    .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%;
    }
}