#bellow-nav {
    overflow-y: visible;
  }
  .eps-section .row {
    gap: 40px;
  }
  .eps-section .col {
    max-width: calc(50% - 20px);
  }
  /* Sticky Logic */
  .eps-section .sticky-col {
    position: -webkit-sticky;
    position: sticky;
    top: 40px;
    align-self: flex-start;
  }

  /* Content Boxes */
  .eps-section .content-box {
    background: white;
    padding: 30px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    border: 1px solid #f0f0f0;
    margin-bottom: 25px;
    border-radius: 10px;
  }
  .eps-hero .row {
    gap: 40px;
  }
  .eps-hero .col {
    max-width: calc(50% - 20px);
  }

  .eps-hero-slide img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
  }

  /* Comparison Table */
  .eps-comparison-table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 30px;
    background: white;
  }
  .eps-comparison-table th,
  .eps-comparison-table td {
    padding: 20px;
    border: 1px solid #eee;
    text-align: left;
    vertical-align: top;
  }
  .eps-comparison-table th {
    background-color: #5fa88d;
    color: white;
    font-size: 1.5rem;
  }
  .eps-comparison-table ul {
    list-style: none;
    padding: 0;
  }
  .eps-comparison-table li {
    margin-bottom: 10px;
    padding-left: 20px;
    position: relative;
  }
  .eps-comparison-table li::before {
    content: "✔";
    position: absolute;
    left: 0;
    color: #5fa88d;
  }

  /* Lists */
  .eps-check-list {
    list-style: none;
    padding: 0;
  }
  .eps-check-list li {
    margin-bottom: 15px;
    padding-left: 30px;
    position: relative;
    line-height: 1.4;
  }
  .eps-check-list li::before {
    content: "→";
    position: absolute;
    left: 0;
    color: #5fa88d;
    font-weight: bold;
  }
  .eps-section .deployment-images {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 20px;
  }
  .eps-section .deployment-images > img {
    width: calc(50% - 10px);
    height: auto;
    object-fit: contain;
  }
.use-type-image-group img{
width: calc(50%  - 5px)}
  @media only screen and (max-width: 695px) {
    .eps-section.sticky-col {
      position: relative;
    }
    .eps-hero .row {
      flex-direction: column-reverse;
    }
    .eps-hero .col {
      max-width: 100%;
    }
    .eps-section .col {
      max-width: 100%;
    }
    #bellow-nav {
    overflow-y: hidden;
  }
  }