* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

body,
button,
a {
  font-family: sans-serif;
}
.sections-wrapper {
  width: 100%;
  max-width: 95%;
  display: flex;
  margin: 0 auto;
  justify-content: space-between;
  align-items: center;
  height: 100vh;
  @media (min-width: 1600px) {
    justify-content: center;
  }
  @media (max-width: 968px) {
    flex-direction: column-reverse;
    margin-top: 24px;
    height: auto;
  }
}
.section {
  height: 90%;
  @media (max-width: 968px) {
    width: 100% !important;
  }
}

.section.iframe .iframe-wrapper {
  position: relative;
  height: 100%;
  display: inline-block;
  aspect-ratio: 12/17;
  @media (max-width: 968px) {
    width: 100%;
    padding: 24px;
    aspect-ratio: 10/14;
  }
}
.sections-wrapper .section.iframe iframe {
  width: 100%;
  height: 100%;
}

.article-right-top {
  width: 100%;
  font-size: 20px;
  line-height: 120%;
  margin: 12px 0;

  @media (max-width: 968px) {
    width: 100% !important;
    margin: 0;
  }
}

.article-right-top .header {
  color: #bd804f;
  font-weight: normal;
  line-height: 115%;
  margin: 12px 0 32px;
  font-size: 24px;
  letter-spacing: 1.2;
  font-weight: bolder;
}
.article-right-top .text {
  margin-top: 24px;
}

.sarteview-img {
  overflow: hidden;
}

.sarteview-img img {
  margin-left: -100px;
  width: 100%;
  min-width: 400px;
  max-width: 500px;
  @media (max-width: 1160px) {
    margin-left: -80px;
  }
  @media (max-width: 968px) {
    min-width: 500px;
    margin-left: -100px;
  }
}

.article-right-top .button {
  margin-top: 48px;
  width: 300px;
  height: 60px;
  background-color: white;
  max-width: 100%;
  color: #bd804f;
  border: 2px solid #bd804f;
  cursor: pointer;
  transition: 0.3s;
  font-size: 18px;
  max-width: 100%;
}
.article-right-top .button:hover {
  background: #6c462d;
  border-color: #6c462d;
  color: white;
}

.article-right-top p {
  font-weight: lighter;
  color: #1d1d1b;
  line-height: 150%;
}

.right {
  position: relative;
  padding: 0 24px;
  width: 55%;
  max-width: 600px;
  @media (max-width: 968px) {
    padding: 24px;
    max-width: 100%;
  }
}

.right .image {
  position: absolute;
  right: 24px;
  bottom: -24px;
}
.image {
  opacity: 0.1;
  width: 250px;
  @media (max-width: 968px) {
    display: none;
  }
}
