:root {
  --font-family: "Open Sans", sans-serif;
  --second-family: "Lato", sans-serif;
  --third-family: "Coiny", sans-serif;
  --font3: "Ubuntu", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
}

p {
  margin: 0;
}

ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

a {
  color: inherit;
  text-decoration: none;
}

button {
  cursor: pointer;
  border: none;
  padding: 0;
  background-color: transparent;
}

img {
  display: block;
  height: auto;
}

*,
::before,
::after {
  box-sizing: border-box;
}

body {
  margin: 0 auto;
  font-family: var(--font-family);
  color: #fff;
  background: url(/images/body-bg.png);
  background-position: center;
  background-size: cover;
  overflow-x: hidden;
}

html {
  scroll-behavior: smooth;
}

.section-lbo {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}

.container-lbo {
  position: relative;
  width: 375px;
  padding: 40px 14.5px;
}

.section-title-lbo {
  font-weight: 700;
  font-size: 24px;
  line-height: 130%;
  text-align: center;
  margin-bottom: 32px;
}

@media screen and (min-width: 1440px) {
  .container-lbo {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 1440px;
    padding: 60px 180px;
  }

  .section-title-lbo {
    font-size: 32px;
    margin-bottom: 50px;
  }
}
