.base-title {
  font-family: "Inter", sans-serif;
  font-size: 48px;
  font-weight: 900;
  line-height: 120%;
  text-align: center;
  color: #F9F9FC;
}

.base-subtitle {
  font-family: "Inter", sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 120%; 
  color: #ffffff;
}

.base-text {
  color: #ffffff;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 140%; 
}

@media screen and (max-width: 992px) {

  .base-title {
    font-size: 36px;
  }

  .base-subtitle {
    font-size: 16px;
    font-weight: 400;
  }
}

