.home-banner-background {
  background: #7f96aa;
}

html.dark .home-banner-background {
  background: #252a31;
}

.home-banner-container .content > div.absolute > div[onclick="scrollToMain()"] > i::before {
  content: "↓" !important;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif !important;
  font-size: 1.3rem;
  font-weight: 700;
}

.right-side-tools-container .toggle-tools-list > i::before {
  content: "⚙" !important;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI Symbol", sans-serif !important;
  font-size: 1.45rem;
  font-weight: 400;
}

.right-side-tools-container .tool-dark-light-toggle > i::before {
  content: "☾" !important;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI Symbol", sans-serif !important;
  font-size: 1.25rem;
  font-weight: 400;
}

html.dark .right-side-tools-container .tool-dark-light-toggle > i::before {
  content: "☀" !important;
}

@media (max-width: 768px) {
  .home-banner-container .content .description {
    font-size: 2.1rem;
    padding: 0 1rem;
  }

  .home-banner-container .content .description p i,
  .home-banner-container .content .description p span {
    font-size: 1.2rem;
  }
}

@media (max-width: 480px) {
  .home-banner-container .content .description {
    font-size: 1.65rem;
    line-height: 1.15;
  }
}

.home-banner-container .content > div.absolute .social-contacts {
  display: none !important;
}
