
  .odstavec.list{
      padding: 50px 0;
  }

  .odstavec.list .col-md-4{
    @media (min-width: 1400px){
        display: flex;
        align-items: center;
    }
  }

  .odstavec.list .col-md-4 img{
    @media (max-width: 767px){
        display: none;
    }
  }
  .odstavec.list .col-md-8{
    padding-right: 25px;
    @media (max-width: 1200px){
        padding-right: 15px;
    }
}
.odstavec.list h2 {
    margin-bottom: 30px;
  }
  .odstavec.list .container-fluid{
    max-width: 1500px;
  }
  .odstavec.list .box {
    padding: 50px;
    border-radius: 15px;
    background-color: #f4f6fa;
    @media (max-width: 991px){
        padding: 50px 25px;
    }
    @media (max-width: 500px){
        padding: 50px 10px;
    }
    
  }
  
  .odstavec.list ol {
    counter-reset: step-counter;
    list-style: none;
    padding: 0;
    margin: 0;
  }
  
  .odstavec.list ol li {
    counter-increment: step-counter;
    position: relative;
    padding-left: 55px;
    margin-bottom: 25px;
    font-size: 15px;
    line-height: 1.5;
  }

  .odstavec.list ol li strong{
      font-size: 18px;
  }
  
  .odstavec.list ol li::before {
    content: counter(step-counter);
    position: absolute;
    left: 0;
    top: 0;
    width: 35px;
    height: 35px;
    background-color: #F2B825;
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 1rem;
  }
  
  /* ======== Responsive Adjustments ======== */
  @media (max-width: 767.98px) {
    .odstavec.list {
      padding: 25px;
    }
  
    .odstavec.list ol li {
      padding-left: 45px;
      font-size: 0.95rem;
    }
  
    .odstavec.list ol li::before {
      width: 28px;
      height: 28px;
      font-size: 0.9rem;
    }
  
    .odstavec.list .col-md-4 {
      margin-top: 20px;
    }
  }

  .about-images img{
    height: 350px;
    object-fit: cover;
    background-color: #fff;
    padding: 10px;
    box-shadow: 0 0 25px rgba(175, 175, 175, 0.25);
  }

  #slider .owl-item .banner-text h1{
    padding-bottom: 0 !important;
  }

  .dekuji_za_vyplneni_formulare h1{
    padding-bottom: 10px !important;
  }

  .social_networks{
    pointer-events: none;
  }

  .service p, .service h2, .service ul li{
    color: #1e2526 !important;
  } 

  .podstranka:not(.content_homepage):before{
    background-image: none !important;
  }