.flex-container {
  display: flex;
  justify-content: space-between;
}

.flex-container>div {
  width: auto;
  position: relative;
  margin: auto;
}

.be-new-footer {
  background-image: url("https://videos.brightedge.com/assets/website-pages/homepage/images/footer-background.png");
  background-position: right;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 15px 0px;
  position: absolute;
  width: 100%;
}

.be-footer-two-columns-list {
  column-count: 2;
  column-gap: 30px;
}

.be-new-footer .pages {
  border-left: 0.5px solid #172b4d;
}

.be-new-footer .pages ul {
  list-style-type: none;
  min-height: 288px;
}

.be-new-footer .pages ul:nth-child(odd) {
  color: #fd4533;
}

.be-new-footer .pages ul li a {
  color: #000;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 200;
  line-height: 32px;
}

.be-new-footer .pages ul li a:hover {
  text-decoration: none;
  color: #337ab7;
}

.be-new-footer .footer-logo {
  width: 100%;
}

.be-new-footer .footer-info {
  padding-top: 50px;
}

.be-new-footer .footer-info-container {
  float: right;
}

.be-new-footer .footer-info-container p {
  color: #000;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
}

.be-new-footer .footer-description {
  padding-top: 12px;
}

.be-new-footer .footer-description p a {
  color: #000;
  text-decoration: none;
}

.be-new-footer .footer-description p a:hover {
  color: #009dda;
}

.be-new-footer .footer-info-container p.be-copyright-text {
  color: #172b4d61;
  cursor: default;
}

.be-new-footer p.title {
  color: var(--Light-Theme-Text-Primary, #172b4d);
  font-feature-settings: "liga" off, "clig" off;
  font-family: Roboto;
  font-size: 12px;
  font-style: normal;
  font-weight: 300;
  line-height: 266%;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 0px;
  text-align: left;
  margin-top: 0px !important;
}

/* portrait tablets, portrait iPad, e-readers (Nook/Kindle), landscape 800x480 phones (Android) */
@media (min-width: 768px) and (max-width: 1024px) {}

/* Mobile View */
@media only screen and (max-width: 600px) {
  .be-new-footer .flex-container>div {
    margin: 0%;
  }

  .be-new-footer .pages ul {
    list-style-type: none;
    min-height: 0px;
  }

  .be-new-footer .footer-info-container {
    float: none;
  }

  .be-new-footer .flex-container {
    flex-direction: column;
  }
}