* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.intro p {
  font-size: 23px;
  text-align: justify;
}
.intro ul {
  font-size: 23px;
  list-style-type: "✅";
  text-align: justify;
}
.intro ul li {
  margin-top: 10px;
}
.intro h1 {
  font-size: 35px;
  font-weight: bold;
}
.headings {
  background-color: black;
  padding-bottom: 20px;
  padding-top: 20px;
  text-align: center;
  color: white;
  font-weight: bold;
}
.sec-2 p {
  font-size: 23px;
  text-align: justify;
}
.sec-4 li {
  font-size: 23px;
  margin-top: 30px;
}
.sec-7 p {
  font-size: 23px;
  text-align: justify;
  margin-top: 40px;
}
.banner-sec h3 {
  color: white;
  font-size: 45px;
  font-weight: bold;
  margin-top: 60px;
}
.checkout p {
  text-align: justify;
  font-size: 23pxs;
}
.faq button {
  font-size: 23px !important;
}
.accordion-body {
  font-size: 23px !important;
}
