.home-router-band {
  border-bottom: 1px solid #424943;
  background: #f4d85c;
  color: #101411;
}

.home-router-band > a {
  width: min(1380px, calc(100% - 56px));
  min-height: 154px;
  margin: auto;
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(360px, .9fr) auto;
  gap: 38px;
  align-items: center;
  color: inherit;
  text-decoration: none;
}

.home-router-band__copy {
  min-width: 0;
  padding: 28px 0;
}

.home-router-band__copy span {
  display: block;
  margin-bottom: 9px;
  color: #65550c;
  font-size: 8px;
  font-weight: 900;
}

.home-router-band__copy strong {
  display: block;
  max-width: 760px;
  font-size: 25px;
  line-height: 1.08;
  overflow-wrap: anywhere;
}

.home-router-band__copy p {
  max-width: 780px;
  margin: 10px 0 0;
  color: #4d441b;
  font-size: 10px;
  line-height: 1.55;
}

.home-router-band__scope {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-top: 1px solid #6f5f14;
  border-left: 1px solid #6f5f14;
}

.home-router-band__scope span {
  min-width: 0;
  min-height: 64px;
  display: grid;
  place-items: center;
  padding: 9px;
  border-right: 1px solid #6f5f14;
  border-bottom: 1px solid #6f5f14;
  font-size: 8px;
  font-weight: 900;
  text-align: center;
  overflow-wrap: anywhere;
}

.home-router-band__action {
  min-width: 152px;
  min-height: 48px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 0 15px;
  border: 1px solid #101411;
  background: #101411;
  color: #ffffff;
  font-size: 9px;
  font-style: normal;
  font-weight: 900;
}

.home-router-band > a:hover .home-router-band__action {
  background: #356dd7;
}

.home-router-band__action b {
  color: #b9f34a;
  font-size: 17px;
}

@media (max-width: 1050px) {
  .home-router-band > a {
    grid-template-columns: minmax(0, 1fr) minmax(320px, .8fr);
  }

  .home-router-band__scope {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .home-router-band__action {
    grid-column: 1 / -1;
    justify-self: start;
    margin-bottom: 26px;
  }
}

@media (max-width: 720px) {
  .home-router-band > a {
    width: calc(100% - 30px);
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 28px 0;
  }

  .home-router-band__copy {
    padding: 0;
  }

  .home-router-band__copy strong {
    font-size: 21px;
  }

  .home-router-band__scope {
    grid-template-columns: 1fr;
  }

  .home-router-band__scope span {
    min-height: 44px;
  }

  .home-router-band__action {
    grid-column: auto;
    width: 100%;
    margin: 0;
  }
}
