.rd-navbar-panel .call-and-logo {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin: 0 10px;
}

@media only screen and (min-width: 1200px) {
  .call-now-fixed {
    display: none;
  }
}

@media only screen and (min-width: 480px) {
  .call-number-break {
    display: none;
  }
}

/* ================================= */
/* FINAL EXPENSE EXPLAINED */
/* ================================= */

#final-expense-explained img {
  max-width: 450px;
}

/* ================================= */
/* COMPANY LOGOS */
/* ================================= */

#company-logos {
  /* background-color: #fff; */
}

/* ================================= */
/* WHY FINAL EXPENSE */
/* ================================= */

#why-final-expense {
  background-color: #fff;
}

/* ================================= */
/* UI-TO-TOP */
/* ================================= */

.ui-to-top {
  left: 40px;
}
