body{
  background-color: #ffff;
}
section:nth-of-type(1){
  margin: unset;
}
section:nth-of-type(1) .container{
  padding: unset;
  max-width: unset;
}
section:nth-of-type(2) .lg\:grid-cols-4{
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.s-block--info-blocks .info-block{
  height: 250px;
}
section:nth-of-type(4)  .tab-trigger.is-active 
,section:nth-of-type(9)  .tab-trigger.is-active{
  font-size: 20px;
  color: black;
  background: none;
}
.s-block--tabs-produtcs .tabs{
   text-align: start;
}
section:nth-of-type(5)  .tab-trigger.is-active {
  display: none;
}

@media (max-width: 425px){
  .s-block--info-blocks .info-block {
    height: 175px;
}
}
@media (max-width: 320px){
  .s-block--info-blocks .info-block {
    height: 150px;
}
}
.s-block:first-of-type{
  margin-top: 0rem;
}