#about_text {
  width: 100%;
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 5px;
  padding: 1rem;
}

.about {
  width: 80%;
  margin: auto;
}


@media (max-width: 768px) {
    .about {
      width: 60%;
    }
  }
