footer {
    position: absolute;
    /* bottom: 0; */
    width: 100%;
    height: 100px;
}

.info-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 20px;
}
