.n-product-facts {
  background: #f7f0e4;
  padding: 80px 0 88px;
  margin-top: 70px
}
.n-product-facts__title {
  font-size: 24px;
  line-height: 1.54;
  margin-bottom: 34px
}
@media screen and (max-width:1023px) {
  .n-product-facts {
    padding: 57px 0;
    margin-top: 82px
  }
  .n-product-facts__title {
    font-size: 18px;
    line-height: 1.44;
    margin-bottom: 15px
  }
}
.n-product-facts__subtitle {
  margin-bottom: 40px
}
.n-product-facts__grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3,1fr);
  gap: 32px
}
.n-product-fact__image {
  border-radius: 16px;
  aspect-ratio: 410/247;
  width: 100%;
  height: auto;
  overflow: hidden
}
@media screen and (max-width:1023px) {
  .n-product-facts__subtitle {
    margin-bottom: 82px
  }
  .n-product-facts__grid {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2,1fr);
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
    row-gap: 64px
  }
  .n-product-fact__image {
    aspect-ratio: 167/95
  }
}
@media screen and (max-width:767px) {
  .n-product-facts {
    margin-top: 68px;
    padding: 37px 0 58px
  }
  .n-product-facts__subtitle {
    font-size: 25px;
    line-height: 1.32;
    margin-bottom: 85px
  }
  .n-product-facts__grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 40px
  }
  .n-product-fact__image {
    aspect-ratio: 85/48
  }
}
.n-product-fact__image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover
}
.n-product-fact__title {
  margin: 20px 0;
  font-size: 22px;
  line-height: 1.54
}
@media screen and (max-width:1023px) {
  .n-product-fact__title {
    margin: 25px 0
  }
}
.n-product-fact__description {
  font-size: 18px;
  line-height: 1.55
}
@media screen and (max-width:767px) {
  .n-product-fact__title {
    font-size: 18px;
    line-height: 1.55;
    margin: 22px 0
  }
  .n-product-fact__description {
    font-size: 16px;
    line-height: 1.625
  }
}