.page-banner {
  height: 100vh;
  padding: unset;

  background-size: cover;
  background-position: bottom;
  background-repeat: no-repeat;
}
.page-banner__container{
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
}
.banner__text{
  display: inline-table;
  max-width: 655px;
  margin-bottom: 50px;
}
.banner__text img{
  max-width: 115px;
  margin-bottom: 15px;
}
.banner-wrapper{
  display: flex;
  width: 100%;
  justify-content: space-between;
}
.review__block{
  max-width: 255px;
  margin-top: auto;
  margin-bottom: 50px;
  background-color:white;
  padding: 20px;
}

p.star__text{
  font-size: 12px;
}

.white__text{
  margin-top: 15px;
  margin-bottom: 2rem;
  color: #fff;
  max-width: 530px;
}
.slider{
  -webkit-transition: opacity 2000s ease-in-out;
    -moz-transition: opacity 2000s ease-in-out;
    -ms-transition: opacity 2000s ease-in-out;
    -o-transition: opacity 2000s ease-in-out;
     opacity: 1;
}

.review__block p{
  color: #C3C3B7;
  font-size: 12px;
}

p.review__text{
  font-size: 14px;
  color: black;
}

.stars__review{
  max-width: 68.18px;
}

.logo__review{
  max-width: 110px;
}

@media only screen and (max-width: 800px){
  .review__block{
    display: none;
  }
}