#categoryTiles {
    margin-bottom: 100px;
}

#categoryTiles h1 {
    font-size: 24px;
    color: var(--orange);
    font-weight: bold;
    margin-bottom: 50px;
}

#categoryTiles .viewport {
    width: 100%;
    max-width: 1000px;
    margin: auto;
    overflow: hidden;
}

#categoryTiles p {
    text-align: center;
    font-size: 16px;
    color: var(--gray);
}

#categoryTiles .nav>div {
    margin-bottom: 25px;
    padding-top: 0 30px;
}