.HomePageAbout .home-page-about-main-content {
  margin: 30px 30px 0px;
  border: 1px solid #7d021e;
  padding: 95px 120px;
  border-radius: 30px;
  background-color: #f6f6f6;
}

.HomePageAbout-content-left h3 {
  font-weight: 400;
  font-size: 28px;
  color: var(--theme-color);
}

.HomePageAbout-content-left h2 {
  color: var(--theme-color);
  font-weight: 400;
  font-size: 70px;
}

.HomePageAbout-content-left h2 span {
  color: #e4476b;
}

.HomePageAbout-content-left {
  margin-top: 40px;
}

.HomePageAbout-content-left2 {
  margin-top: 40px;
}

.HomePageAbout-content-left2 h3 {
  color: #e4476b;
}

.HomePageAbout-content-left2 p {
  width: 520px;
}

.home-about-content-right img {
  width: 100%;
}

@media (max-width: 1440px) {
  .HomePageAbout-content-left h2 {
    font-size: 60px;
  }

  .HomePageAbout .home-page-about-main-content {
    padding: 95px 60px;
  }
}
