#about-section {
  background-color: #07122d;
  color: white;
  padding-top: 120px;
  padding-bottom: 120px;
}

#about {
  width: 80%;
}

#about img {
  height: 30px;
  filter: invert(74%) sepia(43%) saturate(5870%) hue-rotate(129deg) brightness(93%) contrast(84%);
}

#about h1 {
  font-size: 1.875rem;
  font-family: 'DM Sans', sans-serif;
  border-bottom: 2px solid #00BDA6;
}

@media screen and (min-width: 767px) {
  #about {
    width: 50%;
  }
}