.teamListing .imageWrapper {
  aspect-ratio: 1.4;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  border-radius: 20px 20px 0 0;
}
.teamListing .contentWrapper {
  background-color: var(--dark);
  gap: 15px;
  padding: 20px 30px;
  border-radius: 0 0 20px 20px;
  text-align: center;
  justify-content: center;
  align-items: center;
}
.teamListing .contentWrapper .name * {
  font-size: 30px;
  color: var(--light);
  font-family: var(--headings);
}
.teamListing .contentWrapper .position * {
  font-size: 18px;
  color: var(--light);
  font-family: var(--headings);
  font-style: italic;
  font-weight: bold;
  line-height: 24px;
  min-height: 2lh;
}
.teamListing .contentWrapper .elementor-button-link {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
  width: auto;
  padding: 15px 1.5rem;
  border: 2px solid;
  border-radius: 50px;
  font-family: var(--text);
  line-height: 1;
  font-weight: 600;
  text-transform: capitalize;
  transition: var(--ease);
  font-size: 18px;
  background-color: var(--primary);
  border-color: var(--primary);
}
.teamListing .contentWrapper .btnGroup {
  justify-content: center;
  margin-top: 0;
  margin-bottom: -40px;
}
.teamListing .contentWrapper .elementor-button-content-wrapper {
  gap: 12px;
}
.teamListing .contentWrapper .elementor-button-content-wrapper svg {
  width: 15px;
}
@media (max-width: 767px) {
  .teamListing .draggable {
    overflow: hidden;
  }
}
.jet-popup__close-button {
  background: var(--primary) !important;
  padding: 25px;
  width: auto !important;
  height: auto !important;
  border-radius: 100px !important;
  top: -20px !important;
  right: -20px !important;
}
.popupWrapper {
  padding: 30px;
  display: flex;
  flex-direction: row;
  gap: 50px;
}
.popupWrapper .imageWrapper {
  border-radius: 20px;
  background-size: cover;
  background-position: center;
}
.popupWrapper .contentWrapper {
  gap: 10px;
}
.popupWrapper .contentWrapper .name * {
  font-size: 40px;
  font-weight: bold;
  color: var(--dark);
  line-height: 40px;
  font-family: var(--headings);
}
.popupWrapper .contentWrapper .position * {
  font-size: 30px;
  font-family: var(--headings);
  font-weight: bold;
  color: var(--dark);
  line-height: 40px;
}
.popupWrapper .contentWrapper .specialist * {
  font-size: 25px;
  font-style: italic;
  color: var(--primary);
  font-weight: bold;
}
