.rolos {
    background-color: #fff;
    padding: 70px 10px;
}
.rolos-grid {
    display: grid;
    justify-items: center;
    gap: 30px;
    color: var(--cor);
}
.rolos-content {
    display: grid;
    text-align: center;
    justify-items: center;
    gap: 20px;
}

.rolos-content h4 {
    color: #0001CF;
    font-family: Brinnan;
    font-size: 2.25rem;
    line-height: 1.2em;
    font-weight: 700;
}
.rolos-content p {
    font-size: 1.5rem;
    max-width: 450px;
    font-weight: 275;
    line-height: 1.25em;
}
.segundo {
    display: none;
}
@media only screen and (max-width:390px) {

    .rolos-content h4 {
        font-size: 1.6rem;
    }
    .rolos-content p {
        font-size: 1.1rem;
    }
    
}

@media only screen and (max-width:450px) {
    .segundo {
        display: inherit;
    }
    .primeiro {
        display: none;
    }
}