.elementor-2600 .elementor-element.elementor-element-c9bb5c0{--display:flex;}/* Start custom CSS for thegem-team, class: .elementor-element-43d60c1 */.team-custom-modal .team-full-bio {
    display: block !important;
}
.team-custom-modal .team-full-bio img {
    display: block;
    width: 176px !important;
    height: 208px !important;
    object-fit: cover;
    border-radius: 8px;
    margin: 0;
}
.team-custom-modal__content {
    display: grid;
    grid-template-columns: 176px 1fr;
    column-gap: 24px;
    row-gap: 18px;
    align-items: end;
}
.team-custom-modal__content > .team-full-bio:nth-child(1) {
    grid-column: 1;
    grid-row: 1;
}

.team-custom-modal__content > .team-full-bio:nth-child(2) {
    grid-column: 2;
    grid-row: 1;
    align-self: end;
}

.team-custom-modal__content > .team-full-bio:nth-child(3) {
    grid-column: 1 / span 2;
    grid-row: 2;
}/* End custom CSS */