.lead {
    font-size: 1.15rem;
    text-align: justify;
    padding-top: 1px;
    padding-left: 10px;
    padding-right: 10px;
}

.container .row {
    scroll-margin-top: 120px;
}

.person-name {
    font-weight: 500;
    font-size: 18px;
    line-height: 26px;
    color: var(--secondary);
}

.person-desg {
    font-size: 16px;
    font-weight: bold;
}

.team__img {
    position: relative;
    overflow: hidden;
    display: flex;
    justify-content: center;
    border-radius: 5px;
}

.team__img img {
    border-radius: 5px!important;
}