@font-face {
  font-family: raleway;
  src: url(../cdn/raleway/Raleway-Regular.ttf);
}

*:focus {
  outline: none;
}

body {
  -webkit-tap-highlight-color: transparent;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent !important;
  font-family: raleway;
  text-decoration: none;
  cursor: pointer;
}

body {
  font-family: raleway;
}

.header_wrapper {
  background-color: #fefee5;
  color: #173d00
}

a {
  text-decoration: none;

  color: #ffffffea;
  font-size: 14px;
}

h1 {
  font-size: 50px;
  font-weight: 600;
  letter-spacing: 1px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #173d00
}

h5 {
  color: #173d00;
  font-size: 28px;
  letter-spacing: 1px;
}

h3 {
  font-size: 32px;
  color: #173d00;
  letter-spacing: 1px;
  margin: 30px 0 10px;
}

h4 {
  font-size: 28px;
  font-weight: 500;
}

input::placeholders {
  color: #000000;
  font-size: 14px;
  font-weight: 400;
}

p {
  font-size: 20px;
}

.aminit {
  border: 15px solid #173d00;
  height: 700px;
  object-fit: cover;
}

.note,
.subnote {
  font-size: 1.2em;
  font-weight: bold;
  margin-top: 30px;
}

.badge {
  font-size: 16px;
  background-color: #173d00;
  border-radius: 0;
}

.section-title {
  font-size: 1.2em;
  font-weight: bold;
  background-color: #d3eaf2;
  display: inline-block;
  padding: 5px 15px;
  margin-bottom: 30px;
}

.icon-grid {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 40px;
  margin-bottom: 40px;
}

.icon-item {
  width: 120px;
}

.icon-placeholder {
  width: 60px;
  height: 60px;
  margin: 0 auto 10px;
  background-color: #cce5cc;
  border-radius: 10px;
}

h2 {
  font-size: 2em;
  margin: 20px 0 10px;
}

.subheading {
  font-weight: bold;
  font-size: 1.1em;
  margin-bottom: 30px;
}

.border {
  border: 1px solid #173d00 !important;
  padding: 10px !important;
}

li {
  font-size: 15px;
  font-weight: 600;
  color: #173d00;
}


h3 {
  font-weight: 400 !important;
  font-family: Georgia, serif;
}