.title-about__body {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.title-about__title {
  margin: 0px 0px 30px;
  max-width: 800px;
  text-align: center;
  font-size: 25px;
  line-height: 30px;
}

.title-about__content {
  gap: 10px;
  display: flex;
  flex-direction: column;
  font-family: Inter;
  font-size: 16px;
  line-height: 22px;
  font-weight: 500;
  color: #000;
}

@media (max-width: 770px) {
  .title-about__title {
    margin: 0px 0px 10px;
    font-size: 17px;
    line-height: 22px;
  }
  .title-about__content {
    gap: 7px;
    font-size: 14px;
    line-height: 20px;
  }
}
.content-about__body {
  gap: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.content-about__content {
  width: 100%;
  display: flex;
  flex-direction: column;
}

.content-about__content-title {
  margin: 0px 0px 5px;
  font-family: Inter;
  font-size: 20px;
  line-height: 25px;
  font-weight: 500;
  color: #000;
}

.content-about__contnet-text {
  font-family: Inter;
  font-size: 16px;
  line-height: 22px;
  font-weight: 500;
  color: #000;
}

@media (max-width: 770px) {
  .content-about__body {
    gap: 10px;
  }
  .content-about__content-title {
    font-size: 17px;
    line-height: 22px;
  }
  .content-about__contnet-text {
    font-size: 14px;
    line-height: 20px;
  }
}
.title-project__body {
  padding: 0px 0px 0px 50px;
  gap: 8px;
  display: flex;
  flex-direction: column;
  align-items: start;
  position: relative;
}
.title-project__body::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 4px;
  height: 100%;
  background: #A22531;
}

.title-project__title {
  font-family: Inter;
  font-size: 50px;
  line-height: 55px;
  font-weight: 700;
  color: #A22531;
}

.title-project__text {
  font-family: Inter;
  font-size: 16px;
  line-height: 22px;
  font-weight: 500;
  color: #000;
}

.title-project__list {
  gap: 5px;
  display: flex;
  flex-direction: column;
}

.title-project__list-item {
  padding: 0px 0px 0px 10px;
  position: relative;
  font-family: Inter;
  font-size: 16px;
  line-height: 22px;
  font-weight: 500;
  color: #000;
}
.title-project__list-item::before {
  content: "";
  position: absolute;
  top: 10px;
  left: 0;
  width: 5px;
  height: 5px;
  border-radius: 50px;
  background: #000;
}

.title-project__link {
  padding: 10px 20px;
  border: 2px solid #A22531;
  background: #A22531;
  transition: 0.5s all;
  font-family: Inter;
  font-size: 14px;
  font-weight: 700;
  color: #fff;
}
.title-project__link:hover {
  background: transparent;
  color: #A22531;
}

@media (max-width: 770px) {
  .title-project__body {
    padding: 0px 0px 0px 20px;
    gap: 0;
  }
  .title-project__title {
    font-size: 20px;
    line-height: 25px;
  }
  .title-project__text {
    font-size: 14px;
    line-height: 22px;
  }
  .title-project__list {
    gap: 0;
  }
  .title-project__list-item {
    font-size: 14px;
    line-height: 20px;
  }
  .title-project__list-item::before {
    top: 8px;
  }
  .title-project__link {
    margin: 10px 0px 0px;
  }
}
.digital-diary .video-postProjectLibrary__title {
  font-family: Inter;
  font-size: 40px;
  line-height: 45px;
  font-weight: 700;
}
@media (max-width: 770px) {
  .digital-diary .video-postProjectLibrary__title {
    margin: 0px 0px 10px;
    font-size: 25px;
    line-height: 30px;
  }
}
.digital-diary .video-postProjectLibrary__content {
  margin: 0;
  width: 100%;
  gap: 10px;
}
.digital-diary .video-postProjectLibrary__content iframe {
  width: 100%;
}

.title-digital-diary__body {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.title-digital-diary__title {
  text-align: center;
  font-family: Inter;
  font-size: 50px;
  line-height: 55px;
  font-weight: 700;
  color: #A22531;
}

@media (max-width: 770px) {
  .title-digital-diary__title {
    font-size: 25px;
    line-height: 30px;
  }
}