.category .hero-podstrony .image-container{display:flex;gap:10px;height:225px}.category .hero-podstrony .image-container>*{flex:1}.category .hero-podstrony .image-container .image-wrapper img{-o-object-fit:cover;object-fit:cover;height:100%}.category .hero-podstrony .image-container .image-wrapper:nth-child(1),.category .hero-podstrony .image-container .image-wrapper:nth-child(2),.category .hero-podstrony .image-container .image-wrapper:nth-child(3){opacity:.2}.category .hero-podstrony .image-container .image-wrapper:nth-child(4),.category .hero-podstrony .image-container .image-wrapper:nth-child(5),.category .hero-podstrony .image-container .image-wrapper:nth-child(6){opacity:.8}@media(max-width: 991px){.category .hero-podstrony .image-container .image-wrapper:nth-child(3),.category .hero-podstrony .image-container .image-wrapper:nth-child(6){display:none}}@media(max-width: 767px){.category .hero-podstrony .image-container .image-wrapper:nth-child(5){display:none}}@media(max-width: 499px){.category .hero-podstrony .image-container .image-wrapper:nth-child(4){display:none}}.category .hero-podstrony .absolute{position:absolute;top:0;left:0;width:100%;height:100%}.category .hero-podstrony .absolute .et-container{height:100%;display:flex;flex-direction:column;justify-content:center;gap:40px}@media(max-width: 991px){.category .hero-podstrony .absolute .et-container{gap:30px}}@media(max-width: 499px){.category .hero-podstrony .absolute .et-container{gap:20px}}.category .posts-section{padding:80px 0 100px}@media(max-width: 991px){.category .posts-section{padding:60px 0 80px}}@media(max-width: 767px){.category .posts-section{padding:40px 0 60px}}@media(max-width: 575px){.category .posts-section{padding:40px 0 40px}}.category .posts-section .et-container{width:min(90%,1000px)}.category .posts-section .posts{display:flex;flex-wrap:wrap;gap:50px}@media(max-width: 991px){.category .posts-section .posts{gap:30px}}@media(max-width: 767px){.category .posts-section .posts{flex-direction:column}}@media(max-width: 575px){.category .posts-section .posts{margin-top:30px}}.category .posts-section .posts>*{flex:calc(33% - 33.3333333333px)}@media(max-width: 991px){.category .posts-section .posts>*{flex:calc(33% - 20px)}}.category .posts-section .posts .post a{display:flex;flex-direction:column;gap:30px;text-decoration:none}@media(max-width: 991px){.category .posts-section .posts .post a{gap:25px}}@media(min-width: 500px)and (max-width: 767px){.category .posts-section .posts .post a{flex-direction:row;align-items:center}}@media(max-width: 499px){.category .posts-section .posts .post a{gap:15px}}.category .posts-section .posts .post a:hover .post__heading{-webkit-text-decoration-color:var(--black);text-decoration-color:var(--black)}.category .posts-section .posts .post a:hover .read-more .icon{margin-left:5px}.category .posts-section .posts .post__image{position:relative}@media(min-width: 500px)and (max-width: 767px){.category .posts-section .posts .post__image{width:200px;min-width:200px}}@media(min-width: 500px)and (max-width: 575px){.category .posts-section .posts .post__image{width:180px;min-width:180px}}.category .posts-section .posts .post__image img{aspect-ratio:3/2;-o-object-fit:cover;object-fit:cover}.category .posts-section .posts .post__image :after{position:absolute;content:"";top:0;left:0;width:100%;height:100%;background-color:#b6e397;opacity:.1}.category .posts-section .posts .post__content{display:contents}@media(min-width: 500px)and (max-width: 767px){.category .posts-section .posts .post__content{display:flex;flex-direction:column;gap:20px}}@media(min-width: 500px)and (max-width: 575px){.category .posts-section .posts .post__content{gap:12px}}.category .posts-section .posts .post__heading{text-decoration:underline;-webkit-text-decoration-color:rgba(0,0,0,0);text-decoration-color:rgba(0,0,0,0);transition:.3s ease}.category .posts-section .posts .post .read-more{display:flex;align-items:center;gap:5px}.category .posts-section .posts .post .read-more .icon{transition:.3s ease}.category .posts-section .posts .post .read-more .icon svg{width:12px}.category .posts-section .pagination{margin-top:40px}.category .posts-section .pagination .screen-reader-text{display:none}.category .posts-section .pagination .nav-links{display:flex;gap:10px;justify-content:center;align-items:center}.category .posts-section .pagination .page-numbers{width:30px;height:30px;border:2px solid var(--green);border-radius:50%;display:flex;justify-content:center;align-items:center;text-decoration:none;font-size:16px;line-height:1.5265;color:var(--black);transition:.3s}.category .posts-section .pagination .page-numbers:hover{background-color:var(--green);color:var(--white)}.category .posts-section .pagination .dots{border:none;pointer-events:none}.category .posts-section .pagination .current{background-color:var(--green);color:var(--white)}.category .posts-section .pagination .next,.category .posts-section .pagination .prev{display:none}