.elementor-2489 .elementor-element.elementor-element-d5ea352{--display:flex;}/* Start custom CSS for thegem-team, class: .elementor-element-0a5bd4a */.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 */