/* about-project-widget.css */

.about-project-wrapper {
  padding-top: 60px;
  font-family: 'Inter', sans-serif;
}

.about-project__head {
  margin-bottom: 24px;
}

.about-project__dots {
  margin-bottom: 12px;
  height: auto;
  width: auto;
}

.about-project__suptitle {
 	color: #000;
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: 150%;
  	margin-bottom: 24px;
}

.about-project__container {
  display: grid;
  grid-template-columns: 1fr 310px;
  gap: 60px;
}

.about-project__title {
	margin-block-start: 0em;
    margin-block-end: 0em;
	margin-bottom:24px;
	max-width: 900px;
	color: #000;
	font-feature-settings: 'liga' off, 'clig' off;
	font-size: 30px;
	font-style: normal;
	font-weight: 500;
	line-height: 120%; 
}

.about-project__desc {
  font-size: 16px;
  color: #414141;
  line-height: 24px;
  margin-bottom: 44px;
  max-width: 75%;
}

.about-project__meta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  margin-bottom: 32px;
  align-items: flex-start;
}

.about-project__info {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  margin-bottom: 0;
}

.about-project__info-item {
  display: flex;
  align-items: flex-start;
  gap: 12px;
/*   min-width: 150px; */
  max-width: 250px;
}

.about-project__icon {
  width: 24px;
  height: 100%;
}

.about-project__label {
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 150%;
	color: #1D1C1C;
	margin-bottom: 8px;
}

.about-project__value {
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; 
	color: #474747;

}

.about-project__industries {
  display: flex;
  flex-direction: column;
  gap: 12px;
  min-width: 150px;
  max-width: 400px;
}

.about-project__industries-title {
  display: flex;
  align-items: center;
  gap: 8px;
  font-weight: 600;
  font-size: 14px;
  color: #888;
}

.about-project__industries-icon {
  width: 16px;
  height: 16px;
}

.about-project__industries-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}



.about-project__industries-inline .about-project__value a {
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; 
	text-decoration-line: underline;
	text-decoration-style: solid;
	text-decoration-skip-ink: none;
	text-decoration-thickness: auto;
	color: #474747;
}

.about-project__industries-inline .about-project__value a:hover {
  color: #BF3131;
}



.about-project__products-title {
font-size: 16px;
font-style: normal;
font-weight: 500;
line-height: 150%; 
color:  #000;
margin-bottom:20px;

}

.about-project__products-list {
  padding-left: 18px;
  list-style-type: disc;
  color: #1D1C1C;
  font-size: 14px;
  line-height: 21px;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 16px;
	align-self: stretch;
}

.about-project__command-title{
	margin-top: 34px;
}
.about-project__products-text {
	color: #414141;
	font-feature-settings: 'liga' off, 'clig' off;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 170%; 
}

.about-project__products-list li::marker {
  color: #BF3131;
}

@media (max-width: 1024px) {
  .about-project-wrapper {
    padding-top: 40px;
  }

  .about-project__container {
		grid-template-columns: 5fr 3fr;
        gap: 20px;
  }

  .about-project__info {
    gap: 32px;
  }

  .about-project__products-list {
    padding-left: 16px;
  }

  .about-project__desc {
    max-width: 100%;
    margin-bottom: 36px;
  }


}

@media (max-width: 600px) {
  .about-project-wrapper {
    padding-top: 32px;
  }

  .about-project__container {
	grid-template-columns: 1fr;
    gap: 30px;
  }

  .about-project__title {
	font-size: 24px;
    line-height: 120%;
    margin-bottom: 18px;
  }

  .about-project__desc {
      font-size: 14px;
      line-height: 21px;
      margin-bottom: 30px;
  }

  .about-project__suptitle {
    font-size: 16px;
	font-weight: 500;
    margin-bottom: 20px;
  }
	.about-project__dots {
		margin-bottom: 8px;
	}
  .about-project__info {
    gap: 20px;
  }

  .about-project__info-item {
    flex-direction: row;
    align-items: flex-start;
    gap: 10px;
    max-width: 100%;
  }

  .about-project__icon {
    width: 24px;
  }

  .about-project__label {
    font-size: 16px;
  }

  .about-project__value {
    font-size: 14px;
  }

  .about-project__products-title {
    font-size: 16px;
    margin-bottom: 16px;
  }

  .about-project__products-list {
    font-size: 14px;
    gap: 12px;
  }

.about-project__meta-row {
    gap: 18px;
    margin-bottom: 0px;
}

  .about-project__industries-inline .about-project__value a {
    font-size: 14px;
  }
}
