.our-team-hero-component {
  background-color: var(--black-color-2);
  position: relative;
}

.our-team-hero-wrapper {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex: 1;
  display: flex;
}

.our-team-hero-content {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.small-title {
  color: var(--primary-color);
  letter-spacing: 0.295rem;
  text-transform: uppercase;
  font-family: Playfair Display, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.712rem;
}

h1 {
  color: #fff;
}

.team-big-title {
  font-size: 29rem;
  line-height: 21.9rem;
  color: rgba(194, 182, 151, .1);
  font-family: "Playfair Display", sans-serif;
  position: absolute;
  bottom: 0;
  left:-3%;
}

.content {
  color: #fff;
  padding-top: 25px;
  padding-bottom: 30px;
}

.our-team-hero-image {
  flex: 0 75%;
  margin-right: -100px;
}

@media (min-width: 1200px) {
  .our-team-hero-image {
    flex-basis: 60%;
  }
}
