.allreviews__descr {
  font-family: "Roboto";
  font-weight: 400;
  font-size: 16px;
  line-height: 160%;
  text-align: center;
  margin-bottom: 61px;
}

.allreviews h1 {
  font-weight: 700;
  font-size: 48px;
  line-height: 130%;
  text-align: center;
  text-transform: uppercase;
  color: #002D4B;
  margin-bottom: 80px;
}

.allreviews__list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  width: 1640px;
  padding: 0 120px;
  margin: 0 auto;
  max-width: 100%;
}

.allreviews-slider__item {
  background: #FFFFFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding: 0px;
  gap: 24px;
  margin: 10px;
  padding: 40px;
  border: 1px solid #E5E5E5;
  border-radius: 2px;
}

.allreviews-slider__name {
  font-weight: 500;
  font-size: 24px;
  line-height: 160%;
  color: #002D4B;
  text-transform: uppercase;
}

.allreviews-slider__text {
  display: block;
  font-weight: 400;
  font-size: 16px;
  line-height: 160%;
  color: #002D4B;
}

@media (max-width: 900px) {
  .allreviews h1 {
    font-size: 24px;
  }

  .allreviews__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    padding: 0 32px;
    margin: 0 auto;
  }

  .allreviews-slider__item {
    padding: 20px;
  }

  .allreviews-slider__name {
    font-size: 16px;
  }
  .allreviews {
    margin-top: -80px; 
}
}