section.first {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
    width: 98%;
    margin: 0 auto;
}