body {
  background: linear-gradient(white 40%, #ffffff 40%);
  padding-bottom: 0px;
}

main {
  flex: 1;
}

.about-section {
  display: flex;
}

.about-container {
  width: 100%;
  text-align: center;
  position: relative;
}

.about-image {
  position: relative;
  z-index: 2;
}

.about-image img {
  width: 70%;
  margin: 0 auto;
  display: block;
  border-radius: 12px;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.5);
}

.about-text {
  /* background: #00013a; */
  color: #000000;
  padding: 20px 30px 50px;
  z-index: 1;
  position: relative;
}

.about-text h2 {
  font-size: 2rem;
  margin-bottom: 20px;
}

.about-text p {
  max-width: 700px;
  margin: 0 auto;
  line-height: 1.6;
  font-size: 1rem;
  color: #000000;
  text-align: justify;
}
