/* .poppins-light {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-style: normal;
}

.poppins-regular {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.poppins-bold {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: normal;
} */



body {
  font-family: "Poppins", sans-serif;

}

.row, .cell, .container {
  /* outline: 3px solid; */
}

.row {
  padding-top: 10px;
  padding-bottom: 10px;
  outline-color: green;
  margin: 10px;
}

.container {
  max-width: 1400px;
  margin: 0 auto;

}

.cell {
  min-height: 50px;
  outline-color: orange;
}

.nav__link-top {
  text-decoration: none;
  color: #fff;
}

.nav__item-bottom {
  text-decoration: none;
  color: #fff;
}

.feature__logo-1 {
  background: linear-gradient(135deg, #4096ee 0%, #60abf8 44%, #7abcff 100%);
}

.feature__logo-2 {
  background: linear-gradient(135deg, #fffefe 0%, #ffeede 1%, #fdbb79 2%, #fdac5c 3%, #fdac5c 95%, #fdae61 96%, #fdc68e 97%, #fff9f3 98%, #ffffff 98%, #ffffff 100%)
}

.feature__logo-3 {
  background: linear-gradient(135deg, #ffffff 3%, #fcfffd 4%, #ffffff 4%, #ffffff 4%, #c6fade 5%, #65f3a7 6%, #38ef8d 7%, #37ef8d 7%, #ffffff 7%, #38ef8d 7%, #38ef8e 94%, #52f19d 94%, #ffffff 95%, #b2f9d4 95%, #ffffff 95%, #ffffff 96%);
}