@charset "UTF-8";

  body {
   font-family: Georgia, 'Times New Roman', Times, serif;
  font-size: 15px;
  color: black;
  background: #dcdcdc;
  }
  

  #container {
  display: grid;
  box-sizing: border-box;
  padding: 34px 28px 30px 28px;
  grid-template-columns: 1.05fr 1.2fr 0.95fr;
  grid-template-rows: auto auto auto auto;
  column-gap: 16px;
  row-gap: 22px;
  width: 800px;
  height: 800px;
  margin: 100px auto 25px auto;
  background-color: #fff;
  align-content: start;
}

.title-group {
    grid-column: 1 / 3;
    grid-row: 1;
    display: grid;
    grid-template-columns: 1.2fr 1fr;
    align-items: start;
    transform: none;
}


.a {
    font-family: "Times New Roman", Times, serif;
    font-size: 52px;
    line-height: 1.1;
    height: 75px;   
    margin: 0;
    text-align: center;
    align-self: start;
     background-color: #d8232a;
    color: white;
    position: relative;
    width: 150px;
     padding: 36px 20px 26px 20px;
}
.a::after {
    content: "Nestle";
    font-family: "Times New Roman", Times, serif;
    position: absolute;
    left: 50%;
    top: 100px;
    transform: translateX(-50%);
    font-size: 28px;
    line-height: 1;
    color: white;
}
.b {
    font-family: "Arial Black", Arial, sans-serif;
    background: #1f4aa8;
    color: white;
    text-align: center;
    font-weight: bold;
    position: relative;
    font-size: 30px;
    font-weight: bold;
    line-height: 1.2;
    padding: 6px 0;
    padding-top: 2px;
    height: 50px;
    justify-self: center;
    width: 165px;
    align-items: left;
    left: auto;
    top: auto;
    margin-top: 0;
     margin-left: -20px;
     transform: translateY(10px);
}
.chunky-text {
    display: inline-block;
    transform: translateY(5px);  
}

.c {
    font-family: "Minion Pro", serif;
    font-weight: bold ;
    font-style: italic;
  grid-column: 1;
  color: #7a4a21;
  grid-row: 2;
 margin-top: -18px;
 
  font-size: 20px;
  line-height: 1.7;
  text-align: left;
}

.d {
  grid-column: 3;
  grid-row: 3;
  font-size: 15px;
  line-height: 1.7;
  text-align: right;
  grid-template-columns: 1fr auto auto;
  gap: 10px;
  transform: translateY(-275px);
  width: 100%;
  max-width: 280px;
    margin-top: -60px;
}
.two-col .title {
    display: block;
    text-align: right;
    white-space: nowrap;
     padding-right: 12px;
}
.d.p{
    display: flex;
    justify-content: space-between;
     column-gap: 6px;
    max-width: 240px;
    margin: 4px auto;
}

.row {
  display: grid;
  grid-template-columns:  1fr 50px 50px;
  align-items: center;
  column-gap: 6px;
  margin-bottom: 4px;
  
}

.label {
  text-align: right;
  max-width: 140px;
  white-space: normal;
  line-height: 1.2;
}

.gram {
  text-align: right; 
  white-space: nowrap;
  
}

.percent {
  text-align: right;
  white-space: nowrap;
}

.e {
  padding-right: 10px;
  text-align: center;
  grid-column: 2;
  grid-row: 2;
  font-size: 15px;
  line-height: 1.7;
}

.f {
    font-family: "Minion Pro", serif;
    font-style: italic;
    font-weight: bold;
  grid-column: 1;
  grid-row: 3;
  align-self: start;
  font-size: 18px;
  line-height: 1.25;
  text-align: left;
}


.h {
 font-family: "Minion Pro", serif;
 font-weight: bold;
 font-style: italic;
  grid-column: 1;
  grid-row: 4;
  font-size: 15px;
   transform: translateY(-350px);
  line-height: 1.2;
  margin-top: -30px;
  align-self: start;
}

.i {
  font-family: "Minion Pro", serif;
  grid-column: 2;
    justify-self: center;
  grid-row: 3;
  max-width: 200px;
 transform: translateY(-250px);
  text-align: center;
  line-height: 1.7;
  letter-spacing: -0.3px;
  margin-bottom: 12px;
   margin-left: 8px;
font-size: 15px;
}
.title {
    font-weight: bold;
    font-size: 20px;
}
.i .en-text {
    font-weight: bold;
    font-style: normal;
    
}
.i .fr-text {
    font-weight: bold;
    font-style: italic;
}
.i p {
    margin-bottom: 20px;
}
.i .en-text,
.i .fr-text {
    display: block;
}



.owner {
font-family: "Minion Pro", serif;
  grid-column: 3;
  grid-row: 3;
  align-self: start;
  margin-top: 2px;
  text-align: right;
  transform: translateY(220px);
  font-size: 8px;
  line-height: 1.7;
}
.owner .title {
    font-weight: bold;
    font-size: 10px;
    text-transform: uppercase;
}




#info {
  font-family: Helvetica, sans-serif;
  font-size: 12px;
  line-height: 15px;
  color: #555;
  width: 800px;
  margin: 0 auto 100px auto;
}
