/*
Theme Name: Business Architect Child
Template: business-architect
*/
@import url("../business-architect/style.css");
/* 1. Расширяем общий контейнер */
.container, .wrapper, .site-content {
  width: 90% !important;
  max-width: none !important;
  padding-left: 20px !important;
  padding-right: 20px !important;
}

/* 2. Растягиваем шапку с логотипами */
.header-container, .site-header {
  width: 100% !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

/* 3. Убираем лишние отступы у логотипов (если нужно) */
.logo-section {
  margin-left: -15px !important;
  margin-right: -15px !important;
}
/* Центрируем заголовок по горизонтали */
.site-title {
  max-width: 1200px; /* Ограничить ширину заголовка */
  margin: 0 auto; /* Центрировать по горизонтали */
  text-align: center;

}

