/** Shopify CDN: Minification failed

Line 121:0 Unexpected "}"

**/


/* CSS from section stylesheet tags */
.why-kapiva {
  position: relative;
  padding: 60px 20px;
  background-color: #fff;
}

.why-kapiva .container {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

.main-heading {
  text-align: center;
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 80px;
}

.decorative-image {
  position: absolute;
  width: 200px;
  z-index: 0;
}

.left-img {
  left: 50px;
  top: 100px;
}

.right-img {
  right: 50px;
  bottom: 100px;
}

.why-wrapper {
  display: flex;
  flex-direction: column;
  
}

.why-item {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  text-align: left;
  position: relative;
}

.why-item.reverse {
  justify-content: flex-end;
  text-align: right;
}

.why-content {
  max-width: 520px;
}

.why-number {
  font-size: 60px;
  color: #c47a56;
  font-weight: 700;
  margin-bottom: 10px;
}

.why-title {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 12px;
}

.why-desc {
  font-size: 15px;
  color: #333;
  line-height: 1.6;
}

/* Responsive */
@media (max-width: 992px) {

  .why-item,
  .why-item.reverse {
    justify-content: center;
    text-align: center;
  }
  .why-content {
    max-width: 100%;
  }
  .decorative-image {
    display: none;
  }
}

@media (max-width: 600px) {
  .main-heading {
    font-size: 24px;
    margin-bottom: 50px;
  }
  .why-number {
    font-size: 45px;
    margin: unset;
  }
  .eyewear-gallery-section{
  padding: 15px 0 !important;
  }
    .why-kapiva{
      padding:0;
    }
    .eyewear-gallery-section

}