* {
    margin: 0;
    padding: 0;
}
img {
    max-width: 100%;
}
.breve {
    display: grid;
    font-family: "Poppins", sans-serif;
    height: 100vh;
    align-items: center;
    justify-items: center;
    justify-content: center;
    align-content: center;
    row-gap: 1.4em;
    font-size: 16px;
}
.breve > div > p {
    display: grid;
    grid-template-columns: 26px auto;
    align-items: center;
    margin-bottom: 1em;
    justify-items: center;
    justify-content: center;
    column-gap: 10px;
}
@media screen and (max-width: 1024px) {
    .breve {
        font-size: 14px;
        padding: 0 30px;
    }
}