:root {
  --main-bg-txt: #18191c;
  --bg2: #222326;
  --extra: #404349;
  --also-txt: #fefeff;
  --txt-body: #cbd2d7;
  --accent: #78aa06;
  --playmarket-google-yelllow: #fabc13;
  --playmarket-google-red: #eb4335;
  --playmarket-google-blue: #547dbf;
  --playmarket-google-green: #30a851;
  --microsoft-btn-microsoft-green: #7fba00;
  --microsoft-btn-microsoft-red: #f25022;
  --microsoft-btn-microsoft-blue: #00a4ef;
  --microsoft-btn-microsoft-yellow: #ffb900;

  --font-family: "Alexandria", sans-serif;
  --second-family: "Asap Condensed", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
}

dl,
dt,
dd,
figure,
p {
  margin: 0;
}

dt,
dd {
  display: inline;
}

dd::after {
  content: "";
  display: block;
}

ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

a {
  color: inherit;
  text-decoration: none;
}

button {
  cursor: pointer;
  border: none;
  padding: 0;
  color: inherit;
  background-color: transparent;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}

*,
::before,
::after {
  box-sizing: border-box;
}

body {
  margin: 0 auto;
  font-family: var(--font-family);
  color: var(--txt-body);
  background: var(--main-bg-txt);
  overflow-x: hidden;
}

html {
  scroll-behavior: smooth;
}

.section-wdt {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
}

.container-wdt {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 375px;
  padding: 64px 16px;
}

.section-subtitle-wrap-wdt {
  display: flex;
  align-items: center;
  width: 100%;
  padding-left: 4px;
  margin-bottom: 48px;

  .section-subtitle-letter-wdt {
    width: 16px;
    height: 16px;
    margin-right: 16px;
  }

  .section-subtitle-wdt {
    font-weight: 300;
    font-size: 10px;
    line-height: 150%;
    text-align: center;
    color: var(--also-txt);
  }
}

.section-title-wdt {
  font-weight: 600;
  font-size: 24px;
  line-height: 150%;
  text-transform: uppercase;
  text-align: center;
  color: var(--also-txt);
  margin-bottom: 40px;
}

@media screen and (min-width: 1440px) {
  .container-wdt {
    width: 1440px;
    padding: 80px 120px;
  }

  .section-subtitle-wrap-wdt {
    padding-left: 0;

    .section-subtitle-wdt {
      font-size: 12px;
    }
  }

  .section-title-wdt {
    font-weight: 400;
    font-size: 32px;
    margin-bottom: 48px;
  }
}
