body {
  font-size: 14px;
  line-height: 1;
  font-weight: 400;
  font-style: normal;
  font-family: 'Poppins', sans-serif;
}
*,
ol,
ul {
  padding: 0;
  margin: 0;
}

*,
figure,
h1,
h2,
h3,
h4,
h5,
h6,
ol,
p,
ul {
  margin: 0;
}

* {
  box-sizing: border-box;
}

li {
  list-style: none;
}

a {
  text-decoration: none;
}
.row{
    row-gap:10px;
}

:root {
    --defaultOne: #ff8964;
    --defaultTwo: #FF3E00;
}