.product_container {
  display: flex;
  flex-direction: column;
  position: relative;
  padding: 5rem;
}

.product_container p {
  margin-bottom: 0;
  color: #008385;
  font-size: 1.75rem;
}

.product_container h1 {
  margin: 0 0 5px 0;
  font-size: 3.5rem;
}

.product-heading-text-line-div {
  margin-left: 0%;
}

.product_wrapper {
  display: flex;
  justify-content: space-around;
  gap: 40px;
  height: fit-content;
  max-width: 90vw;
  margin: 80px 0%;
}

.product {
  display: flex;
  background-color: #ededed;
  width: 50%;
  height: auto;
  border-top: 15px solid #008385;
}

.product_img {
  display: flex;
  align-items: center;
  margin: 20px;
}

.product_img img {
  height: 100px;
  width: 100px;
}

.product_content {
  margin: 10px 0 20px 0;
}

.product_content h1 {
  font-size: 39px;
  margin-bottom: 0;
  overflow: hidden;
}

.product_content p {
  margin-top: 10px;
  font-size: 20px;
  color: black;
  width: 90%;
}

#learn_more {
  position: relative;
  top: 1rem;
  font-size: 1.5rem;
  text-decoration: none;
  color: #008385;
}

#learn_more:hover {
  color: black;
  text-shadow: 0 0 2px white;
}

/* line code */
.line {
  margin: 10px auto;
  display: flex;
  flex-direction: row;
}

.line .l1 {
  width: 45px;
  height: 2px;
  background-color: #008385;
  margin-top: 2px;
}

.line .l2 {
  width: 8px;
  height: 2px;
  background-color: #008385;
  margin-top: 2px;
  margin-left: 2px;
}

.line .l3 {
  width: 10px;
  height: 2px;
  background-color: #008385;
  margin-top: 2px;
  margin-left: 2px;
}

/* end here */

.product_mainstarch {
  display: flex;
  background-color: #ededed;
  width: 46%;
  height: auto;
  border-top: 15px solid #008385;
  margin-left: 25%;
}

@media (min-width: 768px) and (max-width: 1024px) {
  .product {
    display: flex;
    background-color: #ededed;
    width: 90%;
    height: fit-content;
    border-top: 15px solid rgb(0, 131, 133);
  }

  .product_container {
    top: 5vh;
    padding: 1rem;
    margin-left: 0;
  }

  .product_container p {
    font-size: 1.75rem;
  }

  .product_container h1 {
    font-size: 3.5rem;
  }

  .product-heading-text-line-div {
    margin-left: 5%;
  }

  .product_wrapper {
    display: flex;
    gap: 40px;
    height: fit-content;
    max-width: 100%;
    margin: 5% 0%;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .product_content h1 {
    font-size: 39px;
  }

  .product_content p {
    font-size: 16.25px;
  }

  .product_mainstarch {
    display: flex;
    background-color: #ededed;
    width: 90%;
    height: fit-content;
    border-top: 15px solid rgb(0, 131, 133);
    margin-left: 5%;
  }
}

@media (max-width: 767px) {
  .product {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: #ededed;
    width: 90%;
    height: fit-content;
    border-top: 15px solid rgb(0, 131, 133);
  }

  .product_content {
    margin: 15px;
  }

  .product_container {
    top: 0px;
    padding: 0rem;
    margin-left: 0;
    margin-bottom: 10px;
  }

  .product_container p {
    font-size: 1.75rem;
  }

  .product_container h1 {
    font-size: 3.5rem;
  }

  .product-heading-text-line-div {
    margin-left: 5%;
  }

  .product_wrapper {
    display: flex;
    gap: 40px;
    height: fit-content;
    max-width: 100%;
    margin: 5% 0%;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .product_content{
    height: 280px;
  }

  .product_content h1 {
    font-size: 39px;
  }

  .product_content p {
    font-size: 16.25px;
  }

  .product_mainstarch {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: #ededed;
    width: 90%;
    height: fit-content;
    border-top: 15px solid rgb(0, 131, 133);
    margin-left: 5%;
  }
}
