.body-container--brand .dnd_area-row-0-padding {
    padding-top: 0px !important;
    padding-bottom: 30px !important;
}
.body-container--brand .dnd_area-row-1-padding {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}
body .brand-item:nth-child(4),
body .brand-item:nth-child(5) {
    flex: 1 1 calc(33.333% - 32px);
}
{#
body .brand-item:nth-child(4) {
    order: 5;
}
body .brand-item:nth-child(5) {
    order: 4;
}
body .brand-item:last-child {
    order: 6;
}
#}

body .brand-item:nth-child(3) {
    order: 2;
}
body .brand-item:nth-child(4) {
    order: 6;
}

#pg-page-banner-container-v2 .pg-banner-content > img {
    margin-bottom: 80px;
}


#pg-page-banner-container-v2>div {
  align-items: flex-start;
}
#pg-page-banner-container-v2 .pg-banner-inner > div {
    flex-basis: 50%;
}
#pg-page-banner-container-v2 .button-container {
    margin-top: 40px;
}

#pg-page-banner-container-v2 .pg-banner-content,
#pg-page-banner-container-v2 .pg-banner-image {
    max-width: unset;
    width: unset;
}

@media (min-width: 1024px) {
  #pg-page-banner-container-v2 .pg-banner-content {
    padding-top: 64px;
    padding-bottom: 64px;
  }
/*   #pg-page-banner-container-v2>div {
    column-gap: 32px;
  } */
  #pg-page-banner-container-v2 .pg-banner-content {
      max-width: 692px;
      width: 100%;
  }
}

@media (max-width: 1023px) {
  #pg-page-banner-container-v2 .pg-banner-content {
    padding: 0;
  }
  #pg-page-banner-container-v2 .pg-banner-image {
    padding: 0 30px 30px;
  }
  .brand-item {
    flex: 1 1 calc(50% - 32px) !important;
  }
}

@media (max-width: 850px) {
  #pg-page-banner-container-v2 .pg-banner-image {
    padding: 0;
  }
  #pg-page-banner-container-v2>div {
    padding: 0 35px 45px 35px;
  }
  #pg-page-banner-container-v2 .pg-banner-content > img {
    margin-bottom: 40px;
  }
  .brand-item.brand-item-image {
    display: none;
  }
}

@media (max-width: 767px) {
  .brand-item {
    flex: 1 1 calc(100%) !important;
  }
}

@media (max-width: 425px) {
  .pg-breadcrumb li+li:before {
    margin: 0 10px;
  }
}








