#twoDividersPhotoTextLight {
  /*border: 3px solid rgb(5, 189, 112);*/
  position: relative;
  width: 90%;
  margin: 0 auto;
  height: auto;
  /*background-color: rgb(255, 255, 255);*/
  display: flex;
  flex-wrap: wrap; /* Allow items to wrap on smaller screens */
  justify-content: center; /* Center items when wrapping */
  align-items: center;
  /*border-radius: 25px;*/
  /*padding: 10px 10px 10px 10px;*/
}

#photoTextLight {
  /*border: 3px solid rgb(72, 6, 255);*/
  padding: 20px;
  width: 100%; /* Take full width on smaller screens */
  max-width: 350px; /* Restrict maximum size */
  height: auto;
}

#photoTextImg01 {
  border: 5px solid rgb(173, 0, 0);
  /*padding: 20px;*/
  width: 100%; /* Take full width on smaller screens */
  max-width: 350px; /* Restrict maximum size */
  height: auto;
  border-radius: 25px;
  box-shadow:3px 3px 5px 0 rgb(49, 49, 49);
}

#textPhotoLight {
  /*border: 3px solid rgb(29, 4, 170);*/
  max-width: 650px;
  padding-left: 25px;
  padding-right: 5px;
  padding-top: 1px;
  padding-bottom: 1px;
  float: left;
}

#burritoFlavor {
  /*border: 3px solid rgb(29, 4, 170);*/
  width: 285px;
  padding-left: 25px;
  padding-right: 5px;
  padding-top: 1px;
  padding-bottom: 1px;
  float: left;
}

#burritoFlavorImg {
  /*border: 3px solid rgb(10, 170, 4);*/
  width: 100px;
  height: 100px;
  padding-top: 25px;
  padding-right: 5px;
  float: left;
}


#burritoChef {
  /*border: 3px solid rgb(29, 4, 170);*/
  width: 285px;
  padding-left: 25px;
  padding-right: 5px;
  padding-top: 1px;
  padding-bottom: 1px;
  float: left;
}

#burritoChefImg {
  /*border: 3px solid rgb(10, 170, 4);*/
  width: 100px;
  height: 100px;
  padding-top: 25px;
  padding-right: 5px;
  float: left;
}



h1.black-text2 {
    color: black;
    font-size: clamp(1.5rem, 2.5vw, 3rem);
    /*font-weight: normal;*/
    font-weight:900;
}

h1.red-text {
    color: red;
    font-size: max(2.2em, 4.4vw);
}

h1.green-text {
  color:rgb(6, 219, 80);
  font-size: max(2.2em, 4.4vw);
  font-weight: normal;
}

h1.white-text {
  color: rgb(255, 255, 255);
  font-size: max(2.2em, 4.4vw);
}

h2.black-text {
  color: rgb(0, 0, 0);
  font-size: max(1.5em, 3vw);
  font-weight: normal;
}

h2.red-text {
  color: rgb(255, 0, 0);
  font-size: max(1.5em, 3vw);
  font-weight: normal;
}

h2.green-text {
  color: rgb(6, 219, 80);
  font-size: max(1.5em, 3vw);
}

h2.white-text {
  color: rgb(255, 255, 255);
  font-size: max(1.5em, 3vw);
  font-weight: normal;
}

h3.black-text {
  color: rgb(0, 0, 0);
  font-size: max(1em, 2vw);
  font-weight: normal;
}

h3.red-text {
  color: rgb(255, 0, 0);
  font-size: max(1em, 2vw);
  font-weight: normal;
}

h3.gren-text {
  color: rgb(6, 219, 80);
  font-size: max(1em, 2vw);
  font-weight: normal;
}

h3.white-text {
  color: rgb(255, 255, 255);
  font-size: max(1em, 2vw);
  font-weight: normal;
}

h4.black-text {
  color: rgb(0, 0, 0);
  font-size: max(.8em, 1.6vw);
}

h4.red-text {
  color: rgb(255, 0, 0);
  font-size: max(.8em, 1.6vw);
}

h4.green-text {
  color: rgb(6, 219, 80);
  font-size: max(.8em, 1.6vw);
}

h4.white-text {
  color: rgb(255, 255, 255);
  font-size: max(.8em, 1.6vw);
}

h5.white-text {
  color: rgb(255, 255, 255);
  font-size: max(.9em, 1.2vw);
  font-weight: normal;
}

h5.black-text {
  color: rgb(0, 0, 0);
  font-size: clamp(1.1rem, 1vw, 1.2rem);
  font-weight: normal;
}