.about {
  padding: 72px;
}

.about__content {
  font-family: Inter;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;

  padding: 70px;

  background-color: #fff;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
}
