.navbar-dropdown {
  width: 200px;
  right: 40px;
  left: auto;
  padding: 20px;
  box-shadow: 0px 4px 5px 1px #2b2b2b30;
  background: #fff;
}
.navbar-dropdown ul {
  list-style-type: none;
  padding-left: 0;
}
.navbar-dropdown ul a {
  text-decoration: none;
}
.navbar-dropdown ul a:hover {
  text-decoration: underline;
}
.mobile-lang {
  display: none;
}
.project-preview-image-wrapper {
  height: 359px;
}
.contact-offices-item .image-wrapper {
  aspect-ratio: 1/1;
}
.view-button {
  display: none !important;
}
.footer_text {
  font-size: 12px;
  opacity: 0.5;
  max-width: 500px;
  line-height: 140%;
}
.home-quote-image-wrapper {
  height: min(480px, 100vw);
}
.home-quote-content {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.home-quote-image-wrapper img {
    object-position: 50% 20%;
}
.navbar-logo{
  max-width: 80px;
}