.oferty, .offer {
  font-weight: 200;
  font-family: "Inter", sans-serif;
}
.oferty .page-header H2, .offer .page-header H2 {
  font-weight: 600;
  font-size: clamp(1rem, 1rem + 0.8333vw, 2rem);
  margin-top: 1rem;
}
.oferty .item-content, .offer .item-content {
  flex-grow: 1;
  position: relative;
  padding-bottom: 60px;
}
.oferty .item-content strong, .offer .item-content strong {
  font-weight: 300;
}
.oferty .item-content .readmore, .offer .item-content .readmore {
  position: absolute;
  bottom: 0px;
}
.oferty .btn-secondary, .offer .btn-secondary {
  background: rgb(8, 119, 139);
  color: white;
  border-radius: 60px;
}
.oferty .card, .offer .card {
  border: none;
}
.oferty .card h3.card-header, .offer .card h3.card-header {
  color: #01B0CD;
  background: none;
}
.oferty .card LI, .offer .card LI {
  border-bottom: 1px solid rgb(102, 102, 102);
  font-family: "Inter", sans-serif;
  font-size: 18px;
  font-weight: 600;
}
.oferty .card LI a, .offer .card LI a {
  color: rgb(102, 102, 102);
}
.oferty .card LI a.active, .offer .card LI a.active {
  color: #01B0CD;
}
.oferty figure IMG, .offer figure IMG {
  border-radius: 20px;
}
@media (min-width: 1400px) {
  .oferty .com-content-category-blog, .offer .com-content-category-blog {
    padding-left: 200px;
    padding-right: 200px;
  }
}
@media (min-width: 992px) {
  .oferty .left.item-image, .offer .left.item-image {
    width: 100%;
  }
}

.view-category.oferty.has-sidebar-right .container-component, .view-category.offer.has-sidebar-right .container-component {
  grid-column-start: main-start;
  grid-column-end: main-end;
}
.view-category.oferty.has-sidebar-right .container-sidebar-right, .view-category.offer.has-sidebar-right .container-sidebar-right {
  display: none;
}

.com-content-article.oferty.oferta, .com-content-article.oferty.offer {
  text-align: justify;
}
.com-content-article.oferty.oferta h3, .com-content-article.oferty.oferta h4, .com-content-article.oferty.offer h3, .com-content-article.oferty.offer h4 {
  font-weight: 600;
}
.com-content-article.oferty.oferta strong, .com-content-article.oferty.offer strong {
  font-weight: 600;
}
@media (min-width: 1400px) {
  .com-content-article.oferty.oferta, .com-content-article.oferty.offer {
    padding-left: 200px;
  }
}
@media (min-width: 992px) {
  .com-content-article.oferty.oferta .left.item-image, .com-content-article.oferty.offer .left.item-image {
    float: right;
    margin-left: 25px;
    width: 50%;
  }
}

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