.meet-our-team {
  position: relative;
  width: 100%;
  padding: 3.75rem 6.25rem 10.6875rem 6.25rem;
}

.meet-our-team .heading-1 {
  margin-top: 0.5rem;
}
.meet-our-team .wrapper-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: -1px;
  left: 0;
}
.meet-our-team__content {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: space-between;
}

.meet-our-team__img {
  width: 42.15rem;
  height: 31.865rem;
  padding: 0.75rem;
  background: #fff;
  box-shadow: 0px 3.848px 3.848px 0px rgba(0, 0, 0, 0.12);
  margin: 1.63rem 2rem;
}

.meet-our-team__text-wrapper {
  width: 37.25rem;
  margin-top: 5rem;
}

.meet-our-team__text {
  margin-top: 2rem;
}
.meet-our-team__text > * {
  color: var(--text-body-75, rgba(46, 46, 46, 0.75));
  font-family: 'Big Shoulders';
  font-size: 2rem;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
}

.meet-our-team__content .top-of-the-loop {
  width: 10.5625rem;
  transform: rotate(-12.858deg);
  height: auto;
  position: absolute;
  bottom: -2.25rem;
  right: 1.25rem;
}

@media screen and (max-width: 639.98px) {
	.meet-our-team__text > * {
		font-size: 1.75rem; 
		letter-spacing: -0.0175rem;
	}
  .meet-our-team {
    padding: 2.5rem 1.25rem 4.6875rem;
  }

  .meet-our-team .heading-1 {
    margin: 0.25rem 0 1rem;
  }
  .meet-our-team__content {
    flex-direction: column;
  }

  .meet-our-team__img {
    width: 100%;
    height: 16.02025rem;
    padding: 0.37706rem;
    box-shadow: 0px 1.935px 1.935px 0px rgba(0, 0, 0, 0.12);
    margin: 1.5rem 0 0;
  }

  .meet-our-team__text-wrapper {
    width: 100%;
    margin-top: 0;
  }
  .meet-our-team__text {
    font-size: 1.75rem;
    margin-top: 1.5rem;
  }

  .meet-our-team__content.content-1 .top-of-the-loop {
    margin-top: 0.75rem;
  }

  .meet-our-team__content .top-of-the-loop {
    display: none;
  }
}
