.terms header .logo .logo-link {
  display: inline-flex;
  align-items: center;
  gap: 16px;
  text-decoration: none;
  color: inherit;
}

.terms header .logo .logo-icon {
  width: 64px;
  height: 64px;
  border-radius: 22%;
}

.terms header .logo .logo-title {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 20px;
  line-height: 1.2;
  color: #1a1919;
}

.terms header .logo .logo-subtitle {
  font-family: var(--font-body);
  font-size: 14px;
  color: #6c6c6c;
  margin-top: 2px;
}

.main-page .logo .logo-link {
  display: inline-flex;
  align-items: center;
  gap: 20px;
  text-decoration: none;
  color: inherit;
}

.main-page .logo .logo-icon {
  width: 96px;
  height: 96px;
  border-radius: 22%;
}

.main-page .logo .logo-title {
  font-family: var(--font-display);
  font-weight: 800;
  font-size: 24px;
  line-height: 1.2;
  letter-spacing: -0.02em;
  color: #000;
}

.main-page .logo .logo-subtitle {
  font-family: var(--font-body);
  font-size: 18px;
  color: #4f4f4f;
  margin-top: 6px;
}

.main-page section .content-wrapper .content .content-title {
  font-family: var(--font-display);
  font-weight: 800;
  letter-spacing: -0.03em;
}

.main-page section .content-wrapper .content .content-text {
  font-family: var(--font-body);
}

.main-page footer .menu li a {
  font-family: var(--font-body);
}

.terms .text-container,
.terms .text-container .title,
.terms .text-container h2 {
  font-family: var(--font-body);
}

.terms .text-container .title,
.terms .text-container h2 {
  font-family: var(--font-display);
  letter-spacing: -0.02em;
}

.content-title .brand-accent {
  color: #2563eb;
}

.main-page .button-holder .app-store-link {
  display: inline-block;
}

.main-page .button-holder .app-store-link img {
  display: block;
  height: 48px;
  width: auto;
  max-width: none;
}

@media only screen and (min-width: 640px) {
  .main-page .button-holder .app-store-link img {
    height: 56px;
  }
}

.main-page .banner .banner-phones {
  position: relative;
  width: 100%;
  max-width: 560px;
  margin: 0 auto;
  min-height: 0;
}

@media only screen and (min-width: 993px) {
  .main-page .banner .banner-phones {
    margin-left: auto;
    margin-right: 0;
    transform: translateX(36px);
  }
}

.main-page section .content-wrapper .banner .banner-phones img {
  display: block;
  width: auto;
  height: auto;
  margin: 0;
  filter: drop-shadow(0 20px 20px rgb(0 0 0 / 0.12));
}

.main-page section .content-wrapper .banner .banner-phones img.phone-home {
  position: relative;
  z-index: 1;
  width: 240px;
  max-width: 42%;
}

.main-page section .content-wrapper .banner .banner-phones img.phone-industry {
  position: absolute;
  left: 28%;
  top: 50%;
  z-index: 2;
  width: 310px;
  max-width: 55%;
  transform: translateY(-50%);
}

@media only screen and (min-width: 640px) {
  .main-page .banner .banner-phones {
    max-width: 600px;
  }

  .main-page section .content-wrapper .banner .banner-phones img.phone-home {
    width: 270px;
  }

  .main-page section .content-wrapper .banner .banner-phones img.phone-industry {
    width: 350px;
  }
}

@media only screen and (min-width: 1024px) {
  .main-page .banner .banner-phones {
    max-width: 640px;
  }

  .main-page section .content-wrapper .banner .banner-phones img.phone-home {
    width: 300px;
  }

  .main-page section .content-wrapper .banner .banner-phones img.phone-industry {
    width: 380px;
  }
}

@media only screen and (max-width: 992px) {
  .main-page .logo .logo-link {
    gap: 16px;
  }

  .main-page .logo .logo-icon {
    width: 75px;
    height: 75px;
  }

  .main-page .logo .logo-title {
    font-size: 22px;
  }

  .main-page .logo .logo-subtitle {
    font-size: 16px;
  }
}

@media only screen and (max-width: 767px) {
  .terms header .logo .logo-icon {
    width: 48px;
    height: 48px;
  }

  .terms header .logo .logo-title {
    font-size: 16px;
  }

  .terms header .logo .logo-subtitle {
    font-size: 12px;
  }

  .main-page .logo .logo-icon {
    width: 55px;
    height: 55px;
  }

  .main-page .logo .logo-title {
    font-size: 15px;
  }

  .main-page .logo .logo-subtitle {
    font-size: 14px;
  }

  .main-page .banner .banner-phones {
    max-width: 400px;
  }

  .main-page section .content-wrapper .banner .banner-phones img.phone-home {
    width: 190px;
  }

  .main-page section .content-wrapper .banner .banner-phones img.phone-industry {
    width: 250px;
  }
}
