span.arow-new.lenbhh {
    font-size: 18px;
    position: relative;
       top: -5px;
}
     .lenses-slider-section {
      text-align: center;
      background: #1A1D2D;
      color: #fff;
      padding: 20px;
      /* padding: 64px 0px; */
      padding-bottom: 75px;
  }
        .lenses-slider-section h2 {
          font-size: 32px;
          margin-bottom: 10px;
        }



        .slider-container {
          display: flex;
          transition: transform 0.5s ease;
        }

        .slide {
          flex: 0 0 100%;
          display: flex;
          justify-content: center;
        }

.lens-card {
    display: flex
;
    align-items: center;
    justify-content: space-between;
    padding-left: 15px;
  padding-right: 15px;
    background: #16202a;
    border-radius: 0;
    border: 1px solid #4F4F5E;
    width: auto;
    height: auto;
}
.lens-text h3 {
    font-size: 26px;
    font-weight: 500;
    margin-bottom: -10px;
}.button {
         background: orange; */
    color: #000;
    padding: 14px 16px;
    border-radius: 5px;
    text-decoration: none;
    display: inline-block;
margin-top: 10px;
        }



        button.prev, button.next {
          position: absolute;
          top: 50%;
          transform: translateY(-50%);
          background: none;
          border: none;
          color: #ffa500;
          font-size: 24px;
          cursor: pointer;
        }

        button.prev {
          left: 10px;
        }

        button.next {
          right: 10px;
        }


.slider-wrapper {
    position: relative;
    overflow: hidden;
    max-width: 1739px;
    margin: auto;
}
  .lens-grid {
      display: grid
  ;
      grid-template-columns: repeat(2, 1fr);
      gap: 20px;
      max-width: 1200px;
      margin: auto;
  }
.lens-text {
  
    text-align: left;
   
}
  .lenses-slider-section p {
      font-size: 16px;
      margin-bottom: 5px;
  }

  .lens-image {
      width: 100%;
      object-fit: cover;
      height: auto;
  }
  a.button.lens {
      background: transparent;
      color: #E2AE19;
      padding: 14px 13px;
  }


  p.lens-slide-hea {
      margin-bottom: 34px;
  }


  span.svg-wrapper.arr{
      display: inline-flex
  ;
      justify-content: center;
      align-items: center;
      width: 20px;
      height: 20px;
      position: relative;
      left: -4px;
      top: -2px;
  }
  button.prev.arra {
      position: absolute;
      top: 46%;
      transform: scale(1.5);
      background: none;
      border: 1px solid #E2AE19;
      /* border: none; */
      border-radius: 51%;
      color: #E2AE19;
      font-size: 24px;
      cursor: pointer;
  }


  button.next.arra {
      position: absolute;
      top: 46%;
      transform: scale(1.5);
      background: none;
      border: 1px solid #E2AE19;
      /* border: none; */
      border-radius: 51%;
      color: #E2AE19;
      font-size: 24px;
      cursor: pointer;
  }


.lens-text {
    text-align: left;
    position: relative;
    top: -10px;
}
.lens-image {
    object-fit: cover;
    height: auto;
    width: 100%;
    height: 256px;
    position: relative;
    left: 17px;
    overflow: hidden;
}
.lens-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
}
.lens-text {
    text-align: left;
    position: relative;
    top: -10px;
    width: 86%;
}













