.banner-content-section {
  max-width: 580px;
}

.banner-style-1 {
  --banner-height: auto;
}

.banner-style-1 .banner-row-inner {
  flex-direction: column;
}

.banner-component.img-abs .banner-img-wrap {
  position: static;
}

.banner-style-1 .banner-content-section {
  max-width: none;
  padding: 70px var(--page-hr-padding) 20px;
}

.banner-style-1 .banner-row {
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 0;
}

.banner-style-1 .banner-img-section {
  min-width: auto;
  width: 100%;
  display: flex;
  justify-content: flex-end;
}
