h1 {
  margin-top: 124px;
}

.hero {
  min-height: 1080px;
  background: url("/img/main-bg.png") no-repeat center / cover;
  position: relative;
}

.about-block {
  display: flex;
  flex-direction: column;
}


.about-block-grid {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(2, 1fr);
  gap: 24px 22px;
}

.about-block-card div img {
  max-width: 62px;
  width: 100%;
}

.about-block-card {
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: flex-start;
  border-radius: 10px;
  border: 1px solid #e5eaf0;
  background: #fff;
  box-shadow: 0 4px 10px 0 rgba(200, 200, 200, 0.36);
  padding: 40px 20px;
}

.about-block-card div {
  display: flex;
  align-items: center;
  gap: 16px;
}

.about-block-card div h3 {
  color: #2f6fed;
  font-size: 24px;
  font-weight: 700;
  line-height: 150%;
}

.about-block-card p {
  color: #6b7280;
  font-size: 18px;
  line-height: 150%;
}


.collections h2 {
  text-align: center;
}

.collections .blue-button {
  display: block;
  margin: 50px auto 0 auto;
}

.about-block,
.collections {
  padding-block: 110px;
}

.start-block h2 {
  text-align: center;
  margin-bottom: 80px;
}

.why-block h2 {
  margin-bottom: 48px;
  text-align: left;
}

.hero-text:last-of-type {
  margin-bottom: 50px;
}

.about-block-card div {
  width: 100%;
}

.what-get-cards {
  max-width: 600px;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.what-get-cards .about-block-card {
  border: 1px solid #e5eaf0;
  background: #f6f8fb;
  box-shadow: 0 4px 10px 0 rgba(200, 200, 200, 0.36);
}

.why-block .blue-button {
  display: block;
  margin-top: 50px;
}

.info-block.what-get {
  display: flex;
  align-items: center;
  gap: 50px;
  flex-direction: row;
}

.pic-info-block.about-block.start-block.why-block {
  background-color: #f5f5f5;
}

.info-block.what-get .text {
  max-width: 600px;
  width: 100%;
}

.info-block.what-get .text ul li {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #6b6b6b;
  font-size: 18px;
  font-weight: 700;
  line-height: 150%;
}

.info-block.what-get .text ul li:not(:last-of-type) {
  margin-bottom: 10px;
}

.info-block.what-get .text {
  color: #6b6b6b;
  font-size: 18px;
  font-weight: 700;
  line-height: 150%;
  margin-bottom: 30px;
}

.info-block.what-get .list-wrapper {
  max-width: 100%;
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.info-block.what-get .list-wrapper h2 {
  color: #1c2430;
  font-size: 40px;
  font-weight: 700;
  line-height: 150%;
  text-transform: uppercase;
  margin-bottom: 0px;
}

.info-block.what-get .list-wrapper ul li {
  color: #2f6fed;
  position: relative;
  font-size: 18px;
  font-weight: 700;
  line-height: 150%;
}

.info-block.what-get .list-wrapper ul li::before {
  content: "";
  position: relative;
  left: 0px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #2f6fed;
}

.list-wrapper {
  background: #fff;
  padding: 70px;
}

@media (max-width: 1200px) {
  .about-block-grid {
    max-width: 100%;
  }

  .info-block.what-get {
    display: flex;
    flex-direction: column;
  }

  .info-block.what-get .text {
    max-width: 100%;
  }

  .what-get-cards {
    max-width: 100%;
  }

  .list-wrapper {
    padding: 40px 20px;
  }
}

@media (max-width: 900px) {
  .hero {
    min-height: 940px;
  }
  h1 {
    margin-top: 110px;
  }

  .about-block,
  .collections {
    padding-block: 80px;
  }
}

@media (max-width: 768px) {
  .hero {
    min-height: 740px;
    padding-top: unset;
  }

  .hero .blue-button {
    margin-bottom: 68px;
  }

  .about-block-grid {
    display: flex;
    flex-direction: column;
    align-items: stretch;
  }
}

@media (max-width: 500px) {
  h1 {
    margin-top: 40px;
    font-size: 50px;
  }
  .about-block,
  .collections {
    padding-block: 60px;
  }

  .collections h2 {
    text-align: center;
  }
}
