.anut-block-wrapper {
  margin-bottom: 0px;
}
.anut-block.owl-carousel .owl-stage-outer {
  padding-top: 0px;
}
.anut-block .anut-desc {
  background-color: transparent;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 30px 30px 30px;
  min-height: 500px;
}
.anut-block .anut-item .anut-icon {
  width: 120px;
  height: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #c1c7d0;
  border-radius: 50%;
  overflow: hidden;
  margin-top: 23px;
}
.anut-block .anut-item .anut-icon img {
  max-width: 100%;
}
.anut-block .anut-user {
  margin: 52px 0 5px;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.5;
  text-transform: uppercase;
  color: #fff;
}
.anut-block .anut-text p {
  color: #fff;
  font-size: 16px;
  line-height: 24px;
  max-width: 560px;
  margin-bottom: 24px;
}
.anut-block .owl-prev,
.anut-block .owl-next {
  position: absolute;
  top: calc(50% - 19px);
  z-index: 2;
  cursor: pointer;
}
.anut-block. .owl-prev {
  left: 5px;
}
.anut-block .owl-next {
  right: 0px;
}
.anut-block .owl-prev i,
.anut-block .owl-next i {
  font-size: 30px;
  color: #a0a4b5;
}
.anut-block .owl-prev:hover i,
.anut-block .owl-next:hover i {
  color: #000;
}
.anut-block .owl-dots {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
  transform: translate3d(-50%,0,0);
  -webkit-transform: translate3d(-50%,0,0);
  position: absolute;
  bottom: 15px;
  left: 50%;
  display: flex;
  flex-wrap: wrap;
}
.anut-block .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 5px;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity 200ms ease;
  background: #f0f2f7;
  border-radius: 50%;
  border: 0;
}
.anut-block .owl-dots .owl-dot.active span,
.anut-block .owl-dots .owl-dot:hover span {
  background-color: #000;
}