.wrapper {
  overflow: hidden;
  min-height: 100vh;
  background: linear-gradient(270deg, #191a1b 0%, #0e0f0f 100%);
}

.about {
  position: relative;
  min-height: 85vh;
}

.about .text {
  position: relative;
  z-index: 3;
  padding: 142px 0 48px;
}

.about .text h1 {
  font-size: 44px;
  font-weight: 500;
  font-style: normal;
  line-height: normal;
  margin: 0 0 21px;
  color: #fff;
}

.about .text p {
  font-size: 16px;
  font-weight: 500;
  font-style: normal;
  line-height: 24px;
  margin-bottom: 24px;
  color: #fff;
}

.about .text p b {
  font-weight: 500;
}

.about .text .subscribe {
  font-size: 17.6px;
  font-weight: 500;
  font-style: normal;
  line-height: 26.4px;
 /* 150% */
  display: block;
  width: 100%;
  margin-top: 39px;
  padding: 18px;
  transition: all .3s;
  text-align: center;
  color: #1d1d1d;
  border: 1px solid transparent;
  border-radius: 8px;
  background: #fff;
  box-shadow: 2px 4px 12px 0 rgba(0, 0, 0, .25) inset, 0 4px 20px 0 rgba(255, 255, 255, .24);
}

.about .text .subscribe:hover {
  color: #fff;
  border-color: #fff;
  background: #1d1d1d;
}

.about .image {
  position: relative;
}

.about .image img {
  position: relative;
  z-index: 2;
  width: 100%;
}

.about .image .bg {
  position: absolute;
  z-index: 1;
  top: 70%;
  left: 50%;
  width: 110%;
  max-width: initial;
  transform: translate(-50%, -50%);
  opacity: .08;
}

@media screen and (min-width: 768px) {
  .about {
    display: flex;
    align-items: center;
  }

  .about .content {
    display: flex;
    padding: 170px 0 60px;
    justify-content: space-between;
    align-items: center;
  }

  .about .text {
    padding: 0;
    flex-basis: 48%;
  }

  .about .text .subscribe {
    width: 207px;
  }

  .about .image {
    flex-basis: 48%;
  }

  .about .image .bg {
    top: 50%;
  }
}

@media screen and (min-width: 1024px) {
  .about .image {
    flex-basis: 48%;
  }

  .about .image .bg {
    position: relative;
    top: auto;
    left: auto;
    width: 100%;
    transform: translate(0, 0);
  }

  .about .image .product {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}

@media screen and (min-width: 1280px) {
  .about .content {
    padding: 120px 0 60px;
  }

  .about .image {
    flex-basis: 49%;
  }

  .about .image .bg {
    transform: translate(108px, 0px);
  }

  .about .text {
    margin-top: 22px;
    flex-basis: 40%;
  }

  .about .text h1 {
    font-size: 88px;
    line-height: normal;
    width: 100%;
  }

  .about .text p b {
    font-weight: 700;
  }

  .about .text .subscribe {
    margin-top: 56px;
  }
}
