.section1 div {
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 4px;
  color: #000;
  text-transform: uppercase;
}
.section1 {
  padding: 70px 3rem;
}
.section1 p {
  font-size: 22px;
  line-height: 36px;
  font-weight: 500;
  margin-top: 15px;
}
h1 {
  font-size: 30px;
  font-weight: bold;
  text-align: center;
}
.section {
  background: black;
  color: white;
  padding: 5vw;
}
.sectionDiv h2 {
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 4px;
  text-transform: uppercase;
  margin-top: 30px;
}
.sectionDiv ul {
  padding-left: 1em;
  margin-top: 20px;
}
.sectionDiv ul li {
  font-size: 14px;
  padding: 7px 0px;
}
.sectionSub {
  padding: 0px 5vw;
}
.imgDiv {
  display: flex;
  gap: 20px;
  margin-top: 20px;
}
.imgDiv img {
  width: 3%;
}
