.hero {
  background-image: url(../../images/home/hero-background.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: right bottom;
}

.hero__space {
  height: 230px;
}

.hero__buttons {
  margin-bottom: 140px;
}

.hero__user--margin {
  margin-left: -16px;
}

.hero__image-1 {
  margin-right: -136px;
}

.work__col {
  max-width: 280px;
  grid-template-rows: 260px auto auto;
  row-gap: 12px;
  justify-items: center;
  text-align: center;
  margin: 0 auto;
}

.why {
  padding: 120px 0;
  background-image: url(../../images/home/why-background.png);
  background-repeat: no-repeat;
  background-size: 600px;
  background-position: right 30%;
}

.why__box {
  cursor: default;
}

.why__box p {
  max-width: 450px;
}

.why__box:hover {
  background: #fff;
}

.glide__container {
  padding: 120px 0;
  background-image: url(../../images/home/review-background.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: bottom;
}

.glide__slide {
  background-color: #fff;
  border-radius: 24px;
  padding: 40px 48px 60px;
  min-height: 430px;
  align-content: end;
}

.glide__slide-text {
  font:
    400 18px / 32px 'Nunito Sans',
    sans-serif;
  font-style: italic;
  color: #585e68;
  text-align: center;
}

.glide__arrow {
  width: 84px;
  height: 84px;
  background-color: #006bff;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
  color: #fff;
  border: 0;
  border-radius: 50%;
}

.glide__arrow-left {
  left: -42px;
}

.glide__arrow-right {
  right: -42px;
  transform: rotate(180deg);
}

.glide__media {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 310px;
  margin: 20px auto 0;
  position: relative;
}

.glide__media-left {
  padding-right: 25px;
}

.glide__media-left img {
  border: 4px solid rgba(235, 235, 235, 1);
  border-radius: 50%;
}

.glide__media-body {
  text-align: center;
  vertical-align: middle;
  flex: 1;
}

.glide__media-name {
  margin: 0;
  font:
    400 14px / 32px 'Nunito Sans',
    sans-serif;
  color: #999;
}

.glide__media-name:before {
  content: '';
  width: 43px;
  background-color: #e1e4fe;
  height: 2px;
  border-radius: 1px;
  position: absolute;
  bottom: 48px;
  right: 43%;
  margin-bottom: 18px;
}

.glide__nav button {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background-color: #fff;
  border: 0;
  transition: 0.3s ease;
  margin: 0 8px;
}

.glide__nav .glide__bullet--active {
  background-color: rgba(0, 107, 255, 1);
}

@media (max-width: 991px) {
  .hero__space {
    height: 160px;
  }
  .hero__buttons {
    margin-bottom: 42px;
  }
  .why {
    background-position: right 75%;
    background-size: 400px;
  }
  .work__col {
    grid-template-rows: auto;
    margin-bottom: 40px;
  }
  .glide__container {
    background-size: 260%;
    background-position: left;
  }
  .glide__arrow {
    margin: 0;
    top: auto;
    width: 50px;
    height: 50px;
    bottom: -12px;
  }
  .glide__arrow-left {
    left: 16px;
  }
  .glide__arrow-right {
    right: 16px;
  }
  .glide__slide {
    min-height: auto;
  }
}
