* {
  overflow-x: hidden;
}
body {
  margin: 0;
  padding: 0;
}

.products-slide {
  margin-top: 80px;
  background-image: url(./assets/slider/product-slider.webp);
  height: 400px;
}
.product-header {
  text-align: center;
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
  height: auto;
}

.product-header h2 {
  padding-top: 30px;
}

.body-container {
  width: 100%;
  display: flex;
  flex-direction: column;
  text-align: center;
}
.main-description p {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 40%;
}

.flex-container-focus {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 70%;
}
.flex-container-focus-dc {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 70%;
}

.flex-container-1 a {
  text-decoration: none;
  color: #000000;
}

.flex-container-2 {
  display: flex;
  flex-direction: row;
  /* padding: 5px 10%; */
}
.flex-container-2 a {
  text-decoration: none;
  color: #000000;
}
.flex-container-3 {
  display: flex;
  flex-direction: row;
}

.flex-container-3 a {
  text-decoration: none;
  color: #000000;
}
.flex-item {
  text-align: center;
}

.flex-item img {
  height: 300px;
}

.flex-item-2 {
  background-color: rgba(255, 255, 255, 0.8);

  font-size: 18px;
  text-align: center;
}

.flex-item-2 img {
  height: 150px;
}

.flex-item-3 {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 75%;
}

.flex-item-3 img {
  height: 150px;
}

@media screen and (max-width: 768px) {
  .products-slide {
    height: 300px;
    background-position: center;
    margin-top: 80px;
  }

  .products-slide img {
    max-width: 900px;
  }
  .product-header {
    text-align: justify;
    width: 90%;
  }

  .product-header h1 {
    text-align: center;
  }

  .product-header h2 {
    padding-top: 10px;
  }

  .body-container {
    width: 100%;
    display: flex;
    flex-direction: column;
    text-align: center;
  }

  .flex-container-1 {
    display: flex;
    flex-direction: column;
    width: 100%;
    padding: 10px 5px;
  }

  .flex-container-2 {
    display: flex;
    flex-direction: column;
  }

  .flex-container-3 {
    display: flex;
    flex-direction: column;
  }

  .flex-item {
    text-align: center;
  }

  .flex-item img {
    height: 300px;
  }

  .flex-item-2 {
    background-color: rgba(255, 255, 255, 0.8);

    font-size: 18px;
    text-align: center;
  }

  .flex-item-2 img {
    height: 150px;
  }
  .flex-item-3 {
    background-color: rgba(255, 255, 255, 0.8);
    width: 100%;
    font-size: 18px;
    text-align: center;
  }

  .flex-item-3 img {
    height: 150px;
  }
  .main-description {
    width: 90%;
    margin: auto;
  }

  .main-description p {
    width: 100%;
  }
}
