/* Add here all your CSS customizations */

.top-infos {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    justify-content: center;
    text-align: center;
    background: #ded5cc;
    align-items: center;
    padding: 6px 0;
}
.top-infos p {
    color: #000;
    margin: 0;
    text-transform: uppercase;
}