html {
  font-family: Ubuntu, sans-serif;
  font-weight: 400;
}

body * {
  box-sizing: border-box;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
}

.container {
  max-width: 1250px;
  margin: 0 auto;
  padding: 0 15px;
}

.article {
  padding-top: 80px;
  padding-bottom: 120px;
}

.article-title {
  max-width: 596px;
  font-family: "Oswald";
  font-weight: 600;
  line-height: 115%;
  text-transform: uppercase;
  color: #2c332f;
  margin-bottom: 123px;
}

.article-title-large {
  font-size: 48px;
}

.article-title-medium {
  font-size: 36px;
  margin-bottom: 40px;
}

.article-text {
  font-weight: 400;
  font-size: 16px;
  line-height: 130%;
  color: #535755;
}

.article-decor-wrapper {
  margin: 80px auto;
  position: relative;
}

.article-decor-wrapper-left::before {
  content: "";
  position: absolute;
  top: 100px;
  left: -350px;
  z-index: -1;
  background: url("../images/article-decor.svg") no-repeat;
  width: 528px;
  height: 48px;
}

.article-img {
  width: 100%;
}

.article-text-size {
  max-width: 744px;
  margin-bottom: 20px;
}

.article-list {
  margin-top: 0;
  padding-left: 22px;
  margin-bottom: 80px;
}

.article-item {
  margin-bottom: 12px;
}

.article-item::marker {
  color: #3596ed;
  font-size: 22px;
}

.article-decor-wrapper-right::before {
  content: "";
  position: absolute;
  right: -350px;
  bottom: 130px;
  z-index: -1;
  background: url("../images/article-decor.svg") no-repeat;
  width: 528px;
  height: 48px;
}

.article-video {
  width: 100%;
}
