/* Team Van section — all rules are intentionally scoped to .ovar-team. */
.ovar-team .be-container {
    padding-inline: 0px;
}
.ovar-team {
  padding: 24px 0 96px;
  background: #ffffff;
  color: var(--be-plum, #501f3a);
}

.ovar-team .ovar-team__head {
  --be-grid-gutter-x: 28px;
  --be-grid-gutter-y: 10px;
  align-items: flex-end;
  margin-bottom: 34px;
}

.ovar-team .ovar-team__heading {
  margin: 0;
  color: var(--be-plum, #501f3a);
  font-family: var(--be-font-heading, "Outfit", Arial, sans-serif);
  font-size: 44px;
  font-weight: 700;
  line-height: 1.1;
}

.ovar-team .ovar-team__heading-accent {
  color: transparent;
  background: linear-gradient(90deg, #fa8a5a 0%, #f84c4c 100%);
  background-clip: text;
  -webkit-background-clip: text;
}

.ovar-team .ovar-team__intro {
    margin: 5px 0 0;
    color: var(--be-plum, #501f3a);
    font-size: 18px;
    font-weight: 300;
    line-height: 1.4;
}

.ovar-team .ovar-team__contact-wrap {
  margin-left: auto;
  text-align: right;
}

.ovar-team .ovar-team__contact-wrap--mobile {
  display: none;
}

.ovar-team .ovar-team__contact {
    display: inline-block;
    color: #8f2c4b;
    font-size: 15px;
    line-height: 1.3;
    text-decoration: underline;
    text-decoration-thickness: 1px;
    text-underline-offset: 3px;
    font-weight: 300;
}

.ovar-team .ovar-team__contact:hover {
  color: var(--be-coral, #fa8758);
}

.ovar-team .ovar-team__grid {
  --be-grid-gutter-x: 22px;
  --be-grid-gutter-y: 28px;
}

.ovar-team .ovar-team__card {
  height: 100%;
  overflow: hidden;
  background: #ffffff;
  border-radius: 22px;
  box-shadow: 0 5px 5px rgba(61, 31, 48, 0.09);
}

.ovar-team .ovar-team__photo {
  display: block;
  width: 100%;
  height: auto;
}

.ovar-team .ovar-team__body {
  padding: 22px 22px 24px;
}

.ovar-team .ovar-team__name {
  margin: 0;
  color: var(--be-coral, #fa8758);
  font-family: var(--be-font-heading, "Outfit", Arial, sans-serif);
  font-size: 22px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1.1;
}

.ovar-team .ovar-team__role {
  margin: 3px 0 0;
  color: #501f3a;
  font-size: 15px;
  line-height: 1.3;
}

.ovar-team .ovar-team__divider {
  height: 1px;
  margin: 16px 0 15px;
  background: rgba(80, 31, 58, 0.13);
}

.ovar-team .ovar-team__description {
  margin: 0;
  color: #501f3a;
  font-size: 14px;
  line-height: 1.65;
}

@media (min-width: 1281px) {
  .ovar-team .ovar-team__title-col {
    flex: 0 0 auto;
    width: 75%;
  }

  .ovar-team .ovar-team__contact-wrap {
    flex: 0 0 auto;
    width: 25%;
  }

  .ovar-team .ovar-team__column {
    flex: 0 0 auto;
    width: 25%;
  }
}

@media (max-width: 1200px) and (min-width: 1025px) {
.ovar-team .ovar-team__heading {
    font-size: 38px;
}
}

@media (min-width: 1025px) and (max-width: 1280px) {
  .ovar-team .ovar-team__title-col {
    flex: 0 0 auto;
    width: 75%;
  }

  .ovar-team .ovar-team__contact-wrap {
    flex: 0 0 auto;
    width: 25%;
  }

  .ovar-team .ovar-team__column {
    flex: 0 0 auto;
    width: 33.333333%;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  .ovar-team .ovar-team__column {
    flex: 0 0 auto;
    width: 50%;
  }
  .ovar-team .ovar-team__heading {
    font-size: 36px;
}
}

@media (max-width: 1200px) {
  .ovar-team {
    padding-bottom: 80px;
  }

  .ovar-team .ovar-team__grid {
    --be-grid-gutter-x: 18px;
    --be-grid-gutter-y: 22px;
  }

  .ovar-team .ovar-team__body {
    padding: 18px 18px 21px;
  }

  .ovar-team .ovar-team__description {
    font-size: 14px;
  }
}

@media (max-width: 905px) {
  .ovar-team {
    padding-top: 8px;
  }

  .ovar-team .ovar-team__head {
    margin-bottom: 28px;
  }

  .ovar-team .ovar-team__contact-wrap {
    margin-left: 0;
    text-align: left;
  }
}

@media (max-width: 767px) {
  .ovar-team .ovar-team__head > .ovar-team__contact-wrap {
    display: none;
  }

  .ovar-team .ovar-team__contact-wrap--mobile {
    display: block;
    margin-top: 28px;
    margin-left: 0;
    text-align: left;
  }

  .ovar-team .ovar-team__column {
    flex: 0 0 auto;
    width: 100%;
  }
  .ovar-team .ovar-team__heading {
    font-size: 32px;
}
}

@media (max-width: 640px) {
  .ovar-team {
    padding-bottom: 64px;
  }

  .ovar-team .ovar-team__intro {
    font-size: 16px;
  }

  .ovar-team .ovar-team__grid {
    --be-grid-gutter-y: 22px;
  }

  .ovar-team .ovar-team__body {
    padding: 20px 20px 23px;
  }

  .ovar-team .ovar-team__description {
    font-size: 14px;
  }
}




/* Grid Responsive start*/


    .ovar-team .be-container {
        width: min(calc(100% - 160px), var(--be-container));
        padding-inline: 0 !important;
    }

@media (max-width: 1500px) and (min-width: 1201px) {
    .ovar-team .be-container {
        width: min(calc(100% - 160px), var(--be-container));
        padding-inline: 0 !important;
    }
}


@media (max-width: 1410px) and (min-width: 768px) {
    .ovar-team .card-row {
        width: 108% !important;
    }
}


@media (max-width: 1200px) and (min-width: 1025px) {
    .ovar-team .be-container {
        width: min(calc(100% - 120px), var(--be-container));
        padding-inline: 0 !important;
    }
}


@media (max-width: 1024px) and (min-width: 768px) {
    .ovar-team .be-container {
        width: min(calc(100% - 80px), var(--be-container));
        padding-inline: 0 !important;
    }
}

/* Grid Responsive end*/
