#header-image-wrapper {
  background-image: url('./images/top1.png');
  align-items: flex-start;
}
#header-image-wrapper h1{
  padding-top: 2em;
}
h2 {
  text-align: center;
}
.intelligence-description {
  display: flex;
}

.intelligence-description p {
  width: 60%;
  padding: 2em;
  line-height: 1.7em;
  text-align: left;
}
.intelligence-description div {
  width: 40%;
}
.intelligence-description img {
  width: 100%;
  height: auto;
}

.full-bg-grey {
  background-color: #f5f5f5;
  padding: 2em;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  max-width: none;
}
.full-bg-grey > div {
  max-width: 1200px;
  text-align: center;
  margin: auto;
}

.why-items {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 2em;
  padding: 1em 0;
}
.why-item {
  width: 30%;
}
.why-item img {
  width: 100%;
  height: auto;
  color: green;
}
.why-item h3 {
  text-align: center;
  padding: 1em 0;
}
.why-item h3 span {
  font-size: 1.5em;
  font-weight: 700;
  padding-right: 0.3em;
  color: #2d4d24;
}
.why-item p {
  font-size: 0.9em;
  text-align: left;
  line-height: 1.7em;
}


.function-items {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 2em;
  padding: 1em 0;
}
.function-item-wrapper {
  width: 25%;
  padding: 0.5em 0.5em 1.5em;
  display: flex;
}
.function-item {
  background-color: #fff;
  padding: 1em;
  border-radius: 30px;
  position: relative;
  box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.1);
}
.function-item h3 {
  font-size: 16px;
  text-align: center;
}

.function-item p {
  font-size: 0.8em;
  text-align: left;
  line-height: 1.7em;
  margin-bottom: 0.5em;
}
.function-cateogry {
  text-align: center;
  padding: 0.5em;
  position: absolute;
  top: 0;
  left: 50%;
  background-color: #4966b8;
  color: white;
  transform: translate(-50%, -50%);
  border-radius: 5px;
  font-size: 0.8em;
  width: 70%;
}
.function-badge {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background-color: #4966b8;
  color: white;
  font-size: 0.8em;
  letter-spacing: 0.1em;
  padding: 0.3em 1em;
  border-radius: 5px;
  margin: 0.75em;
}
.function-img img {
  width: auto;
  height: 150px;
  max-width: 100%;
  object-fit: cover;
}

/* smp style */
@media screen and (max-width: 767px) {
  #header-image-wrapper {
    background-image: none;
    height: auto;
    align-items: center;
    background-position: left;
  }
  .full-bg-grey {
    padding: 1em;
    margin-bottom: 0px;
  }
  .intelligence-description {
    width: 100%;
    flex-wrap: wrap;
  }

  .intelligence-description p {
    width: 100%;
    padding: 0;
    margin-bottom: 1em;
  }
  .intelligence-description div {
    width: 100%;
  }
  .why-item {
    width: 90%;
    margin: auto;
    margin-bottom: 50px;
  }
  .why-item:last-of-type {
    margin-bottom: 0;
  }
  .function-item-wrapper {
    width: 100%;
    margin-bottom: 10px;
  }
}
.a-image img {
  height: 30px;
  object-fit: cover;
  object-position: top;
}
section{
  margin-left:auto !important;
  margin-right:auto !important;
}
