@charset "UTF-8";

.main-gradient {
  background: linear-gradient(140deg, #edf3fb 0%, #e6eef9 100%);
}

.introduction-container {
  background: #fff;
  border: 1px solid #dce7f5;
  border-radius: 1rem;
  max-width: 860px;
}

.introduction-copy {
  max-width: 720px;
  line-height: 1.7;
  color: #233753;
}

.introduction-logo {
  max-width: 92px;
}

@media (min-width: 768px) {
  .introduction-logo {
    max-width: 118px;
  }
}

.introduction-title {
  color: #14335f;
  font-size: clamp(1.8rem, 4vw, 2.5rem);
}

.btn-shine {
  min-width: 230px;
  box-shadow: 0 0.4rem 1rem rgba(17, 36, 63, 0.12);
}

.btn-shine:hover {
  box-shadow: 0 0.55rem 1.25rem rgba(17, 36, 63, 0.2);
}

@media (max-width: 768px) {
  .btn-shine {
    min-width: 100%;
  }
}
