/* -------------------------------------------------- */
/* === STYLE GLOBAL === */
/* -------------------------------------------------- */

body {
  font-family: "Poppins", sans-serif;
  background-color: #fff;
  color: #1e1e1e;
  text-align: center;
  margin: 0;
  padding: 0;
}

h2 {
  font-size: 1.8rem;
  color: #1e1e1e;
  font-weight: 800;
  margin: 40px 0 20px;
  position: relative;
  display: inline-block;
}

h2::after {
  content: "";
  display: block;
  width: 100px;
  height: 2px;
  background-color: #f5c518;
  margin: 10px auto 0;
  border-radius: 2px;
}

.partner-benefits {
    list-style: none;
    padding-left: 0;
    margin-left: 0;
}

.partner-benefits li {
    margin-bottom: 10px;
}
