/** Shopify CDN: Minification failed

Line 104:0 Expected "}" to go with "{"

**/
.b-image {
  display: flex;
  justify-content: center;
  width: 100%;
  max-width: 100%;
  height: auto;
  padding: 0 30px;
}
.anwer-content_wrapper p {
  font-size: 20px;
  margin: 0;
}
.heading h4 {
  font-size: 32px;
  display: flex;
  justify-content: center;
  font-weight: 300;
  color: #545558;
  margin-bottom: 16px;
}
.category-wrapper.flex.flex-column {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 auto;
  background: #f7f9fc;
  border-radius: 10px;
  opacity: 1;
  padding: 30px 46px;
}
.category--content {
  display: flex;
  flex-direction: column;
  align-items: baseline;
  max-width: 48%;
}
.question_wrapper.category__list {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
  padding-bottom: 13px;
}
.your_eyes-conainer img {
  object-fit: contain;
}
@media screen and (min-width: 750px) {
  .category-wrapper.flex.flex-column {
    transform: translateY(-50px);
    max-width: 105rem;
  }
}
@media screen and (max-width: 750px) {
  .category-wrapper.flex.flex-column {
    flex-direction: column;
    align-items: baseline;
  }
  .your_eyes-conainer img {
    width: auto;
    height: auto;
  }
  .heading h4 {
    font-size: 24px;
  }
  .category--content {
    max-width: 100%;
  }
  .anwer-content_wrapper div {
    font-size: 16px !important;
    width: 65% !important;
    line-height: 20px !important;
  }
  .b-image {
    padding: 0;
  }
  .category-wrapper.flex.flex-column {
    padding: 20px 15px;
  }
  .question_title svg {
    width: 34px !important;
    height: 34px !important;
  }
  .anwer-content_wrapper p {
    font-size: 14px;
  }
  .question_wrapper.category__list {
    gap: 14px;
    padding-bottom: 10px;
  }
  .category--content:first-child .question_wrapper.category__list:last-child{
   padding-bottom:27px;
 }
  .question_wrapper:first-child{
    padding-bottom:22px;
  }
  .category-wrapper.flex.flex-column{
    border-radius:0px;
  }
