.teamDetailSlider {
    width: 100% !important;
    margin-bottom: 100px !important;
}
.teamDetailText_outer {
    margin-bottom: 140px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.teamDetailText {
    width: 60% !important;
    padding: 0 !important;
    display: flex;
    align-items: flex-start;
    justify-content:space-between;
    color: #1B230D;
    font-family: 'Neue Haas Grotesk Display Pro Light';
    font-size: 14px;
    letter-spacing: 0.1px;
    line-height: 23px;
}
.teamDetailText .tdt_details {
    width: 37%;
}
.teamDetailText .tdt_text {
    width: 61%;
}
.teamDetailText .tdt_details p {
    margin-top: 0;
    margin-bottom: 3px;
}
.teamDetailText .tdt_details p strong {
    font-family: 'NeueHaasGroteskText Pro Md';
}

.teamMember_quiver {
    margin-bottom: 140px;
}
.teamMember_quiver .block_popularModels > h5 {
    color: #1B230D;
    font-family: 'NeueHaasGroteskText Pro Md';
    font-size: 24px;
    letter-spacing: 2.06px;
    line-height: 29px;
    text-align: center;
}