.team-section {
    margin-top: 6rem;
    margin-bottom: 6rem;
}

.team-section .team-item {
    box-shadow: 1px 1px 6px -1px #bfbfbf;
    margin-bottom: 2rem;
    border-radius: 10px;
    overflow: hidden;
}

.team-section .team-item .team-item-image {
    height: 250px;
}

.team-section .team-item .team-item-image img {
    width: 100%;
    max-height: 100%;
    padding: 2rem;
    pointer-events: none;
}

.team-item-text {
    display: flex;
    flex-direction: column;
    padding: 1.5rem 1rem 1rem;
    gap: .5rem;
    background-color: whitesmoke;
}

.team-item-text .team-item-name {
    font-size: 1.4rem;
    font-weight: 600;
    color: #030f56;
}

span.team-item-position {
    font-weight: 600;
    color: #8f8f8f;
}

span.team-item-quote {
    font-size: .8rem;
}