* {
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: Inter;
}

section {
  width: 100%;
  color: white;
  line-gap-override: 2px;
  position: relative;
  height: 37.25rem;
}

section .text {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 2.26rem;
  position: absolute;
  top: 0;
  left: 0;
}

section .text h4 {
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.15625rem;
  text-transform: uppercase;
}

section .text h1 {
  font-size: 3.875rem;
  font-weight: 600;
  line-height: 5.265rem;
  letter-spacing: 0.03125rem;
  margin-top: 2.68rem;
}

section .text span {
  font-size: 1.125rem;
  font-weight: 300;
  line-height: 2.25rem;
}

section .black-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  top: 0;
  left: 0;
}

section img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.description {
  width: 60%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2.43rem;
  margin: 0 auto;
  margin-top: 2.44rem;
}

.description p {
  color: #000;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.74375rem;
}

.description img {
  width: 100%;
}

.description .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
}

.description h2 {
  text-align: center;
  font-size: 2.3125rem;
  font-weight: 600;
  line-height: 3.22875rem;
}

.description .scratch_for {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 3.81rem;
}

.description .scratch_for span {
  width: 50%;
  text-align: center;
  font-size: 1.1875rem;
  font-weight: 300;
  line-height: 2.25rem;
}

.description .advantages {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 2.23rem;
}

.description .advantages .advantage_box {
  width: 47%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.25rem;
}

.description .advantages .advantage_box .text {
  width: 80%;
}

.description .advantages .advantage_box .text h4 {
  font-size: 1.0625rem;
  font-weight: 600;
  line-height: 1.6875rem;
  margin-bottom: 0.87rem;
}

.description .advantages .advantage_box .text p {
  font-size: 0.875rem;
  font-weight: 300;
  line-height: 1.74375rem;
}

footer {
  padding: 20px;
  background-color: black;
  color: white;
  margin-top: 30px;
}

footer .main {
  margin: 0 auto;
  width: 60%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  font-size: 14px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

footer .main .left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
}

footer .main a {
  color: white;
  text-decoration: none;
}

footer .main a:hover {
  text-decoration: underline;
}
/*# sourceMappingURL=style.css.map */