#footerFlex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 100vw;
}

#footerOmexPhone,#footerOmexPageLink{
  color: #fff;
  font-size: 20px;
}

/* Left */
#footerText {
  margin: 0;
}

/* Right */
#footerIcons {
  display: flex;
  gap: 0.75rem;
}

/* Icons */
.footerSquareMediaIcon {
  width: 28px;
}

.footerRectangleMediaIcon {
  width: 100px;
}

.footer-bottom{
  padding: 0 2%;
}

footer > .footer-bottom > .container-fluid{
  margin-top: 0px;
}

#footerText{
  font-weight: 400;
}