.home-blue-text {
  width: 100%;
  padding-block: 5rem;
  background-color: #2c5aa9;
  color: #fff;
}

.home-blue-text__title {
  margin: 0;
  color: #fff;
  font-size: clamp(2rem, 3vw, 3rem);
  line-height: 1.15;
  font-weight: 700;
}

.home-blue-text__upper-title {
  margin: 0 0 1rem;
  color: #fff;
  font-size: 0.875rem;
  line-height: 1.4;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.home-blue-text__description {
  color: #fff;
  font-size: 1.125rem;
  line-height: 1.65;
}

.home-blue-text__description p {
  margin: 0 0 1.25rem;
}

.home-blue-text__description p:last-child {
  margin-bottom: 0;
}

.home-blue-text__description a {
  color: #fff;
  text-decoration: underline;
  text-decoration-thickness: 0.1em;
  text-underline-offset: 0.15em;
}

.home-blue-text__description a:hover {
  text-decoration-thickness: 0.15em;
}

.home-blue-text__description a:focus-visible {
  outline: 0.1875rem solid #fff;
  outline-offset: 0.25rem;
  border-radius: 0.125rem;
}

@media (max-width: 61.99875rem) {
  .home-blue-text {
    padding-block: 4rem;
  }

  .home-blue-text__title {
    margin-bottom: 2rem;
  }
}

@media (max-width: 47.99875rem) {
  .home-blue-text {
    padding-block: 3rem;
  }

  .home-blue-text__title {
    font-size: 2rem;
  }

  .home-blue-text__description {
    font-size: 1rem;
    line-height: 1.6;
  }
}
