.page {
  padding: 20px;
  padding-top: 100px;
}

.cover {
  width: 100%;
  height: 100vh;
  position: relative;
  margin-bottom: 8px;
}
.cover .cover-image {
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  filter: brightness(90%);
  pointer-events: none !important;
}
.cover .content {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: flex-end;
}
.cover .content .text {
  text-align: center;
  height: -moz-max-content;
  height: max-content;
}
.cover .content .text h1 {
  color: white;
  font-size: 31px;
  margin-bottom: 215px;
  text-transform: uppercase;
}
.cover .content .text .flex {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  margin-top: 15px;
}
.cover .content .text .flex a {
  background: rgba(255, 255, 255, 0.8);
  font-size: 16px;
  color: #1F1F1F;
  padding: 12px 18px;
  border-radius: 25px;
  text-align: center;
  text-transform: uppercase;
  margin-inline: 20px;
  display: inline-block;
  text-decoration: none;
}

.about-product {
  position: relative;
  width: 100%;
  height: auto;
}
.about-product .content {
  padding-block: 60px;
}
.about-product .content img {
  border-radius: 4px;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  margin-top: 35px;
}
.about-product .content .text {
  text-align: left;
}
.about-product .content .text h2 {
  text-transform: uppercase;
  color: #1F1F1F;
  font-size: 15px;
  opacity: 0.8;
  margin-bottom: 25px;
}
.about-product .content .text p {
  color: #1F1F1F;
  font-size: 16px;
}

.our-story {
  position: relative;
  width: 100%;
  height: auto;
  background: rgba(211, 211, 211, 0.226);
  border-radius: 4px;
  overflow: hidden;
}
.our-story .content img {
  border-radius: 4px;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.our-story .content .text {
  text-align: left;
  padding: 40px 20px;
}
.our-story .content .text h2 {
  text-transform: uppercase;
  color: #1F1F1F;
  font-size: 15px;
  opacity: 0.8;
  margin-bottom: 25px;
  margin-top: 45px;
}
.our-story .content .text p {
  color: #1F1F1F;
  font-size: 16px;
}/*# sourceMappingURL=about.css.map */