main .img-header {
  background-image: url("/assets/images/about.png");
}
main section {
  margin-bottom: 50px;
}
main .content section h1 {
  font-size: var(--big-text);
  color: var(--medium-gray-text);
  font-weight: bold;
  margin-bottom: 15px;
}
main section a {
  color: var(--red-comments);
}
main section a:hover {
  color: var(--red-comments);
}
main section .project {
  margin-top: 35px;
  padding: 25px;
  border: 1px solid #d9dce3;
  border-radius: 8px;
}
main section .project h2 {
  font-size: var(--big-text);
}
main section .project .group:not(:last-of-type) {
  margin-bottom: 30px;
}
main section .project .group .label {
  display: block;
  color: var(--medium-gray-text);
  font-weight: bold;
  margin-bottom: 10px;
}
main section .project .group p {
  font-family: var(--sans-serif-font) !important;
  font-size: var(--regular-text);
  color: var(--gray-body-text);
  line-height: 24px;
}
main section .project .group img {
  width: 110px;
  height: 110px;
  border-radius: 4px;
}
main section .more-info p {
  display: block;
  margin-top: 15px;
  margin-left: 30px;
  color: var(--gray-body-text);
  font-family: var(--sans-serif-font) !important;
  font-size: 13px;
  line-height: 21px;
}

@media (max-width: 992px) {
  main p {
    word-break: break-word;
    font-size: 17px !important;
    line-height: 150% !important;
  }
  main .about-container {
    padding: 0;
  }
  main h1.red {
    font-size: 28px;
    line-height: 100%;
    margin-bottom: 20px;
  }

  .img-header {
    padding: 0;
    padding-bottom: 30px;
    background-size: cover;
    min-height: 210px;
    background-position: bottom center;
    background-repeat: no-repeat;
    border-radius: 0;
    margin-bottom: 36px;
  }
}
