/* SECTION HEADLINE */
.moba-headline .qodef-st-title,
.moba-headline .qodef-st-title * {
  font-family: 'Inter', sans-serif !important;
  font-size: 44px !important;
  line-height: 1.2 !important;
  font-weight: 500 !important;
  letter-spacing: 0 !important;
  text-transform: none !important;
  text-align: center !important;
}

.moba-headline .qodef-st-inner {
  max-width: 900px;
  margin: 0 auto !important;
}
.moba-headline .qodef-st-inner {
  max-width: 1100px !important;
  margin: 0 auto;
}
.moba-headline h1,
.moba-headline h1 span {
  font-family: 'Inter', sans-serif !important;
  font-size: 44px !important;
  line-height: 1.2 !important;
  font-weight: 500 !important;
  letter-spacing: 0 !important;
  text-transform: none !important;
}

/* SUBHEAD / COLUMN TITLE */
.moba-subhead .qodef-st-title,
.moba-subhead .qodef-st-title * {
  font-family: 'Inter', sans-serif !important;
  font-size: 20px !important;
  line-height: 1.4 !important;
  font-weight: 500 !important;
  text-align: left !important;
  color: #2b2b2b;
}

/* BOTTOM LINE (supporting text under subhead) */
.moba-subhead .qodef-st-text,
.moba-subhead .qodef-st-text * {
  font-family: 'Inter', sans-serif !important;
  font-size: 16px !important;
  line-height: 1.6 !important;
  font-weight: 400 !important;
  text-align: left !important;
  color: #7a7a7a;
  margin-top: 8px !important;
}

/* CONTAINER */
.moba-subhead .qodef-st-inner {
  max-width: 700px !important;
  margin: 0 auto;
}

.moba-subhead h2,
.moba-subhead h2 span {
  font-family: 'Inter', sans-serif !important;
  font-size: 22px !important;
  line-height: 1.4 !important;
  font-weight: 500 !important;
}

.moba-subhead h3,
.moba-subhead h3 span {
  font-family: 'Inter', sans-serif !important;
  font-size: 16px !important;
  line-height: 1.6 !important;
  font-weight: 400 !important;
}


.moba-subhead .qodef-st-text,
.moba-subhead .qodef-st-text span {
  font-family: 'Inter', sans-serif !important;
  font-size: 16px !important;
  line-height: 1.5 !important;
  font-weight: 400 !important;
  letter-spacing: 0 !important;
  text-transform: none !important;
}
/* BODY TEXT */
.moba-body {
  font-family: 'Inter', sans-serif !important;
  font-size: 15px !important;
  line-height: 1.5 !important;
  font-weight: 400 !important;
  letter-spacing: 0 !important;
  text-transform: none !important;
}

/* OPTIONAL: WIDER VERSION FOR LONG HEADLINES */
.moba-headline-wide {
  max-width: 1100px;
}

/* OPTIONAL: LEFT-ALIGNED HEADLINE */
.moba-headline-left {
  text-align: left !important;
  margin: 0 !important;
}

.moba-fullheight-row .qodef-portfolio-full-screen-slider-holder {
  height: 100vh !important;
  min-height: 100vh !important;
}
.moba-portfolio-slider .qodef-pli-image {
  height: 85vh !important;
  overflow: hidden !important;
}

.moba-portfolio-slider .qodef-pli-image img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  display: block !important;
}

@media (max-width: 1024px) {
  .moba-portfolio-slider .qodef-pli-image {
    height: 65vh !important;
  }
}

@media (max-width: 680px) {
  .moba-portfolio-slider .qodef-pli-image {
    height: 50vh !important;
  }
}

