.woow-moisturizer {
  font-family: 'Segoe UI', sans-serif;
  padding: 20px;
  max-width: 1200px;
  margin: auto;
}
.woow-moisturizer h1 {
  text-align: center;
  margin: 20px 0;
  color: #006400;
}
.woow-moisturizer .section {
  flex-wrap: wrap;
  margin: 40px auto;
  gap: 20px;
  align-items: center;
  max-width: 800px;
    margin: 0 auto;
}
.woow-moisturizer .section img{
height: 300px;
object-fit: contain;
}
.woow-moisturizer .section .text{
    max-width: 800px;
    margin: 0 auto;
}
.woow-moisturizer .text,
.woow-moisturizer .image {
  flex: 1 1 300px;
}
.woow-moisturizer .text h2 {
  color: #2e8b57;
  margin-bottom: 10px;
}
.woow-moisturizer .text p {
  margin-bottom: 10px;
  line-height: 1.6;
}
.woow-moisturizer .image img {
  width: 100%;
  border-radius: 10px;
}
.woow-moisturizer .features {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
    max-width: 800px;
    margin: 0 auto;
  justify-content: center;
  gap: 20px;
}
.woow-moisturizer .feature-card {
  background: #f0fff0;
  border: 1px solid #cfcfcf;
  padding: 20px;
  border-radius: 10px;
  width: 250px;
  text-align: center;
}
.woow-moisturizer .feature-card i {
  font-size: 24px;
  color: #2e8b57;
  margin-bottom: 10px;
}
@media (max-width: 768px) {
  .woow-moisturizer .section {
    flex-direction: column;
  }
}

.text li{
    margin-bottom: 10px;
    font-size: 17px;
    line-height: 1.6;
}