.hero {
  min-height: 584px;
  background:
    url("/img/sec-bg.png") no-repeat center right,
    linear-gradient(#ec3c6a, #ec3c6a);
}
h1 {
  margin-top: 80px;
  font-family: Oswald;
  font-size: 80px;
  font-weight: 700;
}
.about-block {
  margin-block: 110px;
}
.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%;
}

.pic-info-block .info-block {
  max-width: 630px;
}

.pic-info-block .info-block .text p {
  color: #bcbcbc;
  font-size: 18px;
  font-weight: 400;
  line-height: 150%;
}

.pic-info-block .info-block .text p:last-of-type {
  margin-bottom: 50px;
}

.why-choose-section {
  background: rgba(71, 71, 71, 0.3);
}

.why-choose-section h2 {
  text-align: left;
}

.why-choose-item {
  border: 1px solid #fc275d;
  background: #151515;
  box-shadow: 0 4px 37px 0 rgba(0, 0, 0, 0.51);
}

@media (max-width: 1280px) {
  .why-wrapper {
    flex-direction: column-reverse;
  }
}

@media (max-width: 900px) {
  h1 {
    margin-top: 90px;
  }
  .about-block {
    margin-block: 80px;
  }

  .why-choose-section h2 {
    text-align: center;
  }
}
@media (max-width: 500px) {
  h1 {
    margin-top: 60px;
  }
  .about-block {
    margin-block: 60px;
  }

  .hero {
    background: linear-gradient(
      270deg,
      #ec3f6c 0%,
      #bc2048 39.03%,
      #70001d 100%
    );
    padding-bottom: 130px;
  }
}
