.sekce-6-item {
  position: relative;
}
.sekce-6-item p {
  color: #696969;
  font-size: 18px;
  margin-bottom: 20px;
}
.sekce-6-item span {
  font-size: 50px;
  color: #222;
  font-weight: 700;
  display: block;
  margin-bottom: 30px;
}
.sekce-6-item .time {
  display: block;
  position: relative;
  font-size: 14px;
  color: #26A300;
  font-weight: 700;
  padding-left: 21px;
  margin-bottom: 30px;
}
.sekce-6-B .btn-my {
  font-size: 18px;
}
.sekce-6-item .time::before {
  width: 11px;
  height: 11px;
  content: "";
  transform: translate(-0%, -50%);
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 0;
  background-color: #26A300;
}
.sekce-6-item span::before {
  content: "";
  width: 60px;
  height: 3px;
  background-color: #2F66AC;
  display: block;
  margin-bottom: 10px !important;
}
.sekce-6-item .content {
  position: relative;
  text-align: left;
}
.sekce-6-A .sekce-6-item span {
  margin-bottom: 40px;
}
.sekce-6-A .sekce-6-item .content {
  padding: 125px 0;
}
.sekce-6-B .bg:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  background-image: linear-gradient(to right, #fff 15%, rgba(35, 156, 215, 0) 100%);
}
.sekce-6-B .sekce-6-item .content {
  padding: 117px 0;
}

@media (max-width: 991px) {
  .sekce-6-item span {
    font-size: 30px;
    margin-bottom: 30px !important;
  }
  .sekce-6-item .content {
    padding: 60px 0 !important;
  }
}

/*# sourceMappingURL=sekce-6.css.map */
@media (max-width: 575px) {
  .sekce-6-B .bg {
    background-position: 75% 50% !important;
  }
}
@media (max-width: 767px) {
  .sekce-6-B .bg {
    background-position: 65% 50%;
  }
  .sekce-6-B .bg:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 1;
    background-image: linear-gradient(to right, #fff 15%, rgba(255, 255, 255, 0.5) 100%);
  }
}