/* screen - support */

.support {
  align-items: center;
  background-color: var(--curious-blue);
  display: flex;
  flex-direction: column;
  min-height: 700px;
  padding: 17px 30.7px;
  width: 320px;
}

.support .place {
  letter-spacing: 0.54px;
  line-height: 53px;
  margin-left: 2.54px;
  margin-top: 33px;
  min-width: 165px;
  text-align: center;
  white-space: nowrap;
}

.support .any-ideas-any-prob {
  align-self: flex-end;
  color: var(--white);
  font-family: var(--font-family-roboto);
  font-size: var(--font-size-l);
  font-weight: 500;
  letter-spacing: 0.25px;
  line-height: 24px;
  margin-top: 12px;
  min-width: 256px;
  white-space: nowrap;
}

.support .contact-support {
  cursor: pointer;
  height: 24px;
  margin-top: 16px;
  width: 224px;
}

.support .realweather {
  cursor: pointer;
  height: 73px;
  margin-left: 3.0px;
  margin-top: 431px;
  width: 73px;
}
