.exe-navbar {
  position: absolute;
  width: 90%;
  margin: auto;
  background: #ffffff;
  border-radius: 50px;
  display: flex;
  justify-content: space-between;
  padding: 20px 30px;
  align-items: center;
  z-index: 1;
  left: 5%;
  right: 5%;
  top: 30px;
}

.exe-navbar .logo img {
  width: 140px;
}

.exe-navbar .exe-cta a {
  color: var(--orange);
  text-decoration: none;
  font-weight: 900;
  font-size: 1.5rem;
}