.project-overview {
  font-family: "Manrope", sans-serif;
  background-color: #FFFFFF;
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  max-width: 1530px;
  margin: 0 auto;
  gap: 30px;
  padding: 0 15px;
}
@media (min-width: 1100px) {
  .project-overview {
    padding: 0 80px;
  }
}
@media (min-width: 1400px) {
  .project-overview {
    padding: 0 50px;
  }
}
@media (min-width: 1630px) {
  .project-overview {
    margin: 0 auto;
    padding: 0;
  }
}
@media (max-width: 1400px) {
  .project-overview {
    gap: 30px;
  }
}
@media (max-width: 768px) {
  .project-overview {
    flex-direction: column;
    gap: 25px;
  }
}
.project-overview .details__wrapper .heading {
  font-family: "Manrope", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 140%;
  margin-bottom: 25px;
  margin-top: 0;
  color: #101018;
  white-space: nowrap;
}
@media (min-width: 1100px) {
  .project-overview .details__wrapper .heading {
    font-size: 36px;
    margin-bottom: 15px;
  }
}
@media (min-width: 1630px) {
  .project-overview .details__wrapper .heading {
    font-size: 48px;
    margin-bottom: 18px;
  }
}
.project-overview .details__wrapper .heading .category {
  font-family: "Manrope", sans-serif;
  display: block;
  color: #5067F4;
  margin-bottom: 6px;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 125%;
}
@media (max-width: 992px) {
  .project-overview .details__wrapper .heading .category {
    font-size: 14px;
  }
}
.project-overview .details__wrapper .services-heading {
  font-family: "Manrope", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  color: #101018;
}
@media (min-width: 1100px) {
  .project-overview .details__wrapper .services-heading {
    font-size: 20px;
    font-weight: 500;
  }
}
@media (min-width: 1400px) {
  .project-overview .details__wrapper .services-heading {
    font-size: 24px;
  }
}
.project-overview .details__wrapper .services__wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  padding-top: 10px;
  max-width: 500px;
}
@media (min-width: 1100px) {
  .project-overview .details__wrapper .services__wrapper {
    padding-top: 12px;
  }
}
.project-overview .details__wrapper .services__wrapper .service {
  color: #555;
  font-family: "Manrope", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 140%;
  padding: 10px 15px;
  border-radius: 20px;
  border: 1px solid #5067F4;
  text-decoration: none;
}
@media (min-width: 1400px) {
  .project-overview .details__wrapper .services__wrapper .service {
    font-size: 16px;
  }
}
.project-overview .about__wrapper {
  color: #101018;
  font-family: "Manrope", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  display: flex;
  flex-direction: column;
  max-width: 550px;
}
@media (min-width: 1100px) {
  .project-overview .about__wrapper {
    font-size: 26px;
  }
}
@media (min-width: 1400px) {
  .project-overview .about__wrapper {
    font-size: 32px;
  }
}
@media (min-width: 1400px) {
  .project-overview .about__wrapper {
    max-width: 750px;
  }
}
.project-overview .about__wrapper .attributes {
  display: flex;
  flex-direction: column;
  gap: 2px;
  padding-top: 18px;
  order: 1;
}
@media (max-width: 768px) {
  .project-overview .about__wrapper .attributes {
    order: 2;
  }
}
@media (min-width: 1400px) {
  .project-overview .about__wrapper .attributes {
    gap: 9px;
  }
}
.project-overview .about__wrapper .attributes .attribute {
  color: #555;
  font-family: "Manrope", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 172%;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 25px;
  max-width: 100%;
}
@media (min-width: 1100px) {
  .project-overview .about__wrapper .attributes .attribute {
    font-size: 20px;
  }
}
@media (min-width: 1400px) {
  .project-overview .about__wrapper .attributes .attribute {
    gap: 57px;
  }
}
.project-overview .about__wrapper .attributes .attribute > a {
  color: #6579F4;
}
.project-overview .about__wrapper .attributes .attribute > span {
  width: 150px;
  min-width: 150px;
  align-self: baseline;
}
@media (min-width: 1100px) {
  .project-overview .about__wrapper .attributes .attribute > span {
    width: 164px;
    min-width: 164px;
  }
}
@media (min-width: 1630px) {
  .project-overview .about__wrapper .attributes .attribute > span {
    min-width: 200px;
  }
}
.project-overview .about__wrapper .attributes span {
  white-space: nowrap;
  color: #101018;
  font-family: "Manrope", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  display: block;
  width: 150px;
  min-width: 150px;
}
@media (min-width: 1100px) {
  .project-overview .about__wrapper .attributes span {
    width: 200px;
    font-size: 20px;
  }
}
@media (min-width: 1400px) {
  .project-overview .about__wrapper .attributes span {
    font-weight: 400;
    font-size: 24px;
  }
}
.project-overview .about__wrapper .description {
  max-width: 750px;
  order: 2;
}
.project-overview .about__wrapper .description p {
  color: #555;
  font-family: "Manrope", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  padding-top: 25px;
}
@media (min-width: 1100px) {
  .project-overview .about__wrapper .description p {
    font-size: 18px;
    padding-top: 18px;
  }
}
@media (min-width: 1440px) {
  .project-overview .about__wrapper .description p {
    font-size: 20px;
    padding-top: 25px;
  }
}
.project-overview .about__wrapper .description p a {
  color: #6579F4;
}
@media (max-width: 768px) {
  .project-overview .about__wrapper .description p {
    order: 1;
    font-size: 18px;
    padding-top: 10px;
    line-height: 135%;
  }
}
@media (max-width: 768px) {
  .project-overview .about__wrapper .description p {
    font-size: 16px;
    padding-top: 10px;
    line-height: 135%;
  }
}
