.center,
main {
    text-align: center
}

.center {
    display: grid;
    justify-content: center;
    align-items: center
}

.services-examples {
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;
    gap: 2.5rem;
    margin-bottom: 1.25rem
}

.bold {
    font-weight: 700
}