.sekce-14 {
  padding-top: 80px;
  padding-bottom: 40px;
  background-color: #fff;
  position: relative;
}
.sekce-14 .row {
  margin-left: -20px;
  margin-right: -20px;
}
.sekce-14 .col-lg-6, .sekce-14 .col-6 {
  padding: 0 20px;
}
.sekce-14 h2 {
  color: #000;
  font-size: 44px;
  margin-bottom: 80px;
  font-weight: 500;
}
.sekce-14-item {
  margin-bottom: 40px;
}
.sekce-14-item .image {
  margin-bottom: 40px;
  height: 400px;
  display: block;
  position: relative;
  border-radius: 15px;
  overflow: hidden;
}
.sekce-14-item .image:hover .bg {
  filter: brightness(0.7);
}
.sekce-14-item .content h4 {
  font-size: 30px;
  margin-bottom: 40px;
  color: #000;
  font-weight: 500;
}
.sekce-14-item .content h2 {
  font-size: 30px;
  margin-bottom: 0;
  color: #000;
  font-weight: 500;
}
.sekce-14-item .content p {
  color: #7F7E7E;
  font-size: 18px;
  line-height: 35px;
  margin-bottom: 30px;
}
.sekce-14-item .content span {
  display: inline-block;
  font-size: 16px;
  color: #696969;
}
.sekce-14-item .content span i {
  color: #239CD7;
  margin-right: 10px;
}
.sekce-14-B .sekce-14-item .content {
  background-color: #FFFFFF;
  padding: 40px 27px;
  border-radius: 15px;
}

/*# sourceMappingURL=sekce-14.css.map */
.sekce-14::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 80px;
  background-image: url("/template/img/sekce-14/zuby-white.svg");
  background-repeat: no-repeat;
  background-size: cover;
  top: -80px;
  left: 0;
}
.sekce-14 .spec img {
  display: inline-block;
  line-height: 35px;
  margin-right: 10px;
}
.sekce-14 .spec p {
  display: inline-block;
  margin-bottom: 0;
  line-height: 35px;
}
.sekce-14 .spec {
  margin-bottom: 5px;
}
.sekce-14 .btn-my {
  margin-top: 35px;
}
@media (max-width: 575px) {
  .sekce-14 h2 {
    font-size: 30px !important;
    margin-bottom: 40px !important;
  }
  .sekce-14-item .content h4 {
    font-size: 26px !important;
  }
}
.subpage .sekce-14::after {
  display: none;
}