.banner-row-inner {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  justify-content: space-between;
}

.banner-img-section {
  max-width: 285px;
  min-width: auto;
}

.banner-component {
  --banner-height: 680px;
}

.color-item {
  height: 20px;
}

.img-hr-right .banner-row .banner-content-section {
  padding-right: var(--page-hr-padding);
}

/*   .banner-style-1  */

.banner-style-1 {
  --banner-height: auto;
}

.banner-style-1 .banner-img-section {
  max-width: none;
  margin-top: 40px;
}

.banner-style-1 .banner-content-section {
  max-width: none;
  padding: 30px var(--page-hr-padding) 20px;
}
