*,
*::before,
*::after {
  box-sizing: border-box;
}

body {
  margin: 0;
}

.info {
  min-height: 100vh;
  min-height: 100svh;
  position: relative;
  background: url("../assets/back.png") center/cover no-repeat fixed;
}
.info__overlay {
  min-height: inherit;
  display: flex;
  justify-content: center;
  background: rgba(255, 255, 255, 0.55);
  backdrop-filter: blur(4px);
}
.info__content {
  width: min(1200px, 92%);
  padding: 8rem 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.info__catch {
  margin-bottom: 0.75rem;
  font-size: 0.9rem;
  font-weight: 500;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: rgba(0, 0, 0, 0.55);
}
.info__title {
  margin-bottom: 1.25rem;
  font-size: clamp(2.8rem, 7vw, 5rem);
  font-weight: 700;
  letter-spacing: 0.08em;
  color: #222;
}
.info__description {
  max-width: 640px;
  margin-bottom: 4rem;
  font-size: 1.05rem;
  line-height: 1.9;
  text-align: center;
  color: rgba(0, 0, 0, 0.7);
}
.info__timeline {
  width: 100%;
  max-width: 720px;
  padding: 2rem;
  border: 1px solid rgba(255, 255, 255, 0.6);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.45);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.08);
  display: flex;
  justify-content: center;
}
.info .twitter-timeline {
  width: 100% !important;
}

@media (max-width: 768px) {
  .info__post {
    width: 100%;
    max-width: 560px;
    display: flex;
    justify-content: center;
  }
  .info__button {
    margin-top: 2rem;
  }
  .info .twitter-tweet {
    width: 100% !important;
  }
}/*# sourceMappingURL=info.css.map */