
.about__title {
  font-weight: 700;
  font-size: 40px;
  line-height: 1.2;
  text-transform: uppercase;
  color: #809501;
  margin-bottom: 20px;
}

.about__text {
  font-weight: 400;
  font-size: 20px;
  line-height: 1.2;
  color: #303030;
  margin-bottom: 20px;
  max-width: 764px;
}

.about__content {
  display: flex;
  gap: 60px;
  margin-top: 20px;
  width: 100%;
}
.about__image-wrapper {
  position: relative;
  width: 100%;
}
.about__image-inner {
  max-width: 750px;
  width: 100%;
}
.about__image {
  background-size: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: 13px;
  height: 269px;
}

.about__polygon {
  position: absolute;
  bottom: -34px;
  left: 50%;
  transform: translateX(-50%);
  width: 77px;
  height: 69px;
  background-color: #D9D9D9;
  clip-path: polygon(50% 100%, 0% 0%, 100% 0%);
}

.about__stats {
  display: flex;
  flex-direction: column;
  gap: 25px;
  width: 100%;
  max-width: 623px;
}

.about__stat {
  position: relative;
}

.about__stat-number {
  font-weight: 700;
  font-size: 64px;
  line-height: 1.2;
  text-transform: uppercase;
  color: #809501;
  margin-bottom: 13px;
}

.about__stat-label {
  font-weight: 400;
  font-size: 20px;
  line-height: 1.2;
  color: #303030;
  margin-bottom: 2px;
}

.about__stat-line {
  width: 100%;
  height: 2px;
  background-color: #809501;
}

.about__image {
  position: relative;
}
.company-video-play {
  position: absolute;left: 50%;top: 50%;transform: translate(-50%,-50%);
  cursor: pointer;
}
.comp-video-img:hover .company-video-play svg path {
  fill: #fff;
}