.about-block {
  padding: 60px 20px;
  background-color: #fff;
  font-family: 'Inter', Arial, sans-serif;
}
.about-container {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  align-items: center;
}
.about-image img {
  max-width: 317px;
  height: auto;
  border-radius: 8px;
}
.about-text {
  flex: 1;
  min-width: 350px;
}

@media (max-width: 472px) {
.about-text {
  min-width: 270px;
}
}

.about-text h2 {
  font-size: 32px;
  line-height: 1.3;
  margin-bottom: 20px;
  text-transform: uppercase;
}
.about-text p {
  color: #000000;
  font-size: 16px;
  font-family: 'Inter', Arial, sans-serif;
  line-height: 1.5;
  font-weight: 400;
  background-position: center center;
  border-color: transparent;
  border-style: solid;
}
.about-text p strong{
  color: #000000;
  font-size: 22px;
  font-family: 'Inter', Arial, sans-serif;
  font-weight: 400;
  background-position: center center;
  border-color: transparent;
  border-style: solid;
}
.about-text .position {
  color: #848484;
  font-size: 14px;
}
.about-stats {
  display: flex;
  gap: 40px;
  flex-wrap: wrap;
}
.stat {
  min-width: 100px;
}
.stat .number {
  font-size: 40px;
  font-weight: bold;
  color: #000;
}
.stat .label {
  color: #848484;
  font-size: 14px;
}

.number{
  color: #000000;
  font-size: 58px;
  font-family: 'NeueMachina', Arial, sans-serif;
  font-weight: 400;
  background-position: center center;
  border-color: transparent;
  border-style: solid;
}

.label{
  color: #848484;
    font-size: 14px;
    font-family: 'Inter', Arial, sans-serif;
    font-weight: 400;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
}

@media (max-width: 768px) {
	.doc-item {
		width: 100%;
		height: auto;
	}
	.doc-image {
		width: 100%;
		height: auto;
	}
  .number{
    font-size: 40px;
  }
  .about-stats {
  gap: 10px;
}
}