.nissanContainerSection{
padding-top:100px; padding-left:50px; padding-right:50px;

}
.nissanContainerSection h1{
  font-size:45px;
  font-weight:400;
  line-height: 1.4;
  padding-bottom:16px;
  margin-bottom:0px;
  color:var(--nissanDark);
}
.nissanContainerSection p{
  font-size:16px;
  font-weight:400;
  line-height: 1.7;
  color:var(--nissanDark);
}

.warrantyInfo h2{
  font-size:20px;
  line-height:1.4;
  font-weight:400;
  text-transform: uppercase;
  padding:0px;
  margin:0px;

}
.warrantyInfo h3{
  font-size:24px;
  line-height:1.4;
  font-weight:400;
  padding:0px;
  margin:0px;

}
.warrantyInfo p{
  font-size:16px;
  line-height:1.4;
  font-weight:400;
  padding:0px;
  margin:0px;

}

header, section{
  display:flex;
  justify-content: center;
}

.nissanContainerSectionProducts h1{
  padding-bottom:0px;

}
.nissanRow{

}

.nissanRow>* {
    padding-right: 5px;
    padding-left: 5px;
    margin-bottom:2em;
}


.nissanRowProduct h1{
  font-size:24px;
  line-height:1.4;
  font-weight:100;
  margin-top:18px;
  min-height:2.8em;

}