body {
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.6;
  margin: 0;
  padding: 0 40px;
  background-color: #f9f9f9;
}

h1 {
  font-weight: 700;
  font-size: 3rem;
  margin-bottom: 20px;
  color: #000000;
}

p {
  font-weight: 400;
  max-width: 600px;
  color: #000000;
}


.banner1 {
  background: linear-gradient(135deg, #6a11cb, #2575fc);
  color: white;
  margin:0 -40px;
}

.banner1 .content1 {
  padding: 80px 20px;
  text-align: center;
}

.banner1 h1 {
  font-size: 3.5rem;
  font-weight: 700;
  margin-bottom: 20px;
  line-height: 1.2;
  color: #ffffff;
}

.banner1 p {
  font-size: 1.25rem;
  font-weight: 400;
  margin: 0 auto;
  max-width: 700px;
  line-height: 1.5;
  color: #b4cbff;
}


.banner2 {
  background: linear-gradient(135deg, #1d2671, #c33764);
  color: white;
  margin:0 -40px;
}

.banner2 .content2 {
  padding: 80px 20px;
  text-align: right;
  margin: 0 180px;
}

.banner2 h1 {
  font-size: 3.5rem;
  font-weight: 700;
  margin-bottom: 20px;
  line-height: 1.2;
  color: #ffffff;
}

.banner2 p {
  font-size: 1.25rem;
  font-weight: 400;
  margin: 0 auto;
  max-width: 700px;
  line-height: 1.5;
  color: #ffb4de;
}


.text1 {
  color: black;
  margin:0 -40px;
}

.text1 .words1 {
  padding: 80px 20px;
  text-align: left;
  margin: 0 180px;
}

.text1 h1 {
  font-size: 3.5rem;
  font-weight: 700;
  margin-bottom: 20px;
  line-height: 1.2;
}

.text1 p {
  font-weight: 400;
  line-height: 1.5;
}
