/* Extracted from inline WordPress/Elementor CSS. */
.filialy-intro{
  width:100%;
  padding:42px 16px;
  background:#fff5cf;
  font-family:Arial,sans-serif;
  box-sizing:border-box;
}

.filialy-intro__wrap{
  max-width:1100px;
  margin:0 auto;
  background:#ffffff;
  border-radius:24px;
  padding:34px;
  box-shadow:0 12px 34px rgba(0,0,0,0.06);
  border-left:6px solid #0ab7c9;
}

.filialy-intro h1{
  margin:0 0 18px;
  font-size:36px;
  line-height:1.2;
  color:#111827;
}

.filialy-intro p{
  margin:0 0 16px;
  font-size:18px;
  line-height:1.65;
  color:#334155;
}

.filialy-intro p:last-child{
  margin-bottom:0;
}

@media(max-width:768px){
  .filialy-intro{
    padding:28px 12px;
  }

  .filialy-intro__wrap{
    padding:24px 18px;
    border-radius:18px;
  }

  .filialy-intro h1{
    font-size:28px;
  }

  .filialy-intro p{
    font-size:16px;
    line-height:1.55;
  }
}