.content_label.margin-top {
  margin-top: 40px;
}

.content_wrapper.branding_other section {
  margin-bottom: 80px;
}

.main_banner_wrapper.branding_other {
  background-color: #350E40;
  background: linear-gradient(309.37deg, #350E40 17.31%, #139FA6 116.71%);
}

.main_banner_container.branding_other {
  max-width: 1920px;
  background-image: url('../j_images/other_brand_banner.png');
  background-position: right center;
  justify-content: flex-start;
}

/* responsive */
@media screen and (max-width:1480px) {
  .main_banner_container.branding_other {
    background-position: calc(100% + 200px) center;
  }
}