.hero {
  min-height: 584px;
  background-color: #f6f8fb;
  background-image: url("/img/sec-bg.png");
  background-repeat: no-repeat;
  background-position: center right;
  background-size: 670px;
}
h1 {
  margin-top: 80px;
  margin-bottom: 24px;
  font-size: 60px;
  font-weight: 700;
}

.collections,
.about-block {
  padding-block: 110px;
}

.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;
}

.what-get-cards {
  max-width: 600px;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.about-block-card div {
  width: 100%;
}
.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 {
  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;
}

.what-get-cards .about-block-card {
  border: 1px solid #e5eaf0;
  background: #f6f8fb;
  box-shadow: 0 4px 10px 0 rgba(200, 200, 200, 0.36);
}

.collections .blue-button {
  display: block;
  margin: 50px auto 80px auto;
}

.pic-info-block {
  gap: 32px;
}
.our-aproach {
  background: #ededed;
}
.our-aproach-item {
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 4px 24px 0 rgba(0, 0, 0, 0.25);
}
.what-defines {
  padding: 0px;

  h2 {
    margin-bottom: 80px;
  }
}

.why-list {
  display: flex;
  flex-direction: column;
  gap: 22px;
}

.why-item {
  padding: 32px 30px;
  background: #151515;
}

.why-wrapper {
  display: flex;
  align-items: stretch;
  gap: 50px;
}

.why-item-top {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 14px;
  margin-bottom: 14px;
  color: #fc275d;
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  line-height: 150%;
}

.why-item p {
  color: #bcbcbc;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}

.our-aproach.why-choose-section {
  padding-block: 150px;
}

.our-aproach.why-choose-section h2 {
  text-align: center;
  text-transform: uppercase;
}

.why-choose-section {
  background: #f6f8fb;
}

.why-choose-section h2 {
  text-align: left;
}

.why-choose-item {
  border: 1px solid #e5eaf0;
  background: #fff;
  box-shadow: 0 4px 10px 0 rgba(200, 200, 200, 0.36);
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: center;
}

.why-choose-item .choose-title {
  color: #2f6fed;
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  line-height: 150%;
  margin-bottom: 10px;
}

.why-choose-item .choose-content {
  color: #6b7280;
  text-align: center;
  font-size: 18px;
  line-height: 150%;
}

.why-block h2 {
  margin-bottom: 48px;
  text-align: left;
}

.what-get-cards img {
  max-width: 60px;
  width: 100%;
}

.pic-info-block.about-block.why-block .blue-button {
  display: block;
  margin-top: 50px;
}

@media (max-width: 1200px) {
  .why-wrapper {
    flex-direction: column-reverse;
  }

  .hero {
    background-size: 270px;
  }

  .info-block.what-get {
    display: flex;
    flex-direction: column;
  }

  .info-block.what-get .text {
    max-width: 100%;
  }

  .what-get-cards {
    max-width: 100%;
  }
}

@media (max-width: 900px) {
  h1 {
    margin-top: 90px;
  }
  .collections .about-block {
    padding-block: 80px;
  }

  .why-choose-section h2 {
    text-align: center;
  }

  .our-aproach.why-choose-section {
    padding-block: 120px;
  }
}
@media (max-width: 500px) {
  h1 {
    margin-top: 60px;
  }

  .collections,
  .about-block {
    padding-block: 60px;
  }

  .hero {
    background-size: 270px;
    background-position: center bottom;
    padding-bottom: 200px;
  }
}
