h1 {
  margin-top: 124px;
}

.hero {
  min-height: 862px;
  background:
    url("/img/main-bg.png") no-repeat center right,
    linear-gradient(#ec3c6a, #ec3c6a);
  position: relative;
}

.about-block {
  display: flex;
  flex-direction: column;
}

.about-block-info {
  display: flex;
  gap: 24px;
  align-items: flex-start;
}

.about-block-info .text p {
  color: #bcbcbc;
  font-size: 18px;
  line-height: 150%;
}

.about-block-info .text {
  margin-top: 0px;
}

.about-block-info .text p:last-of-type {
  margin-bottom: 50px;
}

.about-block-info .purple-button {
  padding: 24px;
}

.about-block-info .text h3 {
  color: #bcbcbc;
  font-family: "Oswald";
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 26px;
}

.collections {
  background: rgba(71, 71, 71, 0.3);
}

.collections h2 {
  text-align: left;
}

.collections .text {
  color: #bcbcbc;
  font-size: 20px;
  line-height: 150%;
  max-width: 740px;
}

.about-block,
.collections {
  padding-block: 110px;
}

.why-choose-item {
  background: linear-gradient(
      246deg,
      #151515 0%,
      #1f1014 81.35%,
      rgba(252, 0, 66, 0.34) 100%
    )
    no-repeat left bottom;
}

.start-block {
  background: #151515;
}

.dt {
  display: block;
}

.mob {
  display: none;
}

@media (max-width: 1000px) {
  .about-block-info {
    flex-direction: column;
  }

  .dt {
    display: none;
  }

  .mob {
    display: block;
  }
}

@media (max-width: 900px) {
  .hero {
    min-height: 940px;
    background:
      url(/img/main-bg.png) no-repeat center bottom,
      linear-gradient(#ec3c6a, #ec3c6a);
  }
  h1 {
    margin-top: 110px;
  }

  .about-block,
  .collections {
    padding-block: 80px;
  }
}

@media (max-width: 768px) {
  .hero {
    min-height: 740px;
    padding-top: unset;
    background: linear-gradient(
      270deg,
      #ec3f6c 0%,
      #bc2048 39.03%,
      #70001d 100%
    );
  }

  .hero .purple-button {
    margin-bottom: 68px;
  }
}

@media (max-width: 500px) {
  h1 {
    margin-top: 40px;
    font-size: 50px;
  }
  .about-block,
  .collections {
    padding-block: 60px;
  }

  .collections h2 {
    text-align: center;
  }
}
