.elementor-661 .elementor-element.elementor-element-fc28661{--display:flex;--min-height:80vh;--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;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--flex-wrap:nowrap;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0em;--padding-bottom:050em;--padding-left:0em;--padding-right:0em;}.elementor-661 .elementor-element.elementor-element-fc28661:not(.elementor-motion-effects-element-type-background), .elementor-661 .elementor-element.elementor-element-fc28661 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#000000;}.elementor-widget-image .widget-image-caption{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-661 .elementor-element.elementor-element-3f7b94d{padding:70px 0px 070px 0px;text-align:center;}.elementor-661 .elementor-element.elementor-element-3f7b94d .elementor-heading-title{font-family:"Arial", Sans-serif;font-size:32px;font-weight:600;color:#FFFFFF;}.elementor-widget-image-gallery .gallery-item .gallery-caption{font-family:var( --e-global-typography-accent-font-family ), Sans-serif;font-weight:var( --e-global-typography-accent-font-weight );}.elementor-661 .elementor-element.elementor-element-32aa6ef.elementor-element{--align-self:center;--flex-grow:1;--flex-shrink:0;}.elementor-661 .elementor-element.elementor-element-32aa6ef .gallery-item .gallery-caption{text-align:center;color:#FFFFFF;font-family:"Roboto", Sans-serif;font-size:22px;font-weight:500;line-height:21px;letter-spacing:-0.5px;text-shadow:0px 0px 10px rgba(0,0,0,0.3);margin-block-start:4px;}@media(max-width:767px){.elementor-661 .elementor-element.elementor-element-fc28661{--width:100%;--min-height:27vh;--align-items:center;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );}.elementor-661 .elementor-element.elementor-element-5c4264d{margin:-33px -33px calc(var(--kit-widget-spacing, 0px) + -48px) -33px;padding:-25px -25px -25px -25px;}.elementor-661 .elementor-element.elementor-element-3f7b94d .elementor-heading-title{font-size:25px;}}@media(min-width:768px){.elementor-661 .elementor-element.elementor-element-fc28661{--width:100%;}}/* Start custom CSS for image-gallery, class: .elementor-element-32aa6ef *//* Meet the Team - 5 on top, 6 on bottom, Circular Portrait Grid */
.gallery {
  display: grid;
  grid-template-columns: repeat(30, 1fr);
  row-gap: 80px;
  column-gap: 0;
  max-width: 1200px;
  margin: 0 auto;
  padding: 40px 20px;
  justify-items: center;
}
/* Top row: 5 items, each spans 6 of 30 cols */
.gallery .gallery-item:nth-child(-n+5) {
  grid-column: span 6;
}
/* Bottom row: 6 items, each spans 5 of 30 cols */
.gallery .gallery-item:nth-child(n+6) {
  grid-column: span 5;
}
.gallery .gallery-item {
  text-align: center;
  margin: 0 !important;
}
.gallery .gallery-icon {
  width: 160px;
  height: 160px;
  margin: 0 auto;
  border-radius: 50%;
  overflow: hidden;
  transition: box-shadow 0.3s ease;
}
.gallery .gallery-icon:hover {
  box-shadow: 0 0 20px 5px rgba(255, 255, 255, 0.6);
}
.gallery .gallery-icon img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
  border-radius: 0;
}
.gallery-item {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.gallery-item .gallery-caption {
  text-align: center !important;
  white-space: pre-line;
  margin-top: 10px;
  font-size: 14px;
  width: 160px;
}
@media (max-width: 768px) {
  .gallery {
    grid-template-columns: repeat(2, 1fr);
    row-gap: 40px;
    column-gap: 30px;
    max-width: 400px;
  }
  .gallery .gallery-item:nth-child(-n+5),
  .gallery .gallery-item:nth-child(n+6) {
    grid-column: auto;
  }
  .gallery .gallery-icon {
    width: 130px;
    height: 130px;
  }
}/* End custom CSS */