:root {
  --font-family: "Montserrat", sans-serif;
  --second-family: "Lato", sans-serif;
  --third-family: "Ubuntu", sans-serif;
  --font3: "Open Sans", 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;
  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: #656c83;
  background: #f2ecec;
  overflow-x: hidden;
}

html {
  scroll-behavior: smooth;
}

.section-rls {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}

.container-rls {
  position: relative;
  width: 375px;
  padding-left: 16px;
  padding-right: 16px;
}

.section-title-rls {
  font-style: italic;
  font-weight: 900;
  font-size: 36px;
  line-height: 150%;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  text-align: center;
  color: #ff0004;
  margin-bottom: 40px;
}

@media screen and (min-width: 1440px) {
  .container-rls {
    width: 1440px;
    padding: 92px 291px;
  }
}
