#fornecedores {
    margin-bottom: 255px;
}
#fornecedores .container-title .title {
  margin-bottom: 30px;
  color: var(--PRINCIPAL-RED, #EE3831);
text-align: center;

/* Head/H2 */
font-family: var(--font);
font-size: 44px;
font-style: normal;
font-weight: 800;
line-height: 44px; /* 100% */
text-transform: uppercase;
}
#fornecedores .container-title .sub-title-section {
  color: var(--principal-00416-a, #00416a);
  text-align: center;

  /* Body/Body_01 */
  font-family: var(--font-second);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 150% */
}

#list-beneficios {
  margin-top: 100px;
}
#list-beneficios ul {
  margin: 0;
  padding: 0;
}
#list-beneficios .title {
  color: var(--PRINCIPAL-RED, #ee3831);

  /* Head/H3 */
  font-family: var(--font);
  font-size: 28px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  text-transform: uppercase;
  margin-bottom: 40px;
}
#list-beneficios .item {
  list-style: none;
  padding: 20px;
  color: var(--secundria-101820, #101820);
  /* Body/Body_01 */
  font-family: var(--font-second);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 150% */
  border-radius: 12px;
  border: 1px solid var(--principaldde-5-ed, #dde5ed);
  margin-bottom: 12px;
  display: flex;
  align-items: center;
  justify-content: start;
  max-width: 355px;
  min-height: 90px;
}
#list-beneficios .item::before {
  content: " ";
  background: url("../img/icons/icn_check.png") no-repeat center;
  background-size: auto;
  width: 28px;
  height: 28px;
  display: block;
  aspect-ratio: 1/1;
  background-size: contain;
  margin-right: 20px;
}
