.sekce-6-item {
  position: relative;
}
.sekce-6-item span {
  font-size: 36px;
  color: #FFFFFF;
  font-weight: 700;
  display: block;
}
.sekce-6-item .content {
  position: relative;
  text-align: center;
}
.sekce-6-A .sekce-6-item span {
  margin-bottom: 40px;
}
.sekce-6-A .sekce-6-item .content {
  padding: 132px 0;
}
.sekce-6-B .bg:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(265deg,rgba(238, 230, 222, 0.7) 0%, rgba(238, 230, 222, 1) 87%);
}
.sekce-6-B .sekce-6-item span {
  margin-bottom: 0;
}
.sekce-6-B .sekce-6-item .content {
  padding: 132px 0;
}

@media (max-width: 991px) {
  .sekce-6-item span {
    font-size: 30px;
    margin-bottom: 30px !important;
    text-align: center;
    max-width: none !important;
  }
  .sekce-6-item .content {
    padding: 120px 0 !important;
  }
  .sekce-6-B span::before {
    margin: auto;
  }
}

/*# sourceMappingURL=sekce-6.css.map */
.sekce-6-B span {
  font-size: 44px;
  color: #000;
  font-family: 'Bungee', sans-serif;
  max-width: 535px;
}
.sekce-6-B span::before {
  content: "";
  width: 60px;
  margin-bottom: 35px;
  height: 2px;
  background-color: #7F7E7E;
  display: block;
}
.sekce-6-B img {
  border: solid 10px #fff;
  border-radius: 15px;
  max-height: 335px;
  object-fit: contain;
}
.sekce-6-B {
  position: relative;
}
.sekce-6-B::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 80px;
  background-image: url("/template/img/sekce-6/zuby-top.svg");
  background-repeat: no-repeat;
  background-size: cover;
  top: 0;
  left: 0;
  z-index: 9;
}
.sekce-6-B::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 80px;
  background-image: url("/template/img/sekce-6/zuby-top.svg");
  background-repeat: no-repeat;
  background-size: cover;
  bottom: 0;
  left: 0;
  z-index: 9;
  transform: scaleY(1) rotate(180deg);
}

@media (max-width: 575px) {
  .sekce-6-B .sekce-6-item span {
    font-size: 30px !important;
  }
}