/* Блок 6 «Возможности распознавания паспорта» */
/*
xs  < 576px — базовые стили
sm  ≥ 576px
md  ≥ 768px
lg  ≥ 992px
xl  ≥ 1200px
xxl ≥ 1400px
*/

.recognition-capabilities-section {
}

.recognition-capabilities-block-wrapper {
  padding: 0.75rem;
}

.recognition-capabilities-block {
  margin-bottom: 40px;
  padding: 36px;
  background: #fff;
  border: 1px solid #c9cfce;
  box-shadow: 3.28058px 3.28058px 0 #c9cfce;
  border-radius: 12px;

  .row {
    max-height: 475px;
    overflow: scroll;
  }

  .green-bullet li {
    font-size: 16px;
  }
}

/* ========================================
   (≥ 576px)
   ======================================== */
@media only screen and (min-width: 576px) {

}

/* ========================================
   (≥ 768px)
   ======================================== */
@media only screen and (min-width: 768px) {
  .recognition-capabilities-block-wrapper {
  }
}

/* ========================================
   (≥ 992px)
   ======================================== */
@media only screen and (min-width: 992px) {
  .recognition-capabilities-section {
  }

  .recognition-capabilities-block {
    margin-bottom: 40px;
    padding: 36px;
    background: #fff;
    border: 1px solid #c9cfce;
    box-shadow: 3.28058px 3.28058px 0 #c9cfce;
    border-radius: 12px;

    .row {
      max-height: none;
      overflow: auto;
    }
  }
}

/* ========================================
   (≥ 1200px)
   ======================================== */
@media only screen and (min-width: 1200px) {

}

/* ========================================
   (≥ 1400px)
   ======================================== */
@media only screen and (min-width: 1400px) {

}
