.about-history-section {
  padding: 80px 0;
  background: #fff;
}

.about-history-wrapper {
  display: flex;
  align-items: center;
  gap: 60px;
}

.about-history-content {
  flex: 1;
}

.about-history-title {
  color: #000;
  leading-trim: both;
  text-edge: cap;
  font-family: "KyivType";
  font-size: 60px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin: 0 0 30px;
  padding: 0;
}

.about-history-text {
  display: flex;
  flex-direction: column;
  gap: 0;
}

.about-history-paragraph {
  color: #000;
  leading-trim: both;
  text-edge: cap;
  font-family: Gilroy;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  margin: 0 0 20px;
}

.about-history-paragraph:last-child {
  margin-bottom: 0;
}

.about-history-image {
  flex: 0 0 auto;
  width: 45%;
  max-width: 540px;
}

.about-history-img {
  width: 100%;
  height: auto;
  display: block;
}

@media (max-width: 1200px) {
  .about-history-title {
    font-size: 42px;
  }

  .about-history-image {
    width: 42%;
  }
}

@media (max-width: 992px) {
  .about-history-section {
    padding: 60px 0;
  }

  .about-history-wrapper {
    flex-direction: column;
    gap: 32px;
  }

  .about-history-content {
    width: 100%;
  }

  .about-history-image {
    width: 100%;
    max-width: 100%;
  }

  .about-history-title {
    font-size: 36px;
    margin-bottom: 20px;
  }

  .about-history-paragraph {
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 16px;
  }
}

@media (max-width: 768px) {
  .about-history-section {
    padding: 40px 0;
  }

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

  .about-history-paragraph {
    font-size: 15px;
    line-height: 24px;
    margin-bottom: 14px;
  }
}

@media (max-width: 480px) {
  .about-history-section {
    padding: 32px 0;
  }

  .about-history-title {
    font-size: 24px;
    margin-bottom: 14px;
  }

  .about-history-paragraph {
    font-size: 14px;
    line-height: 22px;
  }
}
