.navbar {
  background-color: #ffffff !important;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.772rem 1rem;
}
@media screen and (min-width: 768px) {
  .navbar {
    height: 2.83rem;
  }
}

.navbar__logo {
  width: 6.28rem;
  height: 2.27rem;
  flex-shrink: 0;
  angle: 0 deg;
  opacity: 1;
}
.navbar__logo-img {
  height: 100%;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .navbar__logo {
    width: 4.17rem;
    height: 1.50rem;
    angle: 0 deg;
    opacity: 1;
  }
  .navbar__logo-img {
    height: 100%;
    width: 100%;
  }
}
.navbar__call-btn {
  height: 2rem;
  width: 7.59rem;
  border-radius: 1.09rem;
  color: white;
  border: 1px solid white;
  text-decoration: none;
  font-size: var(--font-16);
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #802a8f;
}
@media screen and (min-width: 768px) {
  .navbar__call-btn {
    height: 1.509rem;
    width: 8.3rem;
    font-size: var(--font-lg-28);
  }
}
.navbar__call-image {
  height: var(--font-14);
  width: var(--font-14);
  margin-right: 0.2rem;
}
@media screen and (min-width: 768px) {
  .navbar__call-image {
    height: var(--font-lg-24);
    width: var(--font-lg-14);
    margin-right: 0.2rem;
  }
}
a {
  text-decoration: none;
}
