* {
  margin: 0;
  padding: 0;
  box-sizing: border-box !important;
}
ul {
  padding-left: 0;
}
li {
  list-style: none;
}

html {
  font-size: 10px;
  position: relative;
}

body {
  font-family: "Poppins", sans-serif;
  font-size: 1.4rem;
  font-weight: 500;
  position: relative;
  height: 100%;
  margin: 0;
  padding: 0;
}
.container:before {
  display: table;
  content: "";
}
.container:after {
  clear: both;
  display: table;
  content: "";
}
header {
  margin-top: 40px;
  text-align: center;
}
.header-title {
  color: #000;
  font-size: 22px;
  font-weight: 900;
  margin: 10px 0;
}
.header-title2 {
  color: #fff;
  font-size: 22px;
  font-weight: 900;
  margin: 10px 0;
}
.header-subtitle {
  color: #858585;
  font-size: 14px;
}
.header-subtitle2 {
  color: #fff;
  font-size: 14px;
}
.col {
  padding-right: 0;
  padding-left: 0;
}
.row {
  --bs-gutter-x: 0;
}
.btn-1 {
  background-color: #383e42;
  color: #fff;
  text-decoration: none;
  border-radius: 5px;
  padding: 14px 15px;
  font-size: 14px;
}
.btn-1:hover {
  color: #e87107;
}
.btn-2 {
  background-color: #fff;
  color: #000;
  text-decoration: none;
  border-radius: 5px;
  padding: 14px 15px;
  font-size: 14px;
}
.btn-2:hover {
  color: #e87107;
}
