.brandBannerWithText {
  position: relative;
}

.brandBannerWithText__textContainer {
  width: 100%;
}

.brandBannerWithText__text {
  padding: 1.875rem 15px 1.875rem 15px;
}
.brandBannerWithText__text .header,
.brandBannerWithText__text .header--underscore,
.brandBannerWithText__text h1, .brandBannerWithText__text .-h1,
.brandBannerWithText__text h2, .brandBannerWithText__text .-h2,
.brandBannerWithText__text h3, .brandBannerWithText__text .-h3,
.brandBannerWithText__text h4, .brandBannerWithText__text .-h4,
.brandBannerWithText__text h5, .brandBannerWithText__text .-h5,
.brandBannerWithText__text h6, .brandBannerWithText__text .-h6 {
  display: block;
  text-transform: none;
  font-weight: 700;
  color: #22262C;
  line-height: 1.2;
  font-family: Titillium, Arial, sans-serif;
  font-size: clamp(26px, 8.8888888889vw, 32px);
}
@media (min-width: 360px) {
  .brandBannerWithText__text .header,
  .brandBannerWithText__text .header--underscore,
  .brandBannerWithText__text h1, .brandBannerWithText__text .-h1,
  .brandBannerWithText__text h2, .brandBannerWithText__text .-h2,
  .brandBannerWithText__text h3, .brandBannerWithText__text .-h3,
  .brandBannerWithText__text h4, .brandBannerWithText__text .-h4,
  .brandBannerWithText__text h5, .brandBannerWithText__text .-h5,
  .brandBannerWithText__text h6, .brandBannerWithText__text .-h6 {
    font-size: clamp(28px, 1.8947368421vw, 36px);
  }
}

.brandBannerWithText__desc--bright {
  color: #FFFFFF;
}
.brandBannerWithText__desc--bright .header,
.brandBannerWithText__desc--bright .header--underscore,
.brandBannerWithText__desc--bright h1, .brandBannerWithText__desc--bright .-h1,
.brandBannerWithText__desc--bright h2, .brandBannerWithText__desc--bright .-h2,
.brandBannerWithText__desc--bright h3, .brandBannerWithText__desc--bright .-h3,
.brandBannerWithText__desc--bright h4, .brandBannerWithText__desc--bright .-h4,
.brandBannerWithText__desc--bright h5, .brandBannerWithText__desc--bright .-h5,
.brandBannerWithText__desc--bright h6, .brandBannerWithText__desc--bright .-h6 {
  color: #FFFFFF;
}

.brandBannerWithText__desc--dark {
  color: #22262C;
}

.brandBannerWithText__banner {
  height: 67.7966101695vw;
}
.brandBannerWithText__banner img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

.brandBannerWithText__button--inline {
  margin-top: 1.5625rem;
}

.brandBannerWithText__button--full {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  min-width: auto;
  width: 100%;
  max-width: none;
  min-height: auto;
  height: 100%;
  max-height: none;
  padding: 0;
  opacity: 0;
  z-index: 1;
}

@media (min-width: 768px) {
  .brandBannerWithText {
    min-height: 36.25rem;
  }
  .brandBannerWithText__banner {
    height: auto;
    overflow: hidden;
  }
  .brandBannerWithText__banner--desktop img {
    border-top-right-radius: 6.25rem;
    border-bottom-left-radius: 6.25rem;
    transition: transform 0.15s ease-out;
  }
  .brandBannerWithText__banner,
  .brandBannerWithText__textWrap {
    width: 100%;
  }
  .brandBannerWithText__text {
    padding: 3.75rem 0;
    width: 80%;
  }
  .brandBannerWithText:hover .brandBannerWithText__banner--desktop img {
    transform: scale(1.05);
  }
}
@media (min-width: 1700px) {
  .brandBannerWithText {
    max-height: 580px;
  }
  .brandBannerWithText__banner {
    max-width: 960px;
    height: auto;
    max-height: 580px;
    overflow: hidden;
  }
}
.brandBannerWithText {
  background-color: #FFFFFF;
}

.brandBannerWithText__button--inline {
  margin-top: 2.5rem;
}

.about_us_text__header {
  font-size: 2.625rem;
  font-weight: 700;
  color: #444445;
  margin-bottom: 1.625rem;
  line-height: 1.1;
}
.about_us_text__header .about_us_text__primaryColor {
  color: var(--color-primary);
}

.about_us_text__desc {
  line-height: 1.575;
  font-family: Montserrat, Arial, sans-serif;
  font-size: 1.125rem;
  color: #4A4F54;
  font-weight: 300;
}

.about_us_text__elementsContainer {
  gap: 1.875rem;
  display: flex;
  flex-direction: column;
}

.about_us_text__imgContaniner {
  width: 2.5rem;
  display: flex;
  justify-content: end;
}

.about_us_text__desc {
  margin-bottom: 1.625rem;
}

.about_us_text__element {
  display: flex;
  align-items: center;
  gap: 2.125rem;
}

.about_us_text__elementText {
  font-size: 1rem;
  font-weight: 700;
  color: #4A4F54;
  text-transform: uppercase;
}

@media (min-width: 768px) {
  .brandBannerWithText--left .brandBannerWithText__text {
    padding-left: 4.375rem;
  }
  .brandBannerWithText__button--inline {
    width: 12.25rem;
  }
  .brandBannerWithText__text {
    width: 82%;
  }
}
@media (max-width: 767px) {
  .about_us_text__header {
    font-size: 2.25rem;
  }
}
@media (min-width: 768px) {
  .brandBannerWithText--left .brandBannerWithText__textContainer {
    max-width: 950px;
    padding-left: 1.5789473684vw;
    margin-left: auto;
  }
  .brandBannerWithText--left .brandBannerWithText__text {
    padding-left: 2.8125rem;
  }
}
@media (min-width: 768px) {
  .brandBannerWithText--left .brandBannerWithText__textContainer {
    padding-left: 30px;
  }
}
/*# sourceMappingURL=banner__brand_banner_with_text--left.css.map */