
.head {
    padding: 1rem;
    text-align: center;
    font-size: 1.6rem;
    line-height: 1.6;
}

.cont {
    display: flex; flex-direction: column;
    justify-items: center;
    margin: 0 auto;
    max-width: 1280px;
}

.grid {
    display: grid;
    width: 100%;
    grid-template-columns: repeat(4, 0.20fr);
    gap: 1rem;
    justify-content: center;
}

.logo {
    display: flex;
    align-items: center;
    justify-content: center;
}

.grid img {
    width: 100%;
}