* {
    margin: 0;
}

html {
    padding: 5% 15%;
    margin: 0 7%;
    font-family: "Open Sans", sans-serif;
    font-size: 13px;
    line-height: 1.4;
}
body {
    background-color: #fff6cc;
  }

#content {
    display: flex;
    align-items: stretch;
}

.Content h1 {
    font-size: 35px;
    width: 80%;
    height: 30%;
    color: #99582a;
    font-family: "Montserrat";
}

.time li {
    height: 30%;
    width: 80%;
    padding: 0.45em 0.75em 0.45em 0.75em;
    
}

.Content p {
    font-size: 13px;
    width: 80%;
    height: 30%;
}

p {
    display: block;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    unicode-bidi: isolate;
    line-height: 1.4;
}

.imageProduct{
    width: 150%;
    height: auto;
    overflow: hidden;
}

.imageProduct img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
}

.lastImage img {
    width: 100%;
}

.thirdImage img {
    width: 100%;
}

.firstImage img {
    width: 100%;
}

h2{
    text-decoration: underline;
    color: #99582a;
    font-family: "Montserrat";
}

#before {
    display: flex;
}

.ingredients {
    width: 50%;
}

.ingredients li {
    padding: 0.45em 0.75em 0.45em 0.75em;
}

.equiment {
    width: 50%;
}

.equipment li {
    padding: 0.45em 0.75em 0.45em 0.75em;
}

.instruction2 h2 {
    font-size: 25px;
}

.instruction2 li {
    padding: 0.6em 0.75em 0.6em 0.75em;
}

hr {
    border: 0.5px solid #99582a;;
  }

* { box-sizing: border-box; }

@media (max-width: 768px) {
  html { padding: 6% 6%; margin: 0; }
  #content { gap: 16px; }
}

@media (max-width: 400px) {

  html {
    padding: 16px 12px;   
    margin: 0;           
    font-size: 14px;      
    line-height: 1.5;
  }

  body { background-color: #fff6cc; } 

  #content {
    flex-direction: column;
    align-items: stretch;   
    gap: 16px;
  }

  .Content h1 {
    width: 100%;
    height: auto;
    font-size: 26px;
    line-height: 1.2;
  }

  .Content p {
    width: 100%;
    height: auto;
    font-size: 14px;
  }

  .time li {
    width: 100%;
    padding: 0.4em 0.6em;
  }

  .imageProduct {
    width: 100%;     
    height: auto;
    overflow: hidden;
  }
  .imageProduct img {
    width: 100%;
    height: auto;    
    object-fit: cover;
    object-position: center;
    display: block;
  }

  .firstImage img, .thirdImage img, .lastImage img {
    width: 100%;
    height: auto;
  }

  h2 {
    font-size: 20px;
    text-decoration-thickness: 2px;
  }

  #before {
    flex-direction: column;
    gap: 12px;
  }

  .ingredients, .equiment, .equipment {
    width: 100%;
  }

  .ingredients li, .equipment li {
    padding: 0.5em 0.6em;
  }

  .instruction2 h2 { font-size: 20px; }
  .instruction2 li { padding: 0.5em 0.6em; }

  ul, ol { padding-left: 1.1rem; }

  hr {
    border: none;
    height: 2px;
    background: #99582a; 
    margin: 16px 0;
  }
}

  