.elementor-106211 .elementor-element.elementor-element-9cb5944{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-106211 .elementor-element.elementor-element-9cb5944:not(.elementor-motion-effects-element-type-background), .elementor-106211 .elementor-element.elementor-element-9cb5944 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:var( --e-global-color-db6fa9e );}.elementor-106211 .elementor-element.elementor-element-8c81a16{--display:flex;}.elementor-widget-theme-post-content{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-size:var( --e-global-typography-text-font-size );font-weight:var( --e-global-typography-text-font-weight );}@media(max-width:1024px){.elementor-widget-theme-post-content{font-size:var( --e-global-typography-text-font-size );}}@media(max-width:767px){.elementor-widget-theme-post-content{font-size:var( --e-global-typography-text-font-size );}}/* Start custom CSS for container, class: .elementor-element-9cb5944 */.db-card {
  scroll-margin-top: 6rem;
  border: 1px solid hsla(220, 15%, 88%, 1);
  border-radius: 0.75rem;
  background: hsla(0, 0%, 100%, 1);
  padding: 1.5rem;
  color: hsla(213, 50%, 10%, 1);
  margin: 1.5rem 0;
  transition: all 0.3s cubic-bezier(.4, 0, .2, 1);
}

.db-card:hover {
  border-color: hsla(45, 70%, 50%, 0.3);
  box-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
}

.db-text-main {
  font-size: 1.25rem;
}

.db-text-secondary {
  color: hsla(45, 70%, 50%, 1);
}

.db-text-muted {
  color: hsla(213, 20%, 45%, 1);
}

.db-card-layout {
  display: flex;
  align-items: flex-start;
  gap: 2rem;
}

.db-card-media {
  flex-shrink: 0;
}

.db-card-avatar {
  width: 5rem;
  height: 5rem;
  border-radius: 9999px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(15, 23, 42, 0.08);
  color: #0f172a;
}

.db-card-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.db-card-content {
  flex: 1 1 0%;
  min-width: 0;
}

.db-main-heading {
  font-size: 3rem;
  text-align: center;
  font-weight: bold;
  margin-top: 2rem;
}

.db-excerpt {
  text-align: center;
  max-width: 42rem;
  margin: auto auto 2rem;
}

.db-key-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5rem;
  margin: 2rem auto;
}

.db-key-grid > .db-card {
  margin: 0;
}

.db-key-wrap {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
}

.db-key-nr {
  font-size: 1.875rem;
  line-height: 1;
  font-weight: 700;
  color: hsla(45, 70%, 50%, 0.3);
  flex-shrink: 0;
}

.db-key-head {
  margin: 0 0 0.5rem;
  color: hsla(213, 50%, 10%, 1);
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.375;
}

.db-key-text {
  margin: 0;
  color: hsla(213, 20%, 45%, 1);
  font-size: 0.875rem;
  line-height: 1.625;
}

@media (max-width: 640px) {
  .db-card-layout {
    gap: 0.75rem;
  }

  .db-card-avatar {
    width: 4rem;
    height: 4rem;
  }
}

@media (min-width: 768px) {
  .db-key-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 1024px) {
  .db-card {
    padding: 2rem;
  }

  .db-key-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

.db-expert-name {
    line-height: 2;
    margin-top: 0;
    margin-bottom: 0;
    font-weight: bold;
}

.db-expert-position {
    margin-bottom: 0;
    font-size: 90%;
}
.db-expert-org {
    font-size: 80%;
}/* End custom CSS */