.about-history {
  margin-top: 120px;
  width: 100%;
  background-color: var(--dark);
  padding: 50px 0;
}

.about__history-content h2 {
  color: var(--light-milk);
  font-size: 50px;
  font-weight: 800;
  font-family: var(--main-font1);
  margin-bottom: 45px;
}
.about__history-content p {
  color: var(--light-milk);
  font-size: 20px;
  font-family: "Gilroy";
  line-height: 24.2px;
  font-weight: 400;
}
.about__history-content .content__bottom-text {
  margin: 60px 0;
}

@media only screen and (max-width: 1023px) {
  .about__history-content h2 {
    font-size: 36px;
  }
}
@media only screen and (max-width: 767px) {
  .about__history-content h2 {
    font-size: 28px;
    text-align: center;
  }
  .about__history-content p {
    font-size: 16px;
  }
}
@media only screen and (max-width: 552px) {
  .about__history-content h2 {
    font-size: 22px;
  }
  .about__history-content p {
    text-align: justify;
  }
}
