.about-company__hero .hero__title {
  color: #fff !important;
  text-align: center;
  max-width: 1400px;
  margin: 0 auto;
  animation: aboutHeroTitleIn 1.1s ease-out both;
}

@keyframes aboutHeroTitleIn {
  0% {
    opacity: 0;
    transform: translateY(28px) scale(.985);
  }
  100% {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

.about-company__hero-content {
  margin-top: 26px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
}

.about-company__hero .hero__text {
  color: #fff !important;
  max-width: 1200px;
  margin: 28px auto 0 !important;
  line-height: 1.45;
  text-align: center;
  font-size: clamp(17px, 1.2vw, 22px) !important;
}

.about-company__hero-btn {
  margin: 0 !important;
}

.our-mission {
  margin-top: 72px !important;
}

@media (max-width: 1024px) {
  .about-company__hero .hero__title {
    max-width: 94%;
    animation-duration: .9s;
  }

  .about-company__hero .hero__text {
    max-width: 94%;
    margin-top: 22px !important;
    line-height: 1.4;
    font-size: 16px !important;
  }

  .our-mission {
    margin-top: 48px !important;
  }
}
