
.team-1 {
    text-align: center;
}

.team-1 img {
    border-radius: .25rem;
    margin-bottom: 2rem;
}

.row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.row.gap-y {
    margin-top: -15px;
    margin-bottom: -15px;
}

.justify-content-center, .nav.nav-center {
    justify-content: center !important;
}

.mb-8, .my-8 {
    margin-bottom: 5rem !important;
}

.col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
}

.mb-8, .my-8 {
    margin-bottom: 5rem !important;
}