									/*  		Баннер			  */
.history-banner-section {
  display: flex;
  width: 100%;
  min-height: 80vh;
  position: relative;
  flex-wrap: nowrap;
  overflow: hidden;
}

.history-banner-left {
  flex: 1;
  background-color: #f6f7f1;
  color: black;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  box-sizing: border-box;
  padding: 4rem 0 4rem 6rem;
}

.history-banner-left h1 {
  font-size: 2.5rem;
  font-weight: 600;
  margin-bottom: 1.5rem;
  line-height: 1.3;
  color: #222;
}

.history-banner-left p {#f6f7f1
  font-size: 1.125rem;
  line-height: 1.7;
  max-width: 640px;
  color: #333;
}

.history-banner-right {
  flex: 1;
  background-image: url("../images/inf/history-building-image2.png");
  background-size: cover;
  background-position: center;
}

/* 📱 Адаптация под мобильные устройства */
@media (max-width: 768px) {
  .history-banner-section {
    flex-direction: column;
    min-height: auto;
  }

  .history-banner-left {
    padding: 2rem 1.5rem;
    align-items: flex-start;
  }

  .history-banner-left h1 {
    font-size: 1.75rem;
  }

  .history-banner-left p {
    font-size: 1rem;
  }

  .history-banner-right {
    width: 100%;
    height: 300px;
  }
}


									/*  		Текст			  */
.history-img {
      width: 400px;
      height: auto;
      border-radius: 8px;
      box-shadow: 0 2px 8px rgba(0,0,0,0.15);
    }
.history-about {
	background-color: #E1D7D8;
}
.history-charity-wallpaper {
  width: 100vw;
  aspect-ratio: 2883 / 1024;
  background-image: url("../images/inf/history-charity-banner.png"); 
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
	display: block;
	position: relative
}
