:root {
  --typography-wight: #fff;
  --typography-gray: #cfcfcf;
  --typography-orange: #d99c2b;
  --secondary-orange: #d99c2b;
  --secondary-link: #3d6dff;
  --default-20: #cfcfcf;
  --background-black: #0c1016;

  --font-family: "Montserrat", sans-serif;
  --second-family: "Syncopate", sans-serif;
  --third-family: "Inter", sans-serif;
  --font3: "Raleway", 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(--typography-wight);
  background: var(--background-black);
}

html {
  scroll-behavior: smooth;
}

.section-lhb {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;

  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}

.container-lhb {
  display: flex;
  align-items: center;
  flex-direction: column;
  width: 375px;
  padding: 56px 16px;
}

.section-title-lhb {
  font-family: var(--second-family);
  font-weight: 400;
  font-size: 26px;
  line-height: 140%;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin-bottom: 24px;
}

.section-subtitle-lhb {
  font-weight: 400;
  font-size: 12px;
  line-height: 140%;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  text-align: justify;
  color: var(--typography-orange);
  margin-bottom: 32px;
}

@media screen and (min-width: 1440px) {
  .container-lhb {
    width: 1440px;
    padding: 80px 64px;
  }

  .section-title-lhb {
    font-size: 42px;
    letter-spacing: 0.12em;
  }

  .section-subtitle-lhb {
    font-size: 16px;
    margin-bottom: 64px;
  }
}
