.reasonsInner {
  display: flex;
  flex-direction: column;
}

.reasonsTop {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.reasonsButtons {
  display: flex;
  gap: 16px;
}

.reasonsTopInfo {
  padding: 10px 20px;
  border-radius: 12px;
  background: #FAD1CE;
  color: #151617;

  text-align: center;

  font-family: Manrope;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 26.154px;
  /* 130.769% */
  letter-spacing: 0.6px;
}

h2 {
  color: #151617;

  font-family: Manrope;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  /* 48px */
  letter-spacing: 0.8px;
  text-transform: uppercase;
}

.reasonsMain {
  margin-top: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 50px;
  flex-wrap: wrap;
}

.reasonsPoint {
  max-width: 370px;
  flex: 1 1 100%;
}

.reasonsMain .reasonsPoint:nth-child(4),
.reasonsMain .reasonsPoint:nth-child(5) {
  flex: 0 1 45%;

}

.reasonsPointNumber {
  color: #FAD1CE;

  font-family: Manrope;
  font-size: 95px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  /* 114px */
  text-transform: uppercase;
}

.reasonsPointTitle {
  margin-top: 20px;
  color: #151617;

  /* Заголовки/H4 */
  font-family: Manrope;
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
}

.reasonsPointInfo {
  margin-top: 10px;
  color: #151617;

  font-family: Manrope;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
}

.reasonsButton {
  margin-top: 50px;
  align-self: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.reasonsBtn {
  min-width: 386px;

  border-radius: 16px;
  background: #BC625C;
  text-align: center;
  padding: 17px 0;
  color: #FFF;
  text-align: center;
  font-family: Manrope;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  letter-spacing: 0.18px;
}

.reasonsButtonPlaces {
  margin-top: 8px;
  display: flex;
  align-items: center;
  gap: 5px;
}

.reasonsButtonPlacesText {
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 22.225px;
}


@media screen and (max-width: 1244px) {


  .reasonsInner {
    align-items: center;

  }

  .reasonsMain .reasonsPoint:nth-child(4),
  .reasonsMain .reasonsPoint:nth-child(5) {
    flex: unset;
  }


}

@media screen and (max-width: 640px) {


  .reasonsInner {
    align-items: start;

  }

  .reasonsPoint {
    display: flex;
    gap: 20px;

  }

  .reasonsPointNumber {
    font-size: 48px;
  }

  .reasonsPointTitle {
    margin-top: 0;
    font-size: 20px;
  }

  .reasonsPointInfo {
    font-size: 16px;
  }

  .reasonsMain {
    justify-content: start;
    align-items: start;
  }


  .reasonsTopInfo {
    padding: 10px 20px;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
    /* 16.8px */
    letter-spacing: 0.42px;
  }

  .reasonsButtons {
    gap: 10px;
  }

  h2 {
    font-size: 28px;
    margin-top: 15px;
  }

  .reasonsMain {
    margin-top: 20px;
    gap: 24px;
  }

  .reasonsPointTitle {
    font-size: 20px;
  }

  .reasonsPointInfo {
    font-size: 16px
  }

  .reasonsPointBox {
    min-width: 263px;
  }

  .reasonsBtn {
    min-width: unset;
    width: 100%;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 30px;
    margin-top: 24px;
    padding: 11px 0;
  }

  .reasonsButton {
    margin-top: 0;
    width: 100%;
  }

  .reasonsButton {
    align-items: start;
  }

  .reasonsButtonPlacesText {
    font-size: 14px;
  }

  .reasons {
    padding: 24px 0;
  }

  .reasonsButton {
    align-self: start;
  }

}