.obrazekztekstem-block {
  
display: flex;
align-items: center;
gap: 60px;
align-self: stretch;
padding: 120px 0px 120px;
flex-direction: column;
}

.obrazekztekstem-block .obrazekztekstem-item{    
    flex: 0 0 calc(100%);
    display: flex ;
    max-width: 1240px;
    margin: 0px;
    
display: flex;
align-items: flex-start;
gap: 60px;
align-self: stretch; 
position: relative;
overflow: hidden;
}
.obrazekztekstem-block .obrazekztekstem-item > div { 
    flex: 0 0 50%;
}
.obrazekztekstem-block .obrazekztekstem-item > .imageWrapper {

  gap: 28px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.obrazekztekstem-block .obrazekztekstem-item > .content{    
    flex: 0 0 calc(50% - 60px );
    display: flex;
    flex-direction: column; 
    justify-content: space-evenly;
}

.obrazekztekstem-block   .slogan{     
  display: flex;
  flex-direction: column; 
  justify-content: space-evenly;
  text-align: center;
}
.bgDark .obrazekztekstem-block     .slogan p { 
  color: var(--Color-Gray-Gray-700, #4F4F4F);
   font-size: 18px;
   font-family: Poppins;
   font-weight: 400;
   line-height: 25px;
   word-wrap: break-word;
   margin: 0px auto;
   position: relative;
}
.obrazekztekstem-block   .slogan p { 
  color: var(--Color-Gray-Gray-700, #4F4F4F);
   font-size: 18px;
   font-family: Poppins;
   font-weight: 400;
   line-height: 25px;
   word-wrap: break-word;
   margin: 0px auto;
   position: relative;
}
.obrazekztekstem-block    .slogan h1 { 
  color: #0A0A0A;
   font-size: 48px;
   font-family: Poppins;
   font-weight: 300;
   line-height: 48px;
   word-wrap: break-word;
  position: relative;
} 
.obrazekztekstem-block .content p { 
  
  margin: 0px;
}
.obrazekztekstem-block .content ul { 
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
    flex: 1 0 0; 
    padding-left: 0px;
    margin: 0px;
}
.obrazekztekstem-block  .faq-item {
  display: flex;
padding: 28px;
align-items: center;
gap: 20px;
align-self: stretch;
border-radius: 14px;
border: 1px solid var(--Color-Blue-Blue-50, #E6EBEE);
background: #F0F3F5;
transition: all 1s ease;
}
.obrazekztekstem-block .faq-item .anwser.active {
  flex-direction: column;
    gap: 12px;
}
.faqTrigger { 
  color: var(--Color-Base-Black, #000);
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 40px;
  margin-top: 0px;
  margin-bottom: 0px;
  position: relative;
}
.faqTrigger::after {
  content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="17" height="11" viewBox="0 0 17 11" fill="none"><path d="M16.495 5.64927C16.7683 5.3759 16.7683 4.93269 16.495 4.65932L12.0402 0.204549C11.7668 -0.0688176 11.3236 -0.0688176 11.0503 0.204549C10.7769 0.477917 10.7769 0.921132 11.0503 1.1945L15.01 5.1543L11.0503 9.11409C10.7769 9.38746 10.7769 9.83068 11.0503 10.104C11.3236 10.3774 11.7668 10.3774 12.0402 10.104L16.495 5.64927ZM0 5.1543V5.8543H16V5.1543V4.4543H0V5.1543Z" fill="%23063856"/></svg>');
  display: flex;
  width: 40px;
  height: 40px;
  right: 0px;
  top: 0px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  aspect-ratio: 1/1;border-radius: 8px;
  border: 1px solid var(--Color-Blue-Blue-200, #B4C3CC);
  position: absolute; 
  fill: #1C1C1C;
}
.faqTrigger.active::after { 
  content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="17" height="11" viewBox="0 0 17 11" fill="none"><path d="M16.495 5.64927C16.7683 5.3759 16.7683 4.93269 16.495 4.65932L12.0402 0.204549C11.7668 -0.0688176 11.3236 -0.0688176 11.0503 0.204549C10.7769 0.477917 10.7769 0.921132 11.0503 1.1945L15.01 5.1543L11.0503 9.11409C10.7769 9.38746 10.7769 9.83068 11.0503 10.104C11.3236 10.3774 11.7668 10.3774 12.0402 10.104L16.495 5.64927ZM0 5.1543V5.8543H16V5.1543V4.4543H0V5.1543Z" fill="%23063856"/></svg>');

  TRANSFORM: rotate(270deg); 
}
.faqTrigger.active { 
  color: var(--Color-Base-Black, #000);
font-family: Poppins;
font-size: 16px;
font-style: normal;
font-weight: 600; 
}   
  .faq-item .icon  img {
  max-width: 100%;
} 
 .faq-item .content{    
  flex: 0 1 100%;
  display: flex; 
  flex-direction: column;
  justify-content: space-between; 
  width: 100%;
}
.faq-item.active .content {
  
  gap: 28px;
}
.faq-item.active {
  border-radius: 14px;
border: 1px solid var(--Color-Blue-Blue-50, #E6EBEE);
background: var(--Color-Base-White, #FFF);
}
.faq-item .anwser {
  max-height: 0;
  overflow: hidden;
  transition: all 0.5s ease-out;
  opacity: 0;
  display: none;
}
.faq-item .anwser.active {
  max-height: 1000px; /* Dostosuj maksymalną wysokość do potrzeb */  
  transition: all 0.5s ease-in;
  opacity: 1;
  display: flex;
   
}



@media screen and (max-width: 479px) {
  .faqTrigger { 
      line-height: 26px; 
      width: calc(100% - 28px);
  }
  .faq-block { 
      margin: 50px auto 0;
  }
  .faqTrigger::after {
      
  right: -37px;
  }
  .faq-block .faq-item .content { 
      padding: 10px 16px;
      width: calc(100% - 32px);
  }
  .faq-block .faq-item { 
      flex: 0 0 calc(100%); ; 
      flex-direction: column;
      align-items: flex-start;
      text-align: left;
      max-width: calc(100% - 60px);
      margin: auto;
  }
}

.bgDark  .obrazekztekstem-block .obrazekztekstem-item .content .slogan h1::after { 
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="190" height="7" viewBox="0 0 190 7" fill="none"><path d="M5 3.25L0 0.863249V6.63675L5 4.25V3.25ZM185 4.25L190 6.63675V0.863249L185 3.25V4.25ZM5.9375 3.75V4.25H9.89583V3.75V3.25H5.9375V3.75ZM13.8542 3.75V4.25H17.8125V3.75V3.25H13.8542V3.75ZM21.7708 3.75V4.25H25.7292V3.75V3.25H21.7708V3.75ZM29.6875 3.75V4.25H33.6458V3.75V3.25H29.6875V3.75ZM37.6042 3.75V4.25H41.5625V3.75V3.25H37.6042V3.75ZM45.5208 3.75V4.25H49.4792V3.75V3.25H45.5208V3.75ZM53.4375 3.75V4.25H57.3958V3.75V3.25H53.4375V3.75ZM61.3542 3.75V4.25H65.3125V3.75V3.25H61.3542V3.75ZM69.2708 3.75V4.25H73.2292V3.75V3.25H69.2708V3.75ZM77.1875 3.75V4.25H81.1458V3.75V3.25H77.1875V3.75ZM85.1042 3.75V4.25H89.0625V3.75V3.25H85.1042V3.75ZM93.0208 3.75V4.25H96.9792V3.75V3.25H93.0208V3.75ZM100.938 3.75V4.25H104.896V3.75V3.25H100.938V3.75ZM108.854 3.75V4.25H112.813V3.75V3.25H108.854V3.75ZM116.771 3.75V4.25H120.729V3.75V3.25H116.771V3.75ZM124.688 3.75V4.25H128.646V3.75V3.25H124.688V3.75ZM132.604 3.75V4.25H136.563V3.75V3.25H132.604V3.75ZM140.521 3.75V4.25H144.479V3.75V3.25H140.521V3.75ZM148.438 3.75V4.25H152.396V3.75V3.25H148.438V3.75ZM156.354 3.75V4.25H160.312V3.75V3.25H156.354V3.75ZM164.271 3.75V4.25H168.229V3.75V3.25H164.271V3.75ZM172.187 3.75V4.25H176.146V3.75V3.25H172.187V3.75ZM180.104 3.75V4.25H184.062V3.75V3.25H180.104V3.75Z" fill="%23FFF01A"/></svg>');}

.bgDark  .obrazekztekstem-block .obrazekztekstem-item .content .slogan h1 {
    color: var(--Color-Base-White, #FFF);
    leading-trim: both;
    text-edge: cap;
    font-family: Tomorrow;
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
} 
.obrazekztekstem-block .obrazekztekstem-item .content .opis {
    color: var(--Color-Base-Black, #090D08);
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%; /* 25.2px */
    margin-top: 0px;
}
.obrazekztekstem-block .obrazekztekstem-item .content .opis2 {
    color: var(--Color-Base-Black, #090D08);
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 24px */
    margin-top: 0px;
}
.bgDark .obrazekztekstem-block .obrazekztekstem-item .content .opis2 {
    color: var(--Color-Base-White, #FFF);
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 24px */
    margin-top: 0px;
}

.bgDark .obrazekztekstem-block .obrazekztekstem-item .content .opis {
    color: var(--Color-Base-Cool-Surface, #D8F2D9);
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%; /* 25.2px */
    letter-spacing: 0.36px;
    margin-top: 0px;
}

.obrazekztekstem-block .obrazekztekstem-item .cutCorners {
    /* opcjonalnie własne wymiary/ratio */
    /* aspect-ratio: 16/9; */
    position: relative;
  }
  
  .obrazekztekstem-block .obrazekztekstem-item .cutCorners picture,
  .obrazekztekstem-block .obrazekztekstem-item .cutCorners img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover; /* wypełnij cały obszar */
    min-height: 400px;
  }
  .obrazekztekstem-block .obrazekztekstem-item .slogan {
    padding-bottom: 20px;
  }
  .obrazekztekstem-block .obrazekztekstem-item  .cutCorners img {
    --cut: 62px;
    clip-path: polygon(
      var(--cut) 0,
      100% 0,
      100% calc(100% - var(--cut)),
      calc(100% - var(--cut)) 100%,
      0 100%,
      0 var(--cut)
    );
    /* opcjonalnie „ramka” jak na screenie: */
    /* filter: drop-shadow(0 0 0 2px #2196f3); */
    /* -webkit-clip-path: polygon(...) ;  // tylko jeśli celujesz w bardzo stare Safari */
  }

  @media (max-width: 781px) {
    .obrazekztekstem-block {
  
        display: flex;
        align-items: center;
        gap: 30px;
        align-self: stretch;
        padding: 60px 16px 60px;
        }
    .home main .obrazekztekstem-block:first-of-type {
        padding-top: 100px; 
    }
    .obrazekztekstem-block .slogan h1 {

font-size: 32px;
margin-top: 0px;
margin-bottom: 0px;
    }
    .obrazekztekstem-block .slogan p {

font-size: 16px;
    }
    .obrazekztekstem-block .obrazekztekstem-item {
        flex-direction: column;
        margin: auto;
        max-width: calc(100% - 40px);
        gap: 24px;
    }
    .obrazekztekstem-block .obrazekztekstem-item  .cutCorners img {
        --cut: 30px;
        clip-path: polygon(
          var(--cut) 0,
          100% 0,
          100% calc(100% - var(--cut)),
          calc(100% - var(--cut)) 100%,
          0 100%,
          0 var(--cut)
        );
        /* opcjonalnie „ramka” jak na screenie: */
        /* filter: drop-shadow(0 0 0 2px #2196f3); */
        /* -webkit-clip-path: polygon(...) ;  // tylko jeśli celujesz w bardzo stare Safari */
      }
  .obrazekztekstem-block .obrazekztekstem-item .slogan h1 {
    color: var(--Color-Base-White, #FFF);
    leading-trim: both;
    text-edge: cap;
    font-family: Tomorrow;
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
  }
  .obrazekztekstem-block .obrazekztekstem-item .slogan p{
    color: var(--Color-Base-Volt-Yellow, #FFF01A);
    leading-trim: both;
    text-edge: cap;
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
  }
  .obrazekztekstem-block .obrazekztekstem-item .opis {
    color: var(--Color-Base-Cool-Surface, #D8F2D9);
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%; /* 25.2px */
    letter-spacing: 0.36px;
  }
  .obrazekztekstem-block .obrazekztekstem-item .opis2 {
    color: var(--Color-Base-White, #FFF);
font-family: Inter;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 150%; /* 24px */
  }
  
.bgDark  .obrazekztekstem-block .obrazekztekstem-item .content .slogan h1 {
   
    font-size: 30px; 
} 
.bgDark .obrazekztekstem-block .obrazekztekstem-item { 
    max-width: calc(100% - 0px); 
}
  
      
  .obrazekztekstem-block .obrazekztekstem-item .cutCorners picture,
  .obrazekztekstem-block .obrazekztekstem-item .cutCorners img { 
    min-height: 275px;
  }
  .obrazekztekstem-block .obrazekztekstem-item > div {
    flex: 0 0 50%;
    max-width: 100%;
}
.obrazekztekstem-block .obrazekztekstem-item .imageWrapper img {
    max-width: 100%;
    height: auto;
}
  }