.page-template-our-team .home-banner {
  background-image: linear-gradient(180deg, #fff 0%, #fff 100%);
}
.page-template-our-team .home-banner:after {
  background-color: #fdf4e0;
  opacity: 1;
  height: 70rem;
  width: 70rem;
  right: -25rem;
  top: -10rem;
}
.page-template-our-team .home-banner .right-banner figure {
  height: 540px;
  margin-top: 0rem;
  margin-right: -10rem;
}
.page-template-our-team .teamCols {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  justify-content: space-between;
}
.page-template-our-team .teamCols .teamWrapper {
  flex-basis: calc(33.333% - 1.5rem);
  text-align: center;
  display: flex;
  flex-direction: column;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 5px 5px 45px 0 rgba(0, 0, 0, 0.07);
}
@media (max-width: 1024px) {
  .page-template-our-team .teamCols .teamWrapper {
    flex-basis: calc(50% - 1.5rem);
  }
}
@media (max-width: 767px) {
  .page-template-our-team .teamCols .teamWrapper {
    flex-basis: 100%;
  }
}
.page-template-our-team .teamCols .teamWrapper figure {
  display: flex;
  height: 275px;
  position: relative;
  background-repeat: no-repeat;
  background-position: center;
}
.page-template-our-team .teamCols .teamWrapper .teamFooter {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 35px 20px;
}
.page-template-our-team .teamCols .teamWrapper .teamFooter p {
  font-size: 14px;
  text-transform: uppercase;
  font-family: var(--text);
  font-weight: bold;
  margin: 0;
}
.page-template-our-team .teamCols .teamWrapper .teamFooter h3 {
  font-size: 28px;
  font-family: var(--headings);
}
.page-template-our-team .teamCols .teamWrapper .teamFooter ul {
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 15px;
  justify-content: center;
}
.page-template-our-team .teamCols .teamWrapper .teamFooter ul a {
  width: 33px;
  background-image: linear-gradient(180deg, #8844B7 0%, #613183 100%);
  border-radius: 100px;
  height: 33px;
  display: flex;
  justify-content: center;
  align-items: center;
}
