:root {
  --big-stone: #182f3c;
  --black: #000;
  --black-pearl: #070e2f;
  --christine: #e3650b;
  --iron: #d4d4d8;
  --linen: #fdfaf5;
  --orange-peel: #ff9e00;
  --pale-sky: #6b7280;
  --spring-wood: #f2ede5;
  --spring-wood-700: rgba(242, 237, 229, 0.7);
  --white: #fff;
  --color-grey-92: #f2ede5;
  --color-blue-11: #070e2f;
  --color-grey-46: #6b7280;
  --color-orange-47: #e3650b;
  --color-white-solid: #fff;
  --color-orange-50: #ff9e00;
  --color-azure-16: #182f3c;
  --color-grey-98: #fdfaf5;
  --color-grey-92-700: rgba(242, 237, 229, 0.7);
  --color-grey-94: #f9f3e6;
  --color-grey-84: #d4d4d8;
  --color-black-solid: #000;

  --font-family: "Oswald", sans-serif;
  --second-family: "Open Sans", sans-serif;
  --third-family: "Inter", 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);
  background: var(--spring-wood);
  color: #1f1401;
  overflow-x: hidden;
}

html {
  scroll-behavior: smooth;
}

.section-rnp {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}

.container-rnp {
  position: relative;
  width: 375px;
  padding: 56px 16px 310px;
}

.section-title-rnp {
  font-weight: 600;
  font-size: 26px;
  line-height: 92%;
  color: var(--white);
  width: 100%;
  text-align: center;
  margin-bottom: 32px;
}

@media screen and (min-width: 1440px) {
  .container-rnp {
    width: 1440px;
    padding: 77px;
  }

  .section-title-rnp {
    font-size: 32px;
    line-height: 75%;
    margin-bottom: 84px;
  }
}
