*{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: 'Poppins', sans-serif;
}

.about{
  background: url(../image/h1_hero1.jpg) no-repeat center center/cover;
  height: 70vh;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: start;
  color: #fff;
}

.about h1{
  font-size: 5rem;
  font-family: fantasy;
  position: absolute;
  left: 170px;
}
.three{
top: 160px;
}
.whoa{
  margin-top: 10px;
}
.ptag{
  margin-top: 40px;
}
.four{
  top: 300px;
}
.about-section {
  padding: 50px 20px;
  max-width: 1200px;
  margin: auto;
  margin-top: 350px;
}

.box-container {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
}

.info-box {
  flex: 1 1 400px;
  padding: 30px;
  background-color: white;
  box-shadow: 0 0 6px 8px rgba(255, 0, 0, 0.21);
  min-height: 250px;
}

.author-box {
  border-top-left-radius: 30px;
  border-bottom-right-radius: 30px;
}

.coauthor-box {
  border-top-right-radius: 30px;
  border-bottom-left-radius: 30px;
}

.info-box h2 {
  margin-top: 0;
  font-size: 24px;
  color: #333;
}

.info-box p {
  color: #555;
  line-height: 1.4;
  margin-top: 15px;
}
.six{
  top: 100px;
}
.main-footer{
  top: 100px;
}



