.about-project-card {
  width: 100%;
  height: fit-content; }
  .about-project-card .like-component {
    margin: 0 20px; }
  .about-project-card .title-section {
    justify-content: space-between; }
  .about-project-card .description {
    margin-top: 24px;
    height: fit-content;
    white-space: pre-wrap;
    overflow-wrap: break-word;
    word-wrap: break-word; }
  .about-project-card .about-section,
  .about-project-card .languages-section,
  .about-project-card .tags-section {
    margin-top: 24px; }
  .about-project-card .tags-component .title {
    margin-bottom: 8px; }
