/*Custom functions*/
.technologie-nabidka .description {
  padding-left: 6rem;
  color: #878D96;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 400;
}

.technologie-image-section img, .technologie-image-section svg {
  width: 100%;
  height: auto;
  max-height: 56rem;
  -o-object-fit: cover;
     object-fit: cover;
}

.technology-tech-data h2 {
  max-width: 272px;
}
.technology-tech-data .description {
  color: #878D96;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 400;
  padding: 24px 0;
}

.technology-konkurence .h2 {
  max-width: 272px;
  padding-bottom: 5.9rem;
}
.technology-konkurence .product-image {
  width: var(--100p);
  max-height: 400px;
  margin-bottom: 10rem;
  position: relative;
}
.technology-konkurence .product-image img, .technology-konkurence .product-image svg {
  height: 400px;
  width: var(--100p);
}
.technology-konkurence .product-image .attached-info {
  font-size: 36px;
  font-style: normal;
  font-weight: 500;
  line-height: 44px;
  color: #fff;
  padding: 30px 22px;
  background-color: var(--red);
  border-radius: 8px;
  position: absolute;
  left: 16px;
  bottom: -5rem;
}
.technology-konkurence .product-description {
  color: #878D96;
  font-size: 16px;
  line-height: 1.5;
  padding-top: 16px;
  padding-bottom: 16px;
}/*# sourceMappingURL=pro-vyrobce.css.map */