body,html {
    overflow-x: hidden;
}
#descMenu ul,
.lang {
  display: none;
}
.logo {
  width: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
}
#descMenu button {
  font-size: 14px;
}
#bannerWrapper h1 {
  font-size: 1.5rem;
}
#bannerBox {
  max-width: 100%;
  padding-top: 150px;
}
#pWrapper {
  padding-top: 80px;
}
.topCenter h2,
#adWrapper h3,
#contactWrapper h3 {
  font-size: 24px;
}
.topCenter p {
  margin-top: 15px;
}
.pCard {
  width: 100%;
  height: fit-content;
}
#cWrapper {
  margin-top: 50px;
}
.cCard h4 {
  font-size: 28px;
}
.adCard {
  width: 100%;
}
.adCard div {
  max-width: 100%;
}
#contactLeft,
#contactRight {
  width: 100%;
}
#contactWrapper {
  padding-top: 50px;
}
#contactRight {
  margin-top: 50px;
}
#targetLinks a {
  width: 100px;
  height: 100px;
}
.buttonSocials {
  width: 80px;
  height: 80px;
}
#openModal.active {
  left: -210px;
}
#openModal {
  font-size: 12px;
}
.button__text {
  position: absolute;
  inset: 0;
  text-transform: uppercase;
  animation: text-rotation 8s linear infinite;

  > span {
    position: absolute;
    transform: rotate(calc(20deg * var(--index)));
    inset: 4px;
  }
}
