.our-team {
  background: #000;
  height: 585px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  position: relative;
}
.our-team .viewport-wrapper {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.our-team .team-gallery-elements {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.our-team .team-gallery-elements .team-gallery-item {
  position: absolute;
}
.our-team .team-gallery-elements .team-gallery-item .team-gallery-item__inner {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
}
.our-team .team-gallery-elements .team-gallery-item .team-gallery-item__inner img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: relative;
  z-index: -1;
}
.our-team .team-gallery-elements .team-gallery-item.team-gallery-item--1 {
  width: 32%;
  height: 100%;
  left: 0;
  top: 0;
}
@media (max-width: 767px) {
  .our-team .team-gallery-elements .team-gallery-item.team-gallery-item--1 {
    width: 50%;
    height: 310px;
    top: 0;
    left: 0;
  }
}
.our-team .team-gallery-elements .team-gallery-item.team-gallery-item--1 .team-gallery-item__inner:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(69.77%, rgba(0, 0, 0, 0.6)));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 69.77%);
}
.our-team .team-gallery-elements .team-gallery-item.team-gallery-item--2 {
  width: 32%;
  height: 100%;
  left: 32%;
  top: 0;
}
@media (max-width: 767px) {
  .our-team .team-gallery-elements .team-gallery-item.team-gallery-item--2 {
    width: 50%;
    height: 310px;
    left: 50%;
    top: 0;
    right: 0;
  }
}
.our-team .team-gallery-elements .team-gallery-item.team-gallery-item--2 .team-gallery-item__inner:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(40.45%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.6)));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 40.45%, rgba(0, 0, 0, 0.6) 100%);
}
.our-team .team-gallery-elements .team-gallery-item.team-gallery-item--3 {
  width: 18%;
  height: 50%;
  left: 64%;
  top: 0;
}
@media (max-width: 767px) {
  .our-team .team-gallery-elements .team-gallery-item.team-gallery-item--3 {
    display: none;
  }
}
.our-team .team-gallery-elements .team-gallery-item.team-gallery-item--4 {
  width: 18%;
  height: 50%;
  left: 82%;
  top: 0;
}
@media (max-width: 767px) {
  .our-team .team-gallery-elements .team-gallery-item.team-gallery-item--4 {
    display: none;
  }
}
.our-team .team-gallery-elements .team-gallery-item.team-gallery-item--5 {
  width: 36%;
  top: 50%;
  left: 64%;
  height: 50%;
}
@media (max-width: 767px) {
  .our-team .team-gallery-elements .team-gallery-item.team-gallery-item--5 {
    height: 275px;
    left: 0;
    right: 0;
    top: 310px;
    bottom: 0;
    width: 100%;
  }
  .our-team .team-gallery-elements .team-gallery-item.team-gallery-item--5 .team-gallery-item__inner {
    position: relative;
    z-index: 1;
  }
  .our-team .team-gallery-elements .team-gallery-item.team-gallery-item--5 .team-gallery-item__inner:before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    z-index: 3;
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.6)), to(rgba(0, 0, 0, 0.6)));
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.6) 100%);
  }
  .our-team .team-gallery-elements .team-gallery-item.team-gallery-item--5 .team-gallery-item__inner img {
    display: block;
    position: relative;
    z-index: 2;
  }
}
.our-team:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.our-team .wrapper {
  position: relative;
  z-index: 3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding-bottom: 90px;
}
@media (max-width: 767px) {
  .our-team .wrapper {
    padding-bottom: 50px;
  }
}
.our-team .wrapper .gallery-contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
  color: #FFF;
  max-width: 434px;
}
@media (max-width: 767px) {
  .our-team .wrapper .gallery-contents h2.heading.fz-48 {
    font-size: 32px;
    line-height: 40px;
  }
}
@media (max-width: 767px) {
  .our-team .wrapper .button-container a.link-as-bttn {
    width: 275px;
  }
}