main {
  overflow-x: hidden;
}

.management_team {
  background: url("../placeholders/o_nas/bg-o-nas.png");
  height: 100vh;
  display: flex;
  justify-content: center;
  flex-direction: column;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}
.management_team .gradient {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  background: transparent linear-gradient(180deg, #1B222E80 0%, #03081280 100%) 0% 0% no-repeat padding-box;
}
.management_team .title {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 70px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 100px;
}
.management_team .outline-text {
  font-size: 16rem;
  color: transparent;
  -webkit-text-stroke: 1px #ffffff;
  opacity: 0.4;
  font-weight: bold;
  position: absolute;
  bottom: 0;
  line-height: 0.7;
  transform: translateY(40%);
}

.team .single > div {
  z-index: 1;
}
.team .single img {
  z-index: 90;
}
.team .single .gradient {
  position: relative;
}
.team .single .gradient:before {
  content: "";
  position: absolute;
  height: 20%;
  width: 40%;
  background: #d62f03;
  background: linear-gradient(90deg, #d62f03 0%, #330352 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#d62f03", endColorstr="#330352", GradientType=1);
  z-index: -1;
}
.team .single .gradient {
  position: relative;
}
.team .single .gradient:before {
  bottom: -15px;
  right: -15px;
}

section {
  padding: 250px 0 100px;
}
section .title {
  font-size: 70px;
  font-weight: bold;
  line-height: 143px;
  border-bottom: solid 2px #ffffff;
  margin-bottom: 75px;
}

@media all and (max-width: 1280px) {
  section .title {
    font-size: 44px;
  }
}
@media all and (max-width: 980px) {
  .management_team {
    padding-top: 40%;
  }
  .management_team .outline-text {
    font-size: 7rem;
  }
}
@media all and (max-width: 768px) {
  .management_team {
    padding-top: 40%;
  }
  .management_team .outline-text {
    font-size: 6rem;
  }

  section {
    padding: 120px 0 80px;
  }
  section .big-title {
    transform: translateY(25%);
    top: 100vw;
    left: 10px;
    font-size: 70px;
    z-index: 10;
  }
  section .title {
    margin-top: 30px;
    line-height: 100px;
    font-size: 50px;
  }

  .management_team {
    padding-top: 100%;
  }

  .team .single img {
    width: 100%;
  }
  .team .single:nth-child(odd) > div:nth-child(2) {
    padding-top: 60px;
    padding-left: 15px;
  }
  .team .single:nth-child(even) > div:nth-child(2) {
    padding-top: 60px;
    padding-left: 15px;
  }
}
@media all and (max-width: 480px) {
  .management_team .title {
    font-size: 3rem;
    line-height: 1.1;
  }
  .management_team .outline-text {
    display: none;
  }
}

/*# sourceMappingURL=team_zarzadzajacy.css.map */
