.page-description-section {
  /* margin: 50px 0; */
  display: flex;
  justify-content: center;
  /* background-image: radial-gradient(circle, #e0e0e0 1px, transparent 1px); */
  color: #f5f5f5;
  background-size: 10px 10px;
  background-color: white;
  width: 100%;
  padding: 30px;
}

.description-text-box {
  color: black;
  width: 90%;
  padding: 25px;
  margin: 0;
  /* background: radial-gradient(circle, #f0f0f0, #e0e0e0); */
  background-color: #f5f5f5;
  border-radius: 10px;
}

.description-text-box p {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.6;
  /* font-family: Arial, sans-serif; */
  text-align: left;
}
.page-description-section > * {
  position: relative;
  z-index: 2;
  text-shadow: 0 0 5px rgba(255, 255, 255, 0.6),
    0 0 10px rgba(255, 255, 255, 0.4);
}

@media (max-width: 768px) {
  .description-text-box {
    font-size: 1rem;
    width: 80vw;
  }
}
